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 BTE for AS01 AND AS11

Former Member
0 Kudos

Hi,

Can any body tell me the common userexits or BTE which is common for the both transactions AS01and AS11. I need user exit or BTE which is applicable for both the transactions.

Thanks.

1 ACCEPTED SOLUTION

soumya_jose3
Active Contributor
0 Kudos

Hi,

Both these transactions have these common user exits

TRAN0001

AAPM0001

AFAR0003

AFAR0004

AINT0004

AINT0005

AISA0001

AIST0001

AIST0002

AMSP0002

Regards,

Soumya.

5 REPLIES 5

soumya_jose3
Active Contributor
0 Kudos

Hi,

Both these transactions have these common user exits

TRAN0001

AAPM0001

AFAR0003

AFAR0004

AINT0004

AINT0005

AISA0001

AIST0001

AIST0002

AMSP0002

Regards,

Soumya.

Former Member
0 Kudos

Hi,

for both T-Codes the user-exits or enhancements are common.

Please go through the Documentation provided for user-exit to find which one is right fit ...


                                                                                Transaction Code - AS01                     Create Asset Master Record                                                                                
Exit Name           Description                                                                                
AAPM0001            Integration of asset accounting and plant maintenance                      
 AFAR0003            External changeover method                                                 
 AFAR0004            Determination of proportional values for retirement                        
 AINT0004            Change amount posted for certain areas                                     
 AINT0005            Dummy for extended syntax check. Do not use.                               
 AISA0001            Assign Inventory Number                                                    
 AIST0001            Exchange number range in master data maintenance                           
 AIST0002            Customer fields in asset master                                            
 AMSP0002            Determine relationship type for two company codes                          
 TRAN0001            User exit for asset transfer                                                                                
Transaction Code - AS11                     Create Asset Subnumber                                                                                
Exit Name           Description                                                                                
AAPM0001            Integration of asset accounting and plant maintenance                    
 AFAR0003            External changeover method                                               
 AFAR0004            Determination of proportional values for retirement                      
 AINT0004            Change amount posted for certain areas                                   
 AINT0005            Dummy for extended syntax check. Do not use.                             
 AISA0001            Assign Inventory Number                                                  
 AIST0001            Exchange number range in master data maintenance                         
 AIST0002            Customer fields in asset master                                          
 AMSP0002            Determine relationship type for two company codes                        
 TRAN0001            User exit for asset transfer                                                                                

Regards,

Prabhudas

0 Kudos

Hi,

Thanks for your reply..I need to do validation on typbz(typename) on origin tab field if it contains some value i need to through an error message.so can you tell me which user exit or BTE is better for this.

Thanks.

Edited by: SAP SAR on Apr 8, 2009 3:49 PM

0 Kudos

use this one EXIT_SAPLAIST_002

Rhea.

Former Member
0 Kudos

Thanks to all