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
Mention some important events in abap programming.
What is append search help? : sap abap data dictionary
What is a predefined type in abap?
What is open sql vs native sql ?
How to Raise a Particular Ticket in Realtime ?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What is a size category? : abap data dictionary
Which transaction code can I use to analyze the performance of abap program?
What is sequence of event triggered in report?
What are the different types of the sap abap data dictionary objects?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What is the master data necessary before you can start posting in MM?
Module Pool Programming: Events and Table Control handling.
How can you distinguish between different kinds of parameters?