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
Example of table cluster and cluster tables.
How can you distinguish between different kinds of parameters?
Explain Singleton class
How the transaction that are programmed by the user can be protected?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What are the types of the software component being deployed in the sap?
Explain get pernr concept when we use logical data base? : abap hr
What is the function module to popup contents in the internal table?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What are the system table used in abap?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Can a filed occur in several field groups?
What is is a match code? : abap data dictionary
What is the difference between synchronous and asynchronous update? : abap bdc
On which even we can validate the input fields in module progams?