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

Rules in ALE

Former Member
0 Likes
469

Hi Friends,

I am working on Scenerio of P.O. to S.O. conversion. For that I want to put a condition that,when an P.O.. Idoc(ORDERS05) come in system,its PARVW field will be checked, and if its 'WE' that is ship to party, i want to change it to some fix value, say '0000001'. How can I do that?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

Hi Friend,

Incoming Idoc will have a process code assigned which will have a function module assigned .

You have to write code in the function module, which is assigned against incoming message type, idoc type combination.

Check the T code WE57. In that FM read all data records (generally with type EDIDD) and whenever proper customer data is coming update the delivery block.

Hope it will solve ur problem.

Regards

Krishnendu

Hi Friend,

Incoming Idoc will have a process code assigned which will have a function module assigned .

You have to write code in the function module, which is assigned against incoming message type, idoc type combination.

Check the T code WE57. In that FM read all data records (generally with type EDIDD) and whenever proper customer data is coming update the delivery block.

Hope it will solve ur problem.

Regards

Krishnendu

2 REPLIES 2
Read only

Former Member
0 Likes
450

Hi Friend,

Incoming Idoc will have a process code assigned which will have a function module assigned .

You have to write code in the function module, which is assigned against incoming message type, idoc type combination.

Check the T code WE57. In that FM read all data records (generally with type EDIDD) and whenever proper customer data is coming update the delivery block.

Hope it will solve ur problem.

Regards

Krishnendu

Read only

Former Member
0 Likes
449

Hi

Write your logic in EXIT_SAPLV09A_002 user exit

regards

padma