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 fields in screen 3321 in ME5A

Former Member
0 Likes
1,062

Hello friends,

I have a task where I am to add two additional date fields in the program SAPMEGUI (trans ME5A).

How do I see if there is enhancement spots in the screen layout? (if that is possible), Alternatively I have to make a Z-copy of ME5A, but that seems like a big copy for just adding a couple of fields. What is the best way to add these fields in the screen layout, and how will I do this?

Best Regards Baljinder

Hello friends,

I have a task where I am to add two additional date fields in the program SAPMEGUI (trans ME5A).

How do I see if there is enhancement spots in the screen layout? (if that is possible), Alternatively I have to make a Z-copy of ME5A, but that seems like a big copy for just adding a couple of fields. What is the best way to add these fields in the screen layout, and how will I do this?

Best Regards Baljinder

3 REPLIES 3
Read only

Former Member
0 Likes
731

hi Baljinder Singh,

please use BAdi 'ME_CHANGE_OUTTAB' to additional fields logic.

before that enhance structure MEREP_OUTTAB_EBAN with required additional fields and write the logic inside the Badi.

WBR's

Chandra

Read only

Former Member
0 Likes
731

Hello Baljinder,

Did BAdi 'ME_CHANGE_OUTTAB' work for your requirement? i.e. add two additional date fields in the program SAPMEGUI (trans ME5A)

I have the same requirement and would like to know how you did this.

Thanks,

Laurence Kelly.

Read only

Former Member
0 Likes
731

Hi,

Please find some implicit enhancement spots to add 2 fields in the selection screen.

You can find the implicit enahcement spots in the program

Menu Bar - Edit - >Enhancement Opertaions->Show Implicit Enhancement Options.

Please let me know if you need more information.