‎2007 Sep 18 6:44 PM
Dear All,
IDoc Types ORDERS05. , message type ORDERS.
When zip code sent is PO BOX zip but this is changed to physical address zip and processing creating problem, How can I solve this issue.
processing program is Std FM. IDOC_INPUT_ORDERS.
please let me know.
Regards
Venkat
‎2007 Sep 19 10:41 PM
There are 2 different fields in the IDoc:
PSTLZ : Postal code
Zip (postal) code of the partner.
PSTL2 : P.O. Box postal code
Zip (postal) code used to identify the post office box.
They occur in different segments, it seems. Just use the correct field for each type.
‎2007 Sep 19 10:53 PM
Hello Venkat,
Debug IDOC FM using WE19 Transaction,pass some data manually and see in debugging.
Goto SE37 -> enter FM name - IDOC_INPUT_ORDERS -> display.
now click on find -> search function is customer-function -> select main program -> enter.
here you get list user exit FM's and keep break point all area's and now use WE19 Transaction.
Thanks
Seshu