you have to select fourth vendor no in basic list go to open
new list ( secondary list) . what is the coding in
interactive report ?.. tell me the coding clearly plz?...
Answer Posted / r.rajkumar
"i will try."
data : vvbeln type vbeln.
form usercomm using rucomm type syucomm
rselfield type slis_selfied.
case rucomm.
when '&IC1'.
if rselfield-fieldname = vbeln
vvbeln = rselfied-value.
select vbeln *** from vbap into table it_vbap where
vbeln = vvbeln.
endif.
endcase.
endform.
pls chk with ur colleague,thanks.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain open dataset in sap abap?
What are the payroll related infotypes? : abap hr
What are the layers of data description in r/3? : abap data dictionary
how to read the standard field value in your custom program.
How can we use multiple transactions by using bdc_insert? : abap bdc
Is a logical database a requirement/must to write an abap/4 query?
How can a lock object be called in the transaction?
What is personnel sub are
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is the difference between internal tables and extract datasets? : abap modularization
What are the differences between primary and secondary indexes?
Why are insert and append statement used in sap abap?
Does every abap/4 have a modular structure?
What is human resource information systems (chris)? : sap abap hr
Name the function module used to convert logical file names to physical file names in abap/4 programs?