cancel
Showing results for 
Search instead for 
Did you mean: 

Most Urgent - LSMW- DIrect input method

Former Member
0 Kudos

Hi All,

I am trying to uload vendor master file using standad method and object id (STANDARD DIRCT INPUT Method)in LSMW.

My client requirement is Purchasing organization is optional.Some times data comes in this field and some times it may not come.

I am trying to up load file without EKORG (Purchasing data).Then system is showing message " editing terminated " in Create Batch Input Session session step.

and then showing message that

" A special character for empty field /.And purchasing data is not entered."

How can I over come this issue.

Please Give me resolution for this issue immediately."

Regards

Vijaya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vijaya,

You will have to populate such fields with the NO DATA indicator. Usually it would '/'. In segments where you are not populating data then you must pass a a NO DATA indicator.

Hope this helps

Cheers

VJ

Former Member
0 Kudos

Hi VJ,

How can I do this.?Please explain me step by step.

Regards

vijaya

Former Member
0 Kudos

Hi Vijaya,

You need to just pass the character '/' to the fields which you are not populating.

 DATA NODATA VALUE '/'.         
   MOVE NODATA TO : BEINA-SORTL,
                   BEINA-URZDT, 
                    BEINA-LIFAB,
                    BEINA-LIFBI.
   MOVE NODATA TO BEINE-BWTAR.  

Hope this is clear.

Cheers

VJ

Message was edited by: Vijayendra Rao