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: 

How to remove the "/ " indicator from IDOC

Former Member
0 Kudos
769

Hi,

How can we remove forward slash ("/") from the IDOC data when no data is there.,

In default, this indicator ("/") is coming & need to know what setting is required where this should not come .

THanks

2 REPLIES 2

apoorva_singh
Active Participant
0 Kudos
220

Hi Fan.

Please describe the scenario, what you are doing. The simplest thing is to check your Idoc in WE19 for the field where you have '/' as character and remove it. WE32 in segment editor you can check the field but you don't have something like default value specification.

Put break-point on FM : Master_Idoc_Distribute and see what gets filled in internal table 'MASTER_IDOC_DATA' and it will let you know from where that '/' coming from.

If you are using LSMW then see if you have the rules set on this field to assign a default value.

Regards

Apoorva

Former Member
0 Kudos
220

Where is it coming from?