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: 

Extending Batch Input or Direct Input

Former Member
0 Kudos

Hello experts,

I am customizing Material Master by adding some custom fields to MARA. I know I can extend the IDoc for loading the data including my custom fields. I was wondering if, and how, to extend the Batch Input or Direct Input to include my custom fields.

Can anyone point me in the correct direction?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Did you check the following OSS note 44410 - Integrating cust.-specific fields in matl master

3 REPLIES 3

Former Member
0 Kudos

Append the MARA structure with your custom fields. (Are these fields available on material master screen as well ?)

Write the code in the appropriate user-exit to populate these fields OR use a BAPI and extensionin parameter to populate your custom fields.

0 Kudos

Yes, they are available on the screen.

Former Member
0 Kudos

Did you check the following OSS note 44410 - Integrating cust.-specific fields in matl master