Application Development 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: 

ME29N Username in Title Bar

Former Member
0 Kudos

Hi,

in ME23N the title Bar includes created by Username.

Yet in ME29N in it is missing! Is there a possibility to enhance the title bar without creating the whole transaction in z Namespace ?

BR Matthias

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

First did you look at BAdI MEGUI_LAYOUT, this BAdI is (alas) reserved for SAP, but should allow you to find where you have to look for an enhancement point.

Example : in method TITLEBAR of program SAPLMEGUI in include LMEGUICJF. you could try to change values of ch_title-title and ch_title-prog.

Regards,

Raymond

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

First did you look at BAdI MEGUI_LAYOUT, this BAdI is (alas) reserved for SAP, but should allow you to find where you have to look for an enhancement point.

Example : in method TITLEBAR of program SAPLMEGUI in include LMEGUICJF. you could try to change values of ch_title-title and ch_title-prog.

Regards,

Raymond