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

exit

Former Member
0 Likes
745

I have to create an error msg when u hit create entry sheet button in transaction ml81n for puchase orders vth goods receipt checked

I found that the transaction is using SAPLMLSR program

in that there are lot many enhancements and has to check which exit they are using for the transaction

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
712

hi,

Check for the Function exits in SMOD for the below enhancements


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                  
SRVLIMIT                                Limit check                                                    
SRVKNTTP                                Setting the account assgnmt category when reading in, if "U"   
SRVEUSCR                                User screen on entry sheet tabstrip                            
SRVESSR                                 Set entry sheet header data                                    
SRVESLL                                 Service line checks                                            
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                                                                                

Business Add-in

                                                                          
SRV_TAXES_COUNTRY                       Country-specific enhancement for tax calculation in MM-SRV  
 

5 REPLIES 5
Read only

Former Member
0 Likes
713

hi,

Check for the Function exits in SMOD for the below enhancements


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                  
SRVLIMIT                                Limit check                                                    
SRVKNTTP                                Setting the account assgnmt category when reading in, if "U"   
SRVEUSCR                                User screen on entry sheet tabstrip                            
SRVESSR                                 Set entry sheet header data                                    
SRVESLL                                 Service line checks                                            
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                                                                                

Business Add-in

                                                                          
SRV_TAXES_COUNTRY                       Country-specific enhancement for tax calculation in MM-SRV  
 

Read only

0 Likes
712

hi,

could u plz tell me how u find out that badi any steps

and also how to know the exact exit in that list of enhnacements plz reply

thanks in advance

Read only

0 Likes
712

Hi there,

Check this link

[]

You can look for all the exits/badis in se84.

If you have the pacakge, it'll give you all the exits in that pacakge.

Hope this helps.

~goldie.

Read only

0 Likes
712

hi santhosh,

plz let me know how to to find out whether that badi is calling or not or any correct exit.and would like to know how u find that badi

Read only

Former Member
0 Likes
712

Hi,

SRVESLL is the Best pick of User Exit components for ML81N.

Hope you know from here to Implement UserExit.

Regards

Bala.M