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: 

IDOC_Query

Former Member
0 Kudos

Hi..

I have an IDOC in which I want to show spaces for a segment-field (data type is CHAR) if its value is zero.

I have coded an IF-ENDIF condition for it.

But , the problem that I am facing is that The fields are alltogether not visible in the IDOC if I clear those fields or code like this say--> field X = ''.

What shall I do to make the field visible in the IDOC with spaces.

Thanks

2 REPLIES 2

former_member404244
Active Contributor
0 Kudos

Hi subhash,

Make the segment as mandatory and check...

Regards,

Nagaraj

Former Member
0 Kudos

Subhash,

All the blank fields will not be visible in WE02.

But when the IDOc actually reaches the target and if the segment has at least one field in it with data then the fields will be sent.

Regards,

Ravi