Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

User has given the specification to display the Check boxes
on the list, how
will you handle this situation.?

Answer Posted / bhushan

WRITE - Output as checkbox


Effect
Outputs the field <f> as a checkbox. The contents of the
first character of f is interpreted as the "status":

' ' = not selected
'X' = selected

The user can change this as required.


DATA: chkbox(1) TYPE C VALUE 'X'.
...
WRITE chkbox AS CHECKBOX. "checkbox selected
chkbox = SPACE.
WRITE chkbox AS CHECKBOX. "deselected
WRITE chkbox AS CHECKBOX INPUT OFF. "deselected, protected

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which transaction code can I used to analyze the performance of ABAP program.?

1177


What are the different window types in sapscript?

1064


Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?

2089


What is the difference between a structure and a table? : abap data dictionary

1163


What is occurs in internal table?

1145


Can a constructor be declared private? If yes then in which scenario?

1454


What is the difference of update types in call transaction method ? : abap bdc

1212


What is example class

1395


What does the extract statement do in extract datasets? : abap modularization

1142


how 2 create the normal form by using functional module

2649


B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.

3060


What are control tables? : abap data dictionary

1065


What abap statement will trigger list generation?

1119


Define abap/4 layer?

1466


What is difference between dialog program and a report?

1243