2008 Jul 08 8:22 AM
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
2008 Jul 08 8:35 AM
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
2008 Jul 08 8:35 AM
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
2008 Jul 08 8:37 AM
Hi
Write your logic in EXIT_SAPLV09A_002 user exit
regards
padma
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |