User has given the specification to display the Check boxes
on the list, how
will you handle this situation.?
Answer / 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 |
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
where u can create the rfc function module?
Which of the following is not an exit command? Exit, Back, Cancel, Stop
i have a doubt ,what is the difference between the workarea and headerline . plz tell me .
What are Standard Texts?
what connects smartform to it's driver program?
What are the relational operations that can be performed on view in sap? : abap data dictionary
what is the prerequisite for control-break statements
How do you validate the selection criteria of a report?
What are Delivery classes? What data will you want to transport during client copy?
Can a domain, assigned to a data element be changed?
what is bdc?