Application Development 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: 

BAPI_MATERIAL_SAVEREPLICA

Former Member
0 Kudos

Hi Experts,

I want to update Storage Bin using material number,plant and Storage location by using BAPI_MATERIAL_SAVEREPLICA.

Pls help me how to pass these values to BAPI for updating Storage Bin.

Pls help me

4 REPLIES 4

Former Member
0 Kudos

Hi,

since you have identified the bapi, its straight forward. Please check the field in bapi in Import or table parameter and pass the relevant inputs and execute the bapi in se37 and check if the values are populated properly.

Do not forget to commit the transaction after bapi run.

Former Member
0 Kudos

Hello,

I am unable to use BAPI_MATERIAL_SAVEREPLICA bapi to update storage bin. I am able to extend material to storage location, warehouse, storage type but not able to update bin.

Please advise.

regards

Anand

Former Member
0 Kudos

Hi,

for this bapi there is a clear documentation. (SE37 Function module documentation)

Please, read information in it.

Suggestion:

You can see in import TAB these two parameter name:

STORAGELOCATIONDATA LIKE BAPI_MARD  (contains Storage Bin)

STORAGELOCATIONDATAX LIKE BAPI_MARDX

Cheers

Ivan

Former Member
0 Kudos

Hello,

I was able to resolve thanks, i was not updating X for the field STGE_BIN (LGTYP) in STORAGETYPEDATAX, so system was not updating bin in material master.

Thanks for reverting back so soon.

regards

anand