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
Which transaction code can I used to analyze the performance of ABAP program.?
What are the different window types in sapscript?
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 ) ?
What is the difference between a structure and a table? : abap data dictionary
What is occurs in internal table?
Can a constructor be declared private? If yes then in which scenario?
What is the difference of update types in call transaction method ? : abap bdc
What is example class
What does the extract statement do in extract datasets? : abap modularization
how 2 create the normal form by using functional module
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.
What are control tables? : abap data dictionary
What abap statement will trigger list generation?
Define abap/4 layer?
What is difference between dialog program and a report?