2009 May 19 9:35 PM
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
2009 May 19 11:08 PM
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
2009 May 19 11:20 PM