Skip to Content
0
Former Member
Feb 09, 2007 at 01:14 AM

Inbound Idoc file processing

114 Views

Hi,

I am processing an inbound file which is in idoc format to create an Idoc and posting it to the system. I have a created the wrapper program which will submit the below two programs.

1) RSEINB00 - This will convert the file into an IDOC with status 64.

2) RBDAPP01 - This will process the idoc and do the posting.

The wrapper program which is developed to submit these program will run in background.Here the issue is when there is an error in the file recieved then there will be a job log created.I am trying to cappture those job log into spool request, But due to internal validations in the program RSEINB00 the job will be cancelled and i cannot process further on my wrapper program.

Is there any soln we can overcome this?

Please let me know if there is any alternate way to process the inbound file to an idoc instead of RSEINB00.