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

MFBF Transaction

Former Member
0 Likes
822

Hello Friends,

When the user hits save after the Input in MFBF transaction, It saves everything but what happens is, the fields become blank (cleared up)

I am talking about the fields

RM61B-ERFMG

RM61B-MATNR

RM61B-WERKS

The user wants the previous data to be populated in this fields when he hits save.

ANy suggestions.

I am debugging the entire program but I have no clue...

Any Suggestions,

Shejal.

6 REPLIES 6
Read only

Former Member
0 Likes
763

Any Suggestions...

Shejal.

Read only

0 Likes
763

Can do that user exits..

Read only

0 Likes
763

They are like userexits LBARMFFG

LBARMFFH

LBARMFFI

LBARMFFJ

Try implementing userexits and I think it works

Vicky

Read only

0 Likes
763

Thanks,

I will try this out.

Shejal.

Read only

Former Member
0 Likes
763

Hi Shejal,

Please check include program LBARMF1Z and LBARMFRD for form CLEAR_BACKFLUSH_INPUT.

There is a logic to clear all value for RM61B after save/post.

Regards,

Ferry Lianto

Read only

0 Likes
763

Thanks Ferry,

I guess this would of great help for me.

Shejal.