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: 

want to add custom tab in ml81n

0 Kudos

Dear Expert ,

i want to add custom tab in ml81n please provide me solution

8 REPLIES 8

raymond_giuseppi
Active Contributor
0 Kudos

Didn't you look for enhancement SMOD SRVEUSCR?

Regards,

Raymond

pavanm592
Contributor
0 Kudos

Hi Anita,

You have screen exit for ML81N


SRVEUSCR--User screen on entry sheet tabstrip

Implement the enhancement in CMOD once check and revert.

Regards,

Pavan

0 Kudos

This message was moderated.

0 Kudos

Hi Anita,

Have a look ,

at least you get some knowledge how and what need for Screen Exit.

0 Kudos

Hi Anita,

if you want more simple example google with word "co01 screen exit".

in screen exit sap provide a screen and 2 fm , one fm for pbo and other for pai. apart from that a CL_* include also provided by sap .

in your case

EXIT_SAPLMLSR_020 -pbo part

EXIT_SAPLMLSR_021- pai part

include name-CI_ESSRDB and screen 0399 of program SAPLXMLU

we first add filed to include and then map to sub screen and that sub screen again called by a screen in St Tcode.

Google for more/ in-depth idea about screen exit which help you in future .. 

0 Kudos

Create  implementation for that exit in cmod .

1.add the fields you want to display in that tab in CI_ESSRDB

2. In CMOD go to components and double click on screen number 0399 and create the screen fields from the above structure CI_ESSRDB

3. use the exits

EXIT_SAPLMLSR_020  ----  PBO

EXIT_SAPLMLSR_021  ----  PAI

4.finally activate the project in CMOD .

0 Kudos

You can find information for Transaction CMOD in online help, in the enhancement documentation (SMOD) and in some scn documents as Customer Exits (CMOD).


Regards,

Raymond

former_member196331
Active Contributor
0 Kudos

Hi,

I seen this post Yesterday, the i would like to implement this one. So, i got the solution also.

U can also see my post. Please have a look on attached image. And Check it in google u can able to see my post. If it is useful then i will be very happy. I am not asking the marks. What i need is Can u please explain , Why u need this type of requirement. I mean which fields u want to Display in the screen exit. Just one or two lines Enough .