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

clearing a field

Former Member
0 Likes
492

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.

3 REPLIES 3
Read only

Former Member
0 Likes
449

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

Read only

Former Member
0 Likes
449

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.

Read only

0 Likes
449

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