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

re-process SAME IDOC no in a custome program without it generation another

Former Member
0 Likes
599

Hi

I have an incomming idoc which depending on some condition i i put the idoc in staus 52 so that another program will be able to re-process is later on. I put the idoc in a custom table.

A custom program will come and pick the idoc in the custom table to be reprocess . what FM can i use to make the custom program reprocess the same idoc with generation a new one

thank a lot for helping

Hi

I have an incomming idoc which depending on some condition i i put the idoc in staus 52 so that another program will be able to re-process is later on. I put the idoc in a custom table.

A custom program will come and pick the idoc in the custom table to be reprocess . what FM can i use to make the custom program reprocess the same idoc with generation a new one

thank a lot for helping

3 REPLIES 3
Read only

Former Member
0 Likes
570

Hi..

Chk FM "MASTER_IDOC_DISTRIBUTE".

Regards,

Lokeswari.

Read only

anup_deshmukh4
Active Contributor
0 Likes
570

Can't you use BD87 to do it...! or use IDOC_INPUT and in passing parameter UNPROCESSED_IDOCS give yor idoc numbers you want to reporcess...!

hope it helps

Edited by: Anup Deshmukh on Mar 4, 2010 7:34 AM

Read only

0 Likes
570

with BD87 how do i code that is it through call transaction