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

Screen exit for MIRO

Former Member
0 Likes
1,753

Hi experts,

I want to add new field in the MIRO transaction.I am using the screen exit SAPLXM08 in the enhancement LMR1M001 for MIRO,but the field is not displayed in the transaction.

The following are the steps I followed

1.Appended the field in table.

2.Created a project including the enhancement LMR1M001 in CMOD.

3.Designed the subscreen 0400 in SAPLXM08 by double clicking in this exit.

what may be the reason for this.... Is there any thing missing.

Thanks&Regards,

Karthik.

Hi experts,

I want to add new field in the MIRO transaction.I am using the screen exit SAPLXM08 in the enhancement LMR1M001 for MIRO,but the field is not displayed in the transaction.

The following are the steps I followed

1.Appended the field in table.

2.Created a project including the enhancement LMR1M001 in CMOD.

3.Designed the subscreen 0400 in SAPLXM08 by double clicking in this exit.

what may be the reason for this.... Is there any thing missing.

Thanks&Regards,

Karthik.

4 REPLIES 4
Read only

Former Member
Read only

0 Likes
1,144

Hi,

Is there any BADI for screen exit in MIRO transaction to add fields (without using the Access key).

Help me to achieve this plz...

Thanks&Regards,

Karthik.

Read only

0 Likes
1,144

Hi experts,

Finally I placed the field in MIRO screen using BADI -> BADI_FDCB_SUBBAS01.But I can't receive data from the field , how to get the value entered by the user and update the RBKP table.

Please help me it is very urgent...Provide me with steps please, so that i can receive the value entered in the field of MIRO header invoice level.

Thanks&Regards,

Karthik.

Read only

Former Member
0 Likes
1,144

Refer BADI->BADI_FDCB_SUBBAS01.

It contains a sample which is the solution.