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 MFBF

Former Member
0 Kudos

Hi all,

I want to change the value of quantity field using exit EXIT_SAPLBARM_002 of XMRM0001 but values are not getting updated.

is this the right exit or there exists any other exits

pls let me know

thanks

3 REPLIES 3

Former Member
0 Kudos

Hi,

Try: EXIT_SAPLRMPU_005 of enhancement SAPLRMPU.

Regards,

Subramanian

Former Member
0 Kudos

Hi Uday,

These are the exits and BAdi's available for this transaction.

When ever you want to know which exit is going to be triggered, you just pick that exit, inside the exit you will be provided with function module exit.

For example: EXIT_SAPLBARM_002 Here inside it you need to put a break point. then activate it.

For Example: break username.

If you put like this it only affects your login only. There wont be any disturbance for others who are working on the same server.

After that you activate it and run your trnsaction.

or give some inputs to it and save it.

So before that you need to check all the business flow that is either creating any order or some thing like that. At that time while pressing any button the function gets triggers.

If the exit you mentioned doesn't triggered, then go with other exits I have listed below. If it is not possible with this exit, then finally you should go with BAdi.

Enhancement

PTRM0001 User Exit for Lead Column in REM Planning Table

SAPLRMPU Customer Exits for Material Staging

XMRM0001 User exits: Backflushing in Repetitive Manufacturing

Business Add-in

RM_PERFORMANCE_DREQ Performance Improvement in New Distrib. of Dependent Reqmts

RM_MF50_ROWS BAdI for Hiding Lines in the Planning Table

RM_LIST_PRODUCTION BAdI for Printing Production Settings

RM_HR_INTEGRATION HR Integration of REM Backflush

RM_BFLUSH_GOODSMVT BAdI: Goods Movements in Backflush -Repetitive Manufacturing

FCO_RM_FUNCTIONS Failure Costs: Enhancements in Repetitive Manufacturing Area

FCO_CUSTOMER_SPECIF Failure Costs: Customer-Specific Enhancements

FCO_CO_FUNCTIONS CO Functions for Failure Costs

CIF_RM_PPR_DISTRIB Distribution of Postprocessing Records in APO

Reward points if it helps you.

Cheers,

Swamy Kunche

Former Member
0 Kudos

created a custom screen & bdc