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
How many main windows will be there in a page window?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
How to define selection screen?
Explain badi in abap.
What are the events in classical reports?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What is “call mode”?
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
What is off cycle payroll run
What are the difference between tables and structures?
What are the difference between pool tables and transparent tables?
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
What is the difference between internal tables and extract datasets? : abap modularization
What is meant by authorization? : sap abap hr
Which objects are independent transport objects? : abap data dictionary