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: 

where idoc_output_ordrsp is launched

former_member582701
Contributor
0 Kudos

Hi!!

When the user creates an order we launch an idoc through IDOC_OUTPUT_ORDRSP (we modify some user exits). I need to know where is the include or programm that launch this function when an order is created and saved.

Thx in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

When you Save the Order an entry is NAST table is created, which is an IMPORT parameter for this function module, and it triggers the function module flow and the results are passed to RSNASTED program which creates the IDOC.

reward if useful

regards,

ANJI

Message was edited by:

Anji Reddy Vangala

3 REPLIES 3

Former Member
0 Kudos

Hi,

When you Save the Order an entry is NAST table is created, which is an IMPORT parameter for this function module, and it triggers the function module flow and the results are passed to RSNASTED program which creates the IDOC.

reward if useful

regards,

ANJI

Message was edited by:

Anji Reddy Vangala

former_member582701
Contributor
0 Kudos

Thx anji,

But do you know where this fm is called? Where the NAST entry is inserted? Where RNAST00 is called? I need to know where all this is coded.

ty

null

0 Kudos

HI:

It need the configure consultant to config the processing.

it mainly inclue below steps:

1. define the RFC (T-code: SM59)

2. define the Port(T-code: WE21)

3. define the Partner Profile(T-code: WE20)

4. when we saved the order. system will save the record to Table: Nast.

we can use the RSNASTED to trigger the FM: IDOC_OUTPUT_ORDRSP.