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: 

User Exit or SAP Note for ML81N

Former Member
0 Kudos

Hi,

I am doing some bussiness validations in ML81N and popping up error or warning messages on SAVE of SES. For this I am using the user exits EXIT_SAPLMLSP_031 and EXIT_SAPLMLSP_030. Suppose if there are any error messages and if the user selects the 'BACK' (and selects yes in the pop up that appears) the SES is getting automatically saved. When I debugged the standard program there is no user exit that is getting triggered after the user selects 'YES' in the pop up that comes on selection of the BACK button in ML81N.

Can anyone let me know how can I pop up the same error or warning messages when the user selects BACK button and then selects YES in the POP UP that appears. Is there any SAP note that is to be applied or do I have to use any user exit.

Thank You,

Juli

4 REPLIES 4

Former Member
0 Kudos

Hi,

Following are user exits for ML81N transaction:

INTERFAC Interface for data transfer

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

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

Hope this may be useful...

Regards,

Prashant

Former Member
0 Kudos

Hi Juli,

Try using Function Exit EXIT_SAPLMLSR_010 of Enhancement SRVESSR.

The above mentioned function exit is for processign the header data and should be trigerred evertime you try saving the data.

Regards,

Abhisek.

0 Kudos

Hi Juli,

Did you solve your problem? I am just facing the same one, need popup with validation in SES.

Thanks,

Sebastián Ligueros

0 Kudos

Hi July,

The exit you mentioned not execute when click on save button.

Please specify the Exit or BADI if execute on saving of ml81n,So that my validation  execute first before save data in db