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 / 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 |
what exact functionality of the END-OF-SELECTION event? and in a report im using the END-OF-PAGE and END-OF-SELECTION events which one will triggers first?
What are the different types joins?
how to added data in list box?
What are Pull and Push Methods?
can any one can give me the Fi and co flow? and the tables ?
What are the components of sapscript?
What are your ways to performance optimization?
What is inheritance and multi-level inheritance? Explain with example ?
What are the different types of internal table?
how will u handle multiple line items in a table control?
how to print a logo in script
Why do we use types statement in abap programming?