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 is the function of the correction system?
What are clustered tables?
What are the two levels in defining a match code? : abap data dictionary
What is alv programming in abap? When is this grid used in abap? : abap hr
Can i Have Some Realtime Examples On Modulepool programming.
How to copy table across clients?
when do you need to create an internal table with header line ? and with out a header line?
From Excel to ABAP - Is batch mode possible ?
singleton class
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
How to read 5th record from Hash Internal Table?
Can a transparent table exist in the data dictionary but not in the database physically?
How did you test the form you developed? How did you taken print?
Explain how do you get output from idoc?