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's inbound process

rohit_kaikala
Participant
0 Likes
548

Hi,

How to process the inbound Idoc?

How to call the 'Inbound_process_idoc'.

Thanks,

Rohit.

4 REPLIES 4
Read only

Former Member
0 Likes
518

Process IDoc: BD87 -> rightclick and PROCESS

Processing of IDocs is getting started with Standard or userdefined FM´s beginning with "IDOC_INPUT_...." or "Z..._IDOC_INPUT":

These FM`s are maintained in the processcodes (look at WE42) and the processcodes are maintained in the partnerprofiles (WE20 - inbound IDoc)

Read only

Former Member
0 Likes
518

Hi Rohit

I am just making clear to as what Gordon sates.Firstly what message type are you using .Execute tcode:-BD87 give in your message type and basic type .Give in the changed time and execute check what is the satus 51(error,red) 64( accepted for processing,yellow) 53( sucess,green ) .

Check whether you have created in your partner profile for the message type which you are using(we20) .Check for your process code corresponding to your message type in (we42) .Process immediately.

Test your idoc using (we19) give in your idoc number and process standard inbound processing.This should show your partner profile found(green) and note down the standard inbound module.

Regards

Somnath

Read only

shivhare
Active Contributor
0 Likes
518

Hi Rohit

schudule program RBDAPP01 for IDOC processing

Thanks

Amit Shivhare

Read only

rohit_kaikala
Participant
0 Likes
518

thank y