cancel
Showing results for 
Search instead for 
Did you mean: 

Merge two source files into one target file without using BPM, delay in receivng files

Former Member
0 Kudos

Hi All,

We have a scenario, like:

Merge two files (source) files into one file (target) without using BPM.

Receiving two files [IDOC] and [PDF in Binary file] from SAP. There is a time delay b/w these files, we have an option.using BPM that we can merge two files and send it to target as a single file but we are not interesting to use BPM.

Can you someone please help us that, how to merget two files [even there is a time delay b/w the files] and send it into single xml file. How can we control the 1st file until we receive 2nd file into PI.


E.g.

Source File1 (IDOC) - received at 10:00 AM
Source File2 (Binary File) - received at 10:02 AM

How to merget into single file and send it Target File1 [as a xml] without using BPM.

Thanks,
Prasad

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Prasad,

Have you thought to do a first scenario IDOC - File and second File - File. The second scenario can be called by an ABAP program () which first check that the two files are present.

Hope this helps.

Regards.

Former Member
0 Kudos

Thanks for your quick reply.

The thing is first Outbond IDOC will be generated, then after 3 to 5 seconds Binary file will be generated and planced in AL11 in ECC.

We need to club both the data and put into single target file and send to receiver.

Here the problem is, the time delay b/w the files(souce). We don't use BPM to hold the 1st file (IDOC) until we receive 2nd Binary file.

How we achive wihotu using BPM scenario for this case.

Is there any possibility at Sender Adatper level to control both the files [delay in sending the files to pi].

Hope, you got my scenario.

Thanks,

Prasad