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 are the ways you can do the tuning?
How do you work with semi colon se[arated files in BDC ?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
Explain read dataset in sap abap?
What are the uses of secondary indexes?
What is the function of a domain?
What are the fields in the memory table ‘screen’?
How can you manipulate the presentation and attributes of interactive lists?
What is the use of table maintenance allowed?
Explain what are the system fields? Explain?
How to find the return code of an stmt in abap programs?
What is a size category?
Is it possible to pass data to and from include programs explicitly?
What is a bsp application? : sap abap hr