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 MWMTR001

former_member537489
Participant
0 Kudos

Dear experts,

I want to use exit MWMTR001, function module EXIT_SAPLL03T_003 to update the Transfer requirement with the Order number created in COR1.

But I see that by the time the user exit is called, the order number has not yet been created in the database.

Is there maybe another place to do what I want?

Thank you in advance,

Roxani Athousaki

2 REPLIES 2

Former Member
0 Kudos

Hi,

these are all user-exits which are available for COR1

Transaction Code - COR1 Create Process Order

Exit Name Description

CCOWB001 Customer exit for modifying menu entries

COIB0001 Customer Exit for As-Built Assignment Tool

COZF0001 Change purchase req. for externally processed operation

COZF0002 Change purchase req. for externally procured component

PPCO0001 Application development: PP orders

PPCO0002 Check exit for setting delete mark / deletion indicator

PPCO0003 Check exit for order changes from sales order

PPCO0004 Sort and processing exit: Mass processing orders

PPCO0005 Storage location/backflushing when order is created

PPCO0006 Enhancement to specify defaults for fields in order header

PPCO0007 Exit when saving production order

PPCO0008 Enhancement in the adding and changing of components

PPCO0009 Enhancement in goods movements for prod. process order

PPCO0010 Enhancement in make-to-order production - Unit of measure

PPCO0012 Production Order: Display/Change Order Header Data

PPCO0013 Change priorities of selection crit. for batch determination

PPCO0015 Additional check for document links from BOMs

PPCO0016 Additional check for document links from master data

PPCO0017 Additional check for online processing of document links

PPCO0018 Check for changes to production order header

PPCO0019 Checks for changes to order operations

PPCO0021 Release Control for Automatic Batch Determination

PPCO0022 Determination of Production Memo

PPCO0023 Checks Changes to Order Components

STATTEXT Modification exit for formatting status text lines

Reward points if useful..

Regards

Nilesh

0 Kudos

Thank you Nilesh for your reply.

I will have to use the exit : MWMTR001 to update the TRansfer REquirement, but I will check the exits you suggested in case I can use import-export techniques to obtain the order number in my exit.

Thank you again, it was very helpful.

Roxani