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: 

Screen Exit for ML81N

Former Member
0 Kudos

how to add sub screen and add fields in ML81n through screen exit

Thanks in advance.

5 REPLIES 5

former_member186099
Contributor
0 Kudos

Hi,

Screen exits available for your application are,

SRVDET : User screen on tab strip of service detail screen

SRVEUSCR : User screen on entry sheet tabstrip

Use the one which is relevant to you.

Use transaction to CMOD to create object and include your enhancement to the project and implement the screen exit.

Reward points if you find it helpful.

Regards,

Prasanna

Former Member
0 Kudos

There are many. But you will have to choose a suitable one

INTERFAC Interface for data transfer

SRVDET User screen on tab strip of service detail screen

SRVEDIT Service list control (maintenance/display)

SRVENTRY Unplanned part of entry sheet (obsolete since Rel. 3.1G)

SRVESI Data conversion entry sheet interface

SRVESKN Set account assignment in service line

SRVESLL Service line checks

SRVESSR Set entry sheet header data

SRVEUSCR User screen on entry sheet tabstrip

SRVKNTTP Setting the account assgnmt category when reading in, if "U"

SRVLIMIT Limit check

SRVMAIL1 Processing of mail before generation of sheet

SRVMSTLV Conversion of data during importing of standard service cat.

SRVPOWEB Purchase order for service entry in Web

SRVQUOT Service export/import for inquiry/quotations

SRVREL Changes to comm. structure for release of entry sheet

SRVSEL Service selection from non-SAP systems

SRV_FRM SRV: Formula calculation (obsolete since 4.0A!)

Regards

0 Kudos

Hi All,

I am having similar problem with ML81n. I need to add tab (along with few fields) on ML81N and need to pass the data in ESSR

table.

I am using enhancement - SRVEUSCR, thru which i am able to display tab on screen.

But i am not able to capture value enter on screen in function modules:

EXIT_SAPLMMSK_020 AND EXIT_SAPLMMSK_021.

I have added fields in structure - CI_ESSRDB and using the same fields in new customer screen in SE51(Screen fields named as

ESSR-Field1 (field1 is added in CI_ESSRDB )).

Please assist and let me know where i am going wrong.

Thanks

Rajesh

0 Kudos

Hi

I am facing the same problem.

I have created new screen and screen fields data is not flowing into exits EXIT_SAPLMLSR_020 EXIT_SAPLMLSR_021.

How did u resolved this ?

Thanks & Regards

sateesh

0 Kudos

Hi Satish,

Check in

EXIT_SAPLMLSP_040 Transfer of Data to Detail User Screen

EXIT_SAPLMLSP_041 Adoption of Data from User Screen

Program and screen name are SAPLXMLU screen 299

After the check in detail view. It will appear.

Regards,

Madhu.