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
What is the function of a domain? : abap data dictionary
What are the different types of mode (run code) in call transaction method?
How can I make a differentiation between dependent and independent data? : abap hr
What is lock object ? : abap data dictionary
What are internal tables? How do you get the number of lines in an internal table?
What are logical data bases used in hr module? : abap hr
Explain the use of table maintenance allowed?
What is the differences between abap and ooabap. In which situation we useooabap?
What is output determination?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
Have you processed BDCs ?
What is table pool?
What does a lock object involve?
What is open sql vs native sql ?