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


Please Help Members By Posting Answers For Below Questions

Can a transparent table exist in the data dictionary but not in the database physically?

632


Is a logical database a requirement/must to write an abap/4 query?

584


What happens if only one of the commands set screen and leave screen is used without using the other?

595


What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

615


Explain the difference between domain and data element?

581






What is the difference between skip and new-line?

797


PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'

3708


What is a subroutine?

594


What is the difference between the exits created in M.M and S&D?

1611


How to create any functions?

551


How do you connect to the remote server if you are working from the office for the client in remote place?

590


What are domains and data element? : abap hr

604


What are plan versions used for? : sap abap hr

571


How many main windows are allowed in sapscript?

578


Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?

1552