how to design checkbox on the o/p of the list ,not on the
selection screen.
Answer Posted / sravani
data: begin of i_marc occurs 0,
matnr like mara-matnr,
werls like marc-werks,
pstat like marc-werks,
c1,
end of i_marc.
................
................
................
loop at i_marc.
write:/ i_marc-c1 as check box, ........
endloop.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the attributes of a field that can be activated or deactivated during runtime?
Explain the inside concept in select-options?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Explain badi in abap.
What are the functional areas, user groups? How does abap query work in relation to these?
What is difference between dialog program and a report?
What is the significance of the screen number ‘0’?
Give an example of interface from your project explaining why you used it?
How can we achieve MVC ?
What is at exit-command:?
What is dynamic action? : sap abap hr
Did you use buffering?
What is screen flow logic? What are the sections in it?
What is an Open Item in SAP? How will you find an Open Item in SAP?
foreign key enforcement?