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

Customizing tx. MD63

maria_merino
Active Participant
0 Likes
725

Hi,

I need to customize tx. MD63. The requirement is to make field matn as a selection option instead of a parameter. Changing the parameter into a sleect option no problem.. The problem is that I think I need to change too many things in the standar report.. isn't it ??? Has anybody done something similar with this transaction ??

Thanks in advance,

Marí

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

Hi,

Check with this User exit M60P0001

But I doubt this requirement wouldnt be possible.

Regards

Abhii

4 REPLIES 4
Read only

Former Member
0 Likes
620

Hi,

Check with this User exit M60P0001

But I doubt this requirement wouldnt be possible.

Regards

Abhii

Read only

0 Likes
619

Thanks Abhii,

I'll check the exit you told me and let you know...

Thanks !!

Sorry, i've checked it but I don't know what to do with this exit... I just need to change parameter Matnr into select-option matnr...

Edited by: poketina on Sep 2, 2010 10:23 AM

Read only

Former Member
0 Likes
619

Hi,

Program Exit SAPLV06A-LV06AU01 USEREXIT_CHANGE_TRANSACTION

By using this you can change or modify your screen.

Thank you,

Thanks,

AMS

Read only

0 Likes
619

I have changed the screen but the problem is that the functions involved in this transaction (like REQUIREMENTS_READ, REQUIREMENTS_MAINTAIN, REQUIREMENTS_DIALOG) are implemnted only for a material, not for many materials... I have made a copy of them but I can't solve my problem...