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

Displaying blank value in Idoc segment

Former Member
0 Likes
1,930

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

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
Read only

Former Member
0 Likes
1,298

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

Read only

0 Likes
1,298

Hi Lalit ,

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

Regards,

Deepthi

Read only

0 Likes
1,298

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

Read only

Former Member
0 Likes
1,298

Hi Lalit ,

Thanks for your response ! However that does not work

Regards,

Deepthi

Read only

0 Likes
1,298

Hi Deepti,

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

Rajesh Sanapal.

Read only

Former Member
0 Likes
1,298

Hi Rajesh ,

That doesn't work either

Regards,

Deepthi

Read only

0 Likes
1,298

Deepthi..

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

Regards,

Lalit