Application Development and Automation 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: 
Read only

HI gurus,

Former Member
0 Likes
571

I need one user exit for ML81n.

My requirement is When u save service entry I need to check the XBLNR( Ref doc no) is already there or not. If not ti should accept otherwise It has to give message like Xblnr already exists.................

I have found lof user exits but i am not able find which is suitable for my requirement . Please help me.........

I will give you maximum points.......

Thanks and Regds,

Sirisha.

I need one user exit for ML81n.

My requirement is When u save service entry I need to check the XBLNR( Ref doc no) is already there or not. If not ti should accept otherwise It has to give message like Xblnr already exists.................

I have found lof user exits but i am not able find which is suitable for my requirement . Please help me.........

I will give you maximum points.......

Thanks and Regds,

Sirisha.

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
552

hi,

chck these exits related to ur transaction.

Exit Name Description

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!)

reward if hlpful.

Read only

Former Member
0 Likes
552

Thank you.

But I also found out all these user exits. But i could not find which was suitable for my requirement.

please guide me.

Regards

Sirisha.

Read only

GauthamV
Active Contributor
0 Likes
552

hi,

check this one.

SRVESSR Set entry sheet header data

first try to keep a break point and see.

if it works thn do the coding.

hope this helps.

Read only

Former Member
0 Likes
552

Hi Siri,

Place Break points in the relevant exits and execute without writing any code.When u execute ur requirement it takes u to the debugging mode where u can find the exit name ,there u can write ur logic.And also do not forget to remove the breakpoints already u placed in the other exits.

I think it would help u.