cancel
Showing results for 
Search instead for 
Did you mean: 

how to avoid Creating file with 0kb

venky_b
Participant
0 Kudos

Hi Experts,

I am doing idoc to file.If no data is coming in the idoc then i don't want to create 0kb file at the target side. For that in the processing parameters for field Empty-Message Handling i assigned 'ignore'. But still it is creating 0kb file. is there any other solution to avoid creating 0kb file ?

How can i avoid this? Please provide some solution.

Regards,

venky

Message was edited by:

venkatesh bs

Accepted Solutions (0)

Answers (4)

Answers (4)

venky_b
Participant
0 Kudos

This is solved by myself

prabhu_s2
Active Contributor
0 Kudos

venkat

can u share with the community on ur approach addressing this issue ?

Former Member
0 Kudos

hi venkatesh,

you can acheive this by using custom adapter modules on the sender CC.

Former Member
0 Kudos

Venkatesh,

<b>Ideally you should stop the process here only..</b>

--->If no data is coming in the idoc then i don't want to create 0kb file

Regards,

prabhu_s2
Active Contributor
0 Kudos

1. it an be prevented from the source. If segments are not populated then donot create idoc.

2. can be done in recv determination. check for source field (maybe key field) is filled with data. if not donot route it.....conditional routing