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

Extending Batch Input or Direct Input

Former Member
0 Likes
613

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
Read only

Former Member
0 Likes
555

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

3 REPLIES 3
Read only

Former Member
0 Likes
555

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.

Read only

0 Likes
555

Yes, they are available on the screen.

Read only

Former Member
0 Likes
556

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