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

Extend Material Master - Sales Org.

Former Member
0 Likes
1,161

Hi,

I want to copy the material from one sales org. distribution channel to another sales org. distribution channel. My doubt is I want to use BAPI_MATERIAL_SAVEDATA. But how to use this??

Because that material is not present in the target sales org. distribution channel, so for that I have to copy all the views except sales view using BAPI_MATERIAL_GETALL then pass to BAPI_MATERIAL_SAVEDATA.

In this the problem is.. I have to map all the fields between these BAPI. So is there any easy way to do this?

Can anyone have similar requirement like this which can share??

Thanks,

Regards,

Jhings.

Edited by: Jhings on Mar 7, 2012 7:26 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
841

Check these threads about the mandatory fields for your requirement:

About transfer the material data from BAPI_MATERIAL_GETALL to structures to be used on BAPI_MATERIAL_SAVEDATA, i think that MOVE field by field is the better way once there won't many fields to be populated.

Felipe

Hi,

I want to copy the material from one sales org. distribution channel to another sales org. distribution channel. My doubt is I want to use BAPI_MATERIAL_SAVEDATA. But how to use this??

Because that material is not present in the target sales org. distribution channel, so for that I have to copy all the views except sales view using BAPI_MATERIAL_GETALL then pass to BAPI_MATERIAL_SAVEDATA.

In this the problem is.. I have to map all the fields between these BAPI. So is there any easy way to do this?

Can anyone have similar requirement like this which can share??

Thanks,

Regards,

Jhings.

Edited by: Jhings on Mar 7, 2012 7:26 PM

3 REPLIES 3
Read only

Former Member
0 Likes
842

Check these threads about the mandatory fields for your requirement:

About transfer the material data from BAPI_MATERIAL_GETALL to structures to be used on BAPI_MATERIAL_SAVEDATA, i think that MOVE field by field is the better way once there won't many fields to be populated.

Felipe

Read only

0 Likes
841

Hi,

I have checked both the link which you gave, But in both there is no answers which i can use in my requirement.

Thanks,

Jhings.

Read only

0 Likes
841

Solved by own.

Regards,

Jhings