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

Read Article master data

Former Member
0 Likes
640

Hi,

I need to read article master data through BAPI or any other Function module which can fetch me the data.

I am using BAPI_MATERIAL_GET_ALL to fetch article master data, I am able to get data from MARA,MARM,MAKT,MEAN tables.

But there are Z fields defined in MARA, I need to read data for this fields too.

Above mentioned BAPI wil read only standard fields data from tables. Is there any way I can read Z fields values too from tables, or is there any other BAPI or FM to do this job??

Vanitha P

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
505

Hi,

You have tables parameter EXTENSIONOUT in the BAPI. This will give you custom defined fields.

Thanks,

Vinod.

Read only

Former Member
0 Likes
505

Hi Vanitha,

Yes you can also read your zfields from the bapi you are using.

You need to make use of the extensions (please have a look at the documentation of bapi). You can add ur custom fields in bapi through extensions.

<removed by moderator>

Regards,

Vinit

Moderator message: please do not ask for appreciation, only reply when you have something meaningful to add compared to previous replies, do not use SMS speak.

Edited by: Thomas Zloch on Mar 4, 2011 10:44 AM