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: 

MFBF - XMRM0001 User Exit

Former Member
0 Kudos

Hi,

I am trying to use XMRM0001 user exit for MFBF transaction. But when I activate the project, MFBF starts bevaing weired in the way that all the figures entered in the fiedls get cleared automarcally.

Could anyone pls sugest me why it is happening and what is the correct way to use this user-exit?

Regards

2 REPLIES 2

Former Member
0 Kudos

Hi Adhish Parakh,

I also faced the same problem as yours.

In your scenario, I guessed you used exit EXIT_SAPLBARM_001 (Customer Exit: RM_BACKFLUSH_CHECK) or at least, you created z-include for this.

After looking at SAP note, It said:


In all user exits which must also be activated for the activation of the enhancement project, all export parameters must be filled with the values of the Import parameters.
In the example: E_rm61b = i_rm61b.

So, even if you did nothing, add that assignment into z-include. And then it works. (at least in my case).

You can see note 165264 for more information

Best rgds,

Solaris.

Former Member
0 Kudos

Hi,

After checking, I find it a little weird. In my scenario, I just need to use exit EXIT_SAPLBARM_002 but when I activate the enhancement XMRM0001, the 4 components of that enhancement are activated as well.

Therefore, although I dont need to use exit EXIT_SAPLBARM_001, I still have to assign export = import.

Otherwise, it will clear all fields.. .

Best rgds,

Solaris