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: 

AS01/AS11 User exits

Former Member
0 Kudos

Hi All,

I have a requirment while user creating the asset in AS01/AS11 .after user entered the typename(which is in orgin tab) . i need to do some validations ,I know the user exits available for the transaction code

for both AS01/AS11 .

AAPM0001

AFAR0003

AFAR0004

AINT0004

AINT0005

AISA0001

AIST0001

AIST0002

AMSP0002

TRAN0001

but i kept break point in all the user exits but no user exit is triggering after entering of type name.

even thought i swithched on the update debugging mode.

could any body help me how to resolve this issue.

if above user exits wont work what are the alternative solution for this.

Thanks in advance.

2 REPLIES 2

former_member182371
Active Contributor
0 Kudos

Hi,

go to SE80 and check package AA.

1.- If you display the function group folder check the following function groups:

XAAPM

XAIS

XALT

XANL

XBAD

(They are the last five of the list)

Here you´ll see al exits available.

2.- Check as well the enhancement folder. Here you´ll find AAPM badi.

Best regards.

Former Member
0 Kudos

Hi Sar,

untill the User exit is active in SMOD(t-code) the user exit will not trigger.

Check the User eixt is active in SMOD..

Regards,

Prabhudas