2008 Jun 27 12:17 PM
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.
2008 Jun 27 12:23 PM
2008 Jun 27 2:54 PM
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.
2008 Jun 28 5:38 AM
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.
2008 Jul 22 12:25 PM
Refer BADI->BADI_FDCB_SUBBAS01.
It contains a sample which is the solution.