2007 May 16 11:33 PM
How to change the segment data for all IDOCs at one shot J.
For exmple E1EDK02-QUALF - 004
E1EDK02-RGID - 100000008 (Inquiry No)
to
E1EDK02-QUALF - 004
E1EDK02-RGID - 200000005 (Quotation)
Any hints, tips .Appreciate your help and more rewards.
Regards,
Cris
2007 May 16 11:38 PM
Hi,
You can change the IDOC values using the transaction WE09
Give the IDOC number..
Press F8..
Expand the tree..
Double click on the segment..
Then in the menu..DATA RECORD -> DISPLAY/CHANGE..
It will go in change mode..Change the IDOC value..
Thanks,
Naren
2007 May 16 11:36 PM
Hi Cris,
First you must identify the User exit in the Inbound/Outbound FM.
Then, you have to change the contents of the IDOC as per your requirement.
Regards,
Ravi
2007 May 16 11:38 PM
Hi,
You can change the IDOC values using the transaction WE09
Give the IDOC number..
Press F8..
Expand the tree..
Double click on the segment..
Then in the menu..DATA RECORD -> DISPLAY/CHANGE..
It will go in change mode..Change the IDOC value..
Thanks,
Naren
2007 May 17 12:09 AM
Hi
basically i have to change thousands of idocs and it creates SO
Thanks
Cris
2007 May 17 12:49 AM
Hi Cris,
If it is a one time activity, then just write a small BDC code for this based on transaction WE09.
Regards,
Atish
2007 May 17 5:04 AM
Hi Cris,
you can make use of the fuction module exit in IDOC_INPUT_ORDERS
Enhancement Number <b>VEDA0001</b>
EXIT_SAPLVEDA_002
and modify the segment data by coding your logic in the INCLUDE ZXVEDU04 and this will be triggerd for every idoc processed by the FM IDOC_INPUT_ORDERS
thanks and Regards,
Pavankumar