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

Function module to retrieve the material master data

Former Member
0 Likes
1,076

Hi all,

creating material master dta i am using BAPI_MATERIAL_SAVEDATA .is there any f.m with same structures as BAPI_MATERIAL_SAVEDATA to retrieve the materi master data.

2 REPLIES 2
Read only

Former Member
0 Likes
556

Hi,

Not sure if there is any function module to get material master data with the same structure..

But..

You can select the data from MARA, MARC, etc...and convert it to the BAPI structures using the following function modules..

CFX_MAP2E_MARA_TO_BAPI_MARA

CFX_MAP2E_MARC_TO_BAPI_MARC

Thanks,

Naren

Read only

Former Member
0 Likes
556

Hi,

I have also worked similar to this concept...I have not come through function modules like tht...

Reward if useful