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

BAPI OR fm TO T-CODE MMSC

Former Member
0 Likes
1,160

Hi all,

is there any bapi or function module to extend a material from one ONE STROAGE LOCATION IN A PLANT TO ANOTHER STORAGE LOCATION IN THE SAME PLANT I.E iam LOOKING FOR A BAPI OR fm TO T-CODE MMSC

Thanks

4 REPLIES 4
Read only

Former Member
Read only

0 Likes
739

Hi ,

Iam looking to extend to different storage location with in a plant.

To be exact i want a bapi or fm similar to that of MMSC T-code

Thanks

Read only

Former Member
0 Likes
739

hi preeti

Use the function module

CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'

EXPORTING

HEADDATA = WS_HEAD

STORAGELOCATIONDATA = WS_MARD

STORAGELOCATIONDATAX = WS_MARDX

IMPORTING

RETURN = WS_RETURN.

else u can use tcode MM17.

Reward me if its useful.

Regards

Ravi

Read only

Former Member
0 Likes
739

Hi

You can use bapi "/ISDFPS/MATMAS_PLANT_SLOC"

Regards

Gabriel