‎2007 Jul 16 3:22 AM
hi friends,
i have a scenario , where in ,
incoming input_idoc_orders05 is automatically converted into sales order through va02,
idoc is passing batch number into sales order created, i found out through we19 that one segment in the idoc has this batch number and that is being straight away carried into sales order,
my problem is to suppress or clear this batch number in incoming idoc,
can someone help me doing this,
thank you.
‎2007 Jul 16 4:08 AM
You can try with following user exits :
Enhancement name : VEDA0001
GOTO CMOD -> create the project starting with Z* or Y* ,use VEDA0001 as enhancement .
if project already created for above user exits,then modify the code in include program.
here components are :
EXIT_SAPLVEDA_001
EXIT_SAPLVEDA_002
Try with above user exits by changing XVBAP-CHARG(Batch number)..
Activate the project and see the output.
Thanks
Seshu
‎2007 Jul 16 1:24 PM
hello seshu,
thanks for the reply,
the objects are already created,
so u mean that i need to search for the include in the se38 program
\and the in that using these exits i need to change the code.
right?
plz correct me if i am wrong.
thank you.
‎2007 Jul 16 4:42 PM
Try to look at Include programs : ZXVEDU03 - this is related to FM EXIT_SAPLVEDA_001
Include program : ZXVEDU04 - This is related to FM EXIT_SAPLVEDA_002
GOTo SE38 and enter include name ,write the logic,keep the break point and test it using WE19 Transaction
Thanks
Seshu