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

IDoc fields, when empty

Former Member
0 Likes
463

Hi all,

I have a requirement to send IDoc to external system. When there is no corresponding data, IDoc fields are not filling.

I need to fill blant value to the IDoc fields and send to external system.

I don't have permissions to change the standard code.

My doubt is: Can I fill the empty field in conversions or in any other place, other than coding? is BD64 useful to fill the IDoc field?

Thanks in Adv,

Moderator message - Duplicate post locked

Edited by: Rob Burbank on Dec 9, 2009 9:51 AM

2 REPLIES 2
Read only

Kanagaraja_L
Active Contributor
0 Likes
421

I think it is possible through coding. Which way you are sending IDOC to Ext.. System ?.

Kanagaraja L

Read only

0 Likes
421

Hi Kanagaraja,

I am sending the IDoc to PI system using ALE. The IDoc is CLFMAS. when ever a Material Master IDoc generated, subsequent CLFMAS will be generated. The IDoc filling logic is actually in Master_IDoc_MATMAS FM. I think I don't have permissions to change the coding, since its a standard IDoc and some other systems also using the same IDoc generation logic.