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: 

ML85 Exit or BADI

Former Member
0 Kudos

Hi Expert,

I need to add validation (error message) on ML85 when release button or save button is pressed.

Is there any exit or BADI for this enhancement.

Thanks.

1 ACCEPTED SOLUTION

sujeet2918
Active Contributor
0 Kudos

Hello Michael,

you can use below exit, i think it should work in your case. but still you dont get result then try with some different Exit, which also i am providing.

SRVESLL

SRVLIMIT

some more Exits

Enhancement

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

SRVSEL Service selection from non-SAP systems

SRVREL Changes to comm. structure for release of entry sheet

SRVQUOT Service export/import for inquiry/quotations

SRVPOWEB Purchase order for service entry in Web

SRVMSTLV Conversion of data during importing of standard service cat.

SRVMAIL1 Processing of mail before generation of sheet

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

SRVEUSCR User screen on entry sheet tabstrip

SRVESSR Set entry sheet header data

SRVESKN Set account assignment in service line

SRVESI Data conversion entry sheet interface

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

SRVEDIT Service list control (maintenance/display)

SRVDET User screen on tab strip of service detail screen

INTERFAC Interface for data transfer

Sorry, but BADIs are not available as of now as i know.

if you come to know then update me also.

Regards,

Sujeet

3 REPLIES 3

sujeet2918
Active Contributor
0 Kudos

Hello Michael,

you can use below exit, i think it should work in your case. but still you dont get result then try with some different Exit, which also i am providing.

SRVESLL

SRVLIMIT

some more Exits

Enhancement

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

SRVSEL Service selection from non-SAP systems

SRVREL Changes to comm. structure for release of entry sheet

SRVQUOT Service export/import for inquiry/quotations

SRVPOWEB Purchase order for service entry in Web

SRVMSTLV Conversion of data during importing of standard service cat.

SRVMAIL1 Processing of mail before generation of sheet

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

SRVEUSCR User screen on entry sheet tabstrip

SRVESSR Set entry sheet header data

SRVESKN Set account assignment in service line

SRVESI Data conversion entry sheet interface

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

SRVEDIT Service list control (maintenance/display)

SRVDET User screen on tab strip of service detail screen

INTERFAC Interface for data transfer

Sorry, but BADIs are not available as of now as i know.

if you come to know then update me also.

Regards,

Sujeet

former_member182371
Active Contributor
0 Kudos

Hi,

in se80 have a look at package ML.

check folder "Function Groups" and here folder "XMLU".

have a look too at "Enhancements" folder.

Best regards.

Edited by: Pablo Casamayor on Oct 16, 2009 9:02 AM

Former Member
0 Kudos

Thanks all,

i've get the suitable BAdI for ML85

I use BAdI : MB_CHECK_LINE_BADI.

Thanks.