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: 

Displaying blank value in Idoc segment

Former Member
0 Kudos
836

Hi all ,

I want to display a blank value in a segment field in an Idoc . But when I check the Idoc in WE02 , I see that the field is not displayed at all . However , in EDID4 the blank value is stored in SDATA .

How can I achieve this ?

Regards ,

Deepthi

7 REPLIES 7

Former Member
0 Kudos
204

Hi,

Do mapping for the field you want the Blank Value with Space.

( Like Field 1 = Space. ) May be this would suffice your need,

Regards,

Lalit

0 Kudos
204

Hi Lalit ,

It doesn't work . The field doesn't get displayed still .

Regards,

Deepthi

0 Kudos
204

Hi Deepthi,

I am not sure then whether it will work. Just try passing

Field1 = ' '.

If this doesnt work then may be we cant see the fields with no value or blank value.

Reward if useful.

Regards,

Lalit

Former Member
0 Kudos
204

Hi Lalit ,

Thanks for your response ! However that does not work

Regards,

Deepthi

0 Kudos
204

Hi Deepti,

Declare a constant with c_space = ''. and pass that character to the segemnt field.

Rajesh Sanapal.

Former Member
0 Kudos
204

Hi Rajesh ,

That doesn't work either

Regards,

Deepthi

0 Kudos
204

Deepthi..

I dont thnk this is possible to display field with blank values in an Idoc Segment.

Regards,

Lalit