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 |
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
can u create internal table dynamically ? how?
4 Answers Bristle Cone, Cap Gemini, HP, IBM, MetaMorph, Satyam, Wipro,
Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
What is the difference between refresh and free statements?
Is there Any Module in SAP for Internal Audit?
Explain the difference between call screen and leave screen?
Explain different types of locks?
What happens if a function module runs in an update task? : abap modularization
I want to display the different data on the multiple main windows of the form in Sapscript. Is it possible ? If yes, then How?
In select-options,how to make high as madatory.....?if we use obligatory we'll get the low as madatory by default?
You have 5lakh records to transfer to sap from flat file.which method of bdc you wiil choose and why?
What are control commands in sap scripts?