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

Triggering output type from VL02N

Former Member
0 Likes
2,867

Hi,

I need to attach some kind of routine to VL02n.

The requirement is that in VL02N, on goods issue, an output type is supposed to be triggered.

Please suggest me as to how to trigger this output type on goods issue.

The functionality is like this.......on triggering the output type, idocs are generated. SO i need to write a routine sort of from where i can trigger and then write the idoc related code

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
2,095

Use the standard requirement #1 for a goods-issue hold on a delivery output. Your output type is going to use RSNASTED and form ALE_PROCESSING, then proceed with your IDOC config/dev work.

Hi,

I need to attach some kind of routine to VL02n.

The requirement is that in VL02N, on goods issue, an output type is supposed to be triggered.

Please suggest me as to how to trigger this output type on goods issue.

The functionality is like this.......on triggering the output type, idocs are generated. SO i need to write a routine sort of from where i can trigger and then write the idoc related code

4 REPLIES 4
Read only

brad_bohn
Active Contributor
0 Likes
2,096

Use the standard requirement #1 for a goods-issue hold on a delivery output. Your output type is going to use RSNASTED and form ALE_PROCESSING, then proceed with your IDOC config/dev work.

Read only

Former Member
0 Likes
2,095

Can you please explain in detail about how to use standard requirement #1 for a goods-issue since i do not have a clear idea about it....

Read only

brad_bohn
Active Contributor
0 Likes
2,095

You would put a '1' in the requirement field in your delivery header output procedure for your custom output type - this will hold the output from being triggered until PGI time on the delivery. Other than that, all the documentation you need is in the help files for output determination and ALE configuration.

Read only

Former Member
0 Likes
2,095

Hi,

just follow this link..it might be useful...

[Automatic Output Type from VL01|http://wiki.sdn.sap.com/wiki/x/BY-jBw]

Regards

Kiran