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

How is collect statement different from append?

590


how to see the tables of 200 in client 100?

1411


Write the bdc table structure? : abap bdc

598


Can we access static attribute from instance method

996


Have you set up a back ground job? How to create a background job without a variant ? : abap bdc

599






What are the two different ways of building a match code object? : abap data dictionary

612


Explain what is a foreign key relationship? Explain this with the help of an example.

568


What is payroll area

1817


What are the buffering types?

603


What is logical database? : abap hr

613


What are the features of abap/4 dictionary? : abap data dictionary

588


Define subtype ? : abap hr

612


How do you backup Sapscript layout sets? Can you download and upload? How?

639


What is the difference between refresh and free statements?

627


What kind of financial periods exist in sap? What is the relavent table for that?

626