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: 

Requirement routine for outbound belivery change

Former Member
0 Kudos
93

Hi All,

I am looking for a solution a scenario I was working on.

the scenario is as below.

We have to send a output as a Idoc for the delivery when there are any changes made to the material, quantity or batch number, Not for any other changes.

What I have done so far. I have created the output type and also created the requirement routine and attached the same to the output type..

I was trying to implement the code in the routine but was not able to locate a structure that contains the old value of the document, only new value is present.

Can some one help with this

Thanks

Nikhil

1 REPLY 1

ShyamPindiproli
Active Participant
0 Kudos
37

For this you have to use Change pointers concept. 

1. Use BD50 to acivate change pointers,

2. BD21 to generate idocs,

3. BD64 to determine the distribution of those idocs.

<link to blocked site removed by moderator>

Regards,

Shyam

Message was edited by: Thomas Zloch