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

IDOC_INPUT_ORDERS .. User exit please

Former Member
0 Likes
1,124

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

2 REPLIES 2
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
517

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.

Read only

Former Member
0 Likes
517

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