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

Steps to do inbound process

Former Member
0 Likes
3,734

Hi,

I have created a outbound process, i need to create an inbound. I need step by step procedure for doing the inbound process.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
838

YOu need to repeat all the steps in TCode SALE.

Also the steps as follows :

WE30

WE31

WE81

WE82

YOu also need to write your own function module.

BD51

hope this helps.

Please reward if helpful.

cheers,

6 REPLIES 6
Read only

Former Member
0 Likes
838

Hi Preethi,

Check this link,

http://help.sap.com/saphelp_nw04/helpdata/en/44/3a6c6d55e402bfe10000000a11466f/content.htm

Reward points if useful.

Thanks,

Senthil

Read only

Former Member
0 Likes
838

Hi

Please visit http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm

where you will get good documents for Inbound IDOC process steps.

Message was edited by: Sunil Sawaiker

Read only

Former Member
0 Likes
838

are u going for custom IDoc or standard

u have to have an inbound function module to post the IDoc u have created as a result of outbound process. i hope ur outbound process is working correctly.

u have inbound function modules such as 'IDOC_INPUT_MATMAS01' for posting material data, 'IDOC_INPUT_ORDERS' for orders.

if u r looking forward to making your own function, then please let us know. after making this FM, u have to create a process code (WE42) and assign the function module to process code. u have to mention this code in WE20.

Read only

Former Member
0 Likes
839

YOu need to repeat all the steps in TCode SALE.

Also the steps as follows :

WE30

WE31

WE81

WE82

YOu also need to write your own function module.

BD51

hope this helps.

Please reward if helpful.

cheers,

Read only

0 Likes
838

WE42 as well

Read only

Former Member