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: 

Need update 2 customized fields in MRP3 View in MM03

Former Member
0 Kudos

Hi all,

In my system they have added 2 customized fields in MRP3 View(MM02). The 2 fields are added in MARC table. I want to update that two fields in master data.

I cheked the BAPI_MATERIAL_SAVEDATA, but in these structures , I didn't find my 2 customised fields. Is there any alternative to update the fields in MARC table. Please help me in this.

regads,

Ajay reddy

1 REPLY 1

Former Member
0 Kudos

For self-defined fields, you need to use:

EXTENSIONIN STRUCTURE  BAPIPAREX OPTIONAL
   EXTENSIONINX STRUCTURE  BAPIPAREXX OPTIONAL

Search SDN or Google it to find info on that.