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

Error in lsmw

Former Member
0 Likes
572

hi,

i am using batch input recording in the lsmw,when i am recording ,in the select views after selecting some the if i press pagedown,it will go and select the otherviews,But while i am loading the data views are not selectingautomatically,is there any other way to do this,

Thanks,

Rammohan.

hi,

i am using batch input recording in the lsmw,when i am recording ,in the select views after selecting some the if i press pagedown,it will go and select the otherviews,But while i am loading the data views are not selectingautomatically,is there any other way to do this,

Thanks,

Rammohan.

4 REPLIES 4
Read only

Former Member
0 Likes
548

Hi Ram

Are you referring to material master views???

In that case, i would recommend you to use BAPI.

Try by exploring BAPIMATERIALSAVE*REPLICA.

Am not on SAP now to provide you the exact BAPI.

Main problem that i would say is the number of views available for different material types can vary and controlling these sort of stuff via BDC can be troublesome.

Kind Regards

Eswar

Read only

0 Likes
548

Hi,

If you want to update material master data, or change it use the Function Module

BAPI_MATERIAL_SAVEDATA.

This is used For You use this method to create new material master data or to change existing material master data. The data on a material can be transferred for each call.

This is the other Way,

manju

If helpful Reward points

Read only

Former Member
0 Likes
548

hi,

Don't use the recording method in the case of different views. process will become very much difficult so its better to go with the existing corresponding bapi for this requirement.

BAPI_MATERIAL_SAVEDATA.

Regards,

Naveen

Message was edited by:

NAVEENKUMAR GUDURI

Read only

0 Likes
548

Hi You Can use Direct input method in LSMW for Material Master,

its very easy, you can set the flag for the views which you require.

let me know if you need more help.