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

Extending a material

Former Member
0 Likes
755

Hi Everyone,

We created a new warehouse(400) and I want all the materials in 100 to be extended to 400. How to go about it?

Thanks

Kumar.

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
722

Hi,

Please try to populate the following import parameter:

HEADDATA-MATERIAL = <...>

HEADDATA-IND_SECTOR = <...>

HEADDATA-MATL_TYPE = <...>

HEADDATA-WAREHOUSE_VIEW = 'X'.

WAREHOUSENUMBERDATA-WHSE_NO = <...>.

WAREHOUSENUMBERDATAX-WHSE_NO = <...>.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

ferry_lianto
Active Contributor
0 Likes
722

Hi,

You can use transaction MM50 or try BAPI BAPI_MATERIAL_SAVEDATA.

Regards,

Ferry Lianto

Read only

0 Likes
722

Ferry,

I tried using MM50, but it was not giving me the results that I expected. Can you please explain how to use BAPI_MATERIAL_SAVEDATA. I mean i used BAPI_MATERIAL_SAVEDATA, but how to extend from one warehouse that is laready existent in the system to one that is not.

Thanks

Kumar.

Read only

0 Likes
722
Read only

ferry_lianto
Active Contributor
0 Likes
723

Hi,

Please try to populate the following import parameter:

HEADDATA-MATERIAL = <...>

HEADDATA-IND_SECTOR = <...>

HEADDATA-MATL_TYPE = <...>

HEADDATA-WAREHOUSE_VIEW = 'X'.

WAREHOUSENUMBERDATA-WHSE_NO = <...>.

WAREHOUSENUMBERDATAX-WHSE_NO = <...>.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
722

Solved it using LSMW.

Read only

Former Member
0 Likes
722

Solved