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: 

user exit for MM01

Former Member
0 Kudos

Hi, all

how to input default value e.g.. 01 in field division in tr. MM01

that is MARA-SPART field.

this is EXIT_SAPLMGMU_001, and how to do this please guide me!

2 REPLIES 2

former_member226999
Contributor
0 Kudos

In the exit set the CMARA-spart field with your value:

Eg:

CMARA-SPART = '01'.

It should reflect back

Hope this helps.

FRan

raymond_giuseppi
Active Contributor
0 Kudos

Look at [BADI BADI_MATERIAL_REF|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=badi_material_ref&cat=sdn_all], method CREATE_MATERIAL.

Look the online documentation.

Regards