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


Please Help Members By Posting Answers For Below Questions

What does the ‘suppress dialog’ do?

862


What are standard layouts sets in the sap script?

550


what are the important fields while preparing sales order,inquiry?

1903


What is read line in abap?

636


What are the components of selection table?

614






What is occurs in internal table?

592


What is sequence number

1745


What is the major difference between pool tables and transparent tables?

513


Explain the types of bdc's?

595


what is the process of creating quotation using BAPIs.

1571


How to find the return code of an stmt in abap programs?

623


What is pass by value and what is pass by reference? Which is better?

834


What is sap luw or update transaction?

608


Difference between domain and data element? What are aggregate object?

603


What are the time related infotypes? : abap hr

613