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 primary key and foreign key relationship
What is the difference between getting and get late?
Explain what is a foreign key relationship? Explain this with the help of an example.
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What are interface/conversion programs in SAP?
Events that can be used in both the classical and interactive reports
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What are advantages and disadvantages of logical data base
Where can you find error log for call transaction? : abap bdc
What is the major difference between pool tables and transparent tables?
What are the page windows?
What is the different between template and a table?
What are the basic objects of the data dictionary?
Difference between call by value and call by reference? : abap data dictionary
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1