Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

REgarding calling a report from an ALV output

Former Member
0 Kudos

I've made an ALV report. From the output, I want to click a field & call a transaction VL06I based on the value of that field.When we see TCODE VLO6I, there are lot of options. I want to click on "LIST OUTBOUND DELIVERIES". then in the selection I want to pass the value of the filed clicked earlier, to the select-option "EXTERNAL Delivery ID". This filed doesn't have the Parameter ID. Please help me to use submit report statement with the valueof a particular field.

1 REPLY 1

former_member223537
Active Contributor
0 Kudos

Hi Gaurav,

Do a BDC for VL06i & call the same using CALL TRANSACTION VLO6i using ITAB_BDCDATA.

Best regards,

Prashant