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

Trigger IDOC

Former Member
0 Likes
607

Hi ,

1.How do we trigger Sales Order/Purchase Order Idoc.

Scenario: I have a client say X who creates a PO .Once the PO is created an PO idoc should be triggered.

How will the client know whether the IDOC is triggered and tranferred without using the codes WE02/WE05/WE19 i.e the client has no ABAP knowledge.

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
576

Hi somya,

There is one concept <b>Change pointer</b> for whenever create and change made in Master data , it will automatically initiate ALE process. and this changes are stored in Change pointer header and item tables.

Regards,

Vijay

Read only

Former Member
0 Likes
576

Hi Somaya,

MM---->IDOC-->EDI SYST->Communication -


>EDI Subsys>IDOC---->SD

This will be landscape, which will be used for the ALE(Application Link enabling)

accross distribution of different buisness fucntions.

IDOC--Intermediate data ..

Communication might be an interface from or to the Client from where he/she sends upload the data ...

lets say has an java applet for the same which stores the data in inbox in that way cilent can come to knw whether the data is been trasfered or not..

For Example.

SAP-syst -


IDOC----NON-SAP-sys

rewards if useful.

Thanks

Mohinder Singh Chauhan

Read only

varma_narayana
Active Contributor
0 Likes
576

Hi...

To Send the idocs automatically :

For Transactional data in both ALE and EDI:

3. Using Message Control

This is a technique to generate IDOCs for Transaction documents like Sales order, Delivery Note etc.

Tcode: NACE.

Tables: NAST.

Program RSNAST00 and RSNASTED.