Application Development and Automation 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: 
Read only

Outbound Interface

Former Member
0 Likes
268

Hi Experts,

I have created a Report To send PIcking Confirmation data to other SAP system. Now whenever a Delivery is done picking confimation should go to SAP system in form of IDOC,

We are attaching this report to Output of delivery Ie whenever delivery is completed this report should be triggered.

In my report i am using a Paramter as VBeln to select data from respective table .

How can i pass this VBELN to my report now . Bcoz we want to automate this.

Please help me

Thanks and Regards

Neha Kapoor

1 REPLY 1
Read only

Former Member
0 Likes
254

Hi Neha,

In the program

use Get Parameter ID 'VL' into VBELN

Use this in the initialization event

Regards

Arun