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

Adding field in MRRL Tcode Initial screen

Former Member
0 Likes
1,757

Hi,

We have a requirement that i have to add one parameter in MRRL initial screen, Please can any one give guidelines to resolve this issue.

With Thanks & Regards,

Samba

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,516

You can add your parametes by using ES_RMMR1MRS enhancement spot in report.

Thanks

Nabheet

7 REPLIES 7
Read only

Former Member
0 Likes
1,516

MRRL is nothing but a report. report name: RMMR1MRS.

you can use the implicit enhancements present in the report to add the new fields..

but why dont you copy it to a Z report and do the changes in there

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,517

You can add your parametes by using ES_RMMR1MRS enhancement spot in report.

Thanks

Nabheet

Read only

0 Likes
1,516

HI Nabheet,

Could you please let me know the procedure to add field in that screen using 'ES_RMMR1MRS' Enhancement Spot.

Thanks & Regards,

Samba

Read only

0 Likes
1,516

Go to Report RMMR1MRS.

Click SHIFT + F4

Go to line 91

ENHANCEMENT-POINT rmmr1mrs_04 SPOTS es_rmmr1mrs STATIC.

Right click and enahcement implementation ->create enhancement

You willbe able to write your own code. declare the parameters/select option which ever you want.

Similar way use enhancement spot ES_MMERS-> Adding custom Field in Output..

BAdI MRM_ERS_IDAT_MODIFY (BAdI to change document lines in ERS):

Hope it solves your problem

Nabheet

Read only

0 Likes
1,516

Hi Nabheet,

Thank you so much for your guide lines and it has solved my issues.

With Thanks & Regards,

Samba

Read only

0 Likes
1,516

Hi nabheet,

I tried what you said but still my parameter is not visible on the screen, Please have a look at following snapshot where I show what I have implemented:

Regards,

Chetna D

Read only

Former Member
0 Likes
1,516

Hi Siva,

If you could  implement it while doing your project, then can you please tell me where have I gone wrong? I have attached snapshot in previous message,please let me know why  can't I see the parameter on MRRL initial screen.

Regards,

Chetna D