Application Development 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: 

Multiple idocs are overwritt

Former Member
0 Kudos

Hi Experts,

I am receiving multiple idocs from other system into my system. Before converting them into idocs they are .xls, .csv & .txt files.

Here I am facing one problem like.....

I have received two idocs into my system, in which one is looking good and the other one is corrupted. I think the files are overwritting. This is because of no time gap when they sent into my system, it is showing that both the records are received at the same time.

I have configured interface id and logical file in one transaction. This will transafer idocs into application server.

Only one idoc is going to application server instead of two.

can some one suggest me in this like....

The third party system it self should send idocs with some time interval?

Do we have any option to delay the records receiving into our system?

Can we write coding some where in the transactions?

Please suggest me.

Dileep.

2 REPLIES 2

Former Member
0 Kudos

Hi Dileep

I did not get exactly about

"I have configured interface id and logical file in one transaction. This will transafer idocs into application server.

Only one idoc is going to application server instead of two. "

are using any custom program to sent to Application server... if yes.... then program is with your custom program...

Thanks

Ramesh

Edited by: Ramesh on Feb 13, 2010 7:14 PM

Former Member
0 Kudos

Hi,

Thank you Ramesh,

I will give you some insight of the issue,

There is a system called 'ABC' which will converts two files(one is .CSV and the other one is .XLS) into idocs and send it to my system called 'XYZ'. When I saw the idocs in my system two idocs are there but one is in good format(i.e .CSV) and the other one is corrupted (i.e .XLS). Here itself it is showing that both the idocs are received at the same time.

In this system XYZ, I have configured logical file and interface id though which the idocs will move and store in the application server. Now in application server only the corrupted one there but the the other file is not received.

My doubt is whether this issue is because of the idocs received at the same time or because of the problem in configuring the logical file and the interface id or because of the file format?

Note: In logical file creation (in FILE transaction), in the physical path definition the file extension is given as .TXT and data format is given as ASC.

Thanks in advance.

Dileep.