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


Please Help Members By Posting Answers For Below Questions

What are the differences between a database index and a match code? : abap data dictionary

647


What is difference between dependent and independent data?

560


What are critical issues you have faced in your project

2916


hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp

3209


Difference between domain and data element? What are aggregate object?

603






What are the advantages of abap query tool?

543


What is the tcode to create indexes?

589


What is runtime analysis?

602


Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?

551


What is repository info. Systems?

609


What are matchcodes?

552


What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?

705


Structures can contain data only during the runtime of a program (t/f) : abap data dictionary

764


Program for Prime numbers and Matrix plz explain me the procedural method with steps

2255


Did you create help views?

549