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 BADI to validate service request value with PO value

Former Member
0 Kudos

Dear gurus,

Is there any userexit or BADI to validate service request value with PO value. Please help me regarding this.

Thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

Check these exits.


Transaction Code - ML81N                    Service Entry Sheet


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


No of Exits:         18

Vasanth

3 REPLIES 3

Former Member
0 Kudos

Sorry I forgot to mention transaction, It is ML81N

Thanks

ferry_lianto
Active Contributor

Hi,

Please check these enhancements (SMOD) for user exits available of transaction ML81N.


 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                       

Regards,

Ferry Lianto

Former Member
0 Kudos

Hello,

Check these exits.


Transaction Code - ML81N                    Service Entry Sheet


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


No of Exits:         18

Vasanth