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

regarding idocs

Former Member
0 Likes
745

hi gurus

the prob is like this-- if the idoc takes some time to go to inbound but the requirement is to process immidiately how can i done it.

with thanks

aru.

1 ACCEPTED SOLUTION
Read only

rainer_hbenthal
Active Contributor
0 Likes
722

configure the partnre profile so it fits your needs.

hi gurus

the prob is like this-- if the idoc takes some time to go to inbound but the requirement is to process immidiately how can i done it.

with thanks

aru.

4 REPLIES 4
Read only

rainer_hbenthal
Active Contributor
0 Likes
723

configure the partnre profile so it fits your needs.

Read only

Former Member
0 Likes
722

Hi,

Goto WE19 and then give the message type.

Fill the idoc with data and then choose inbound function module and send it immediately.

Hope it works.

Thanks,

Sandeep.

Read only

Former Member
0 Likes
722

Hi,

Instead of using "Process Immediately" in partner profile, if you use "Collect IDOC" and later on process them in batch that will ensure that 1 IDOC is processed at a time.

If it is a custom process code you can use 'enqueue' and 'dequeue' functions to make sure one IDOC is processed at a time.

Other point is that it is perfectly normal that an IDOC fails because a resource required to process it is locked, you can always schedule a batch job to reprocess failed IDOC's (51 status).

Regards

Read only

varma_narayana
Active Contributor
0 Likes
722

Hi..

Goto the Partner profiles in the inbound system. for the Particular message type

Select the Radio button for Inbound processing.using FM:

Trigger Immediately

instead of Trigger in Background Job.

Here we are ensuring that the RBDAPP01 will be called immediately for inbound processing.

regards.