on 2005 Apr 18 5:40 PM
Hello,
We have extended tables VBAK & VBAP, and I have to put these new fields into the outbound ORDERS05 when a sales order is created.
I have extended the IDOC with some custom segments, but I can't seem to find the USER EXIT or BADI or NAST function module (SAP R/3 Enterprise) - can someone please point me in th right direction?
Many thanks!
In IDOC_OUTPUT_ORDERS, there is a user exit call EXIT_SAPLEINM_002. You can insert your code here in the include.
Regards,
Srinivas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Derek,
Good news!
I find that when working with Idocs that the area menu WEDI (just type WEDI at the SAP EASY Access menu) is best way to have all the relevant transactions at your fingertips.
You can access partners, ports, idoc development, etc. all from one screen (thats how I get to WE41 for example).
Much nicer than navigating via transaction codes.
Cheers,
Brad
Please note that message type in this case is ORDRSP.. Sales order confirmation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are using process code SD10, the associated function module is IDOC_OUTPUT_ORDRSP as mentioned by Brad. And the function exits mentioned above should do the job.
See transaction WE41 this gives the link between process code and its Function module.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Derek,
How are you actually triggering this sales order IDOC.
Are you using message control, for triggering this..
In that case what is process code you are using?
Are you able to send in standard IDOCs without the additional fields you sent?
Regards,
Samir.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Samir,
I have configured output control to trigger the outbound sales order IDoc. In WE20 I have added Message Control as follows:
Application : V1
Message Type: ZNOT
Process code: SD10
The IDoc does not trigger yet - I need to look into that - but I can add the output manually in the sales order. This way, the IDoc gets created and sent to the receiver system.
The problem is how to populate the additional segments..?
Rgds,
Derek
you can find in call customer-function '001' & '002' in idoc_input_orders FM
EXIT_SAPLVEDA_001 -> poulates fields from idoc to xvbak/xvbap structures
EXIT_SAPLVEDA_002 -> populates xvbak/xvbap structures to screen fields.
SMOD -> Enahancement ->VEDA0001
Hope it will help to you.
Thanks
sai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try using this enhancement : SDEDI001 User exits for EDI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.