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: 

Exit for MIRO (Field/Screen Exit to disable/inactive the field)

Former Member
0 Kudos

Hi Friends,

The client requirement is to fix an Exit to disable or inactive the field INVFO-LIFRE or to put the INVFO-LIFRE field (invoice party in Details tab) as display mode where the user not able to change it while posting invouces in MIRO.

I've tried by program screen enhancement in 'SAPLFDCB' but i couldn't able to fix it since the screen name of INVFO-LIFRE is not showing/coming while posting MIRO (checked in debugging mode).

Instead of fixing error message through BADI/USER EXIT, is there any way to make field/screen exit to disable or inactive the filed??

Please advise.

Thanks & regards

Sankar.

4 REPLIES 4

Former Member
0 Kudos

Have you tried by using transaction variant (SHD0)?

Please search in the forum or in net for further proceeding with Transaction Variant string.

I hope it will be helpful for you.

Regards

Shiba Prasad Dutta

former_member182371
Active Contributor
0 Kudos

Hi,

have a look at transaction OLMRLIST and create a variant for

program SAPLFDCB

dynpro 0150

There you´ll be able to set field INVFO-LIFRE to "Display Only".

Later you will have to attach this variant to a transaction variant.

Best regards.

Former Member
0 Kudos

HI sankar,

Try this enhncement LMR1M001 , in this userexit you can write based on your req.

i hope it will solve your problem.

Thanks & regards

G.Vendhan

Former Member
0 Kudos

Made as error message