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: 

exit for ima11

Former Member
0 Kudos

dear all abap guru,

i need to find a userexit for t-code ima11 and triggered when user save.

when user save ima11 i need to save that data in z table.

that data i need for a report program.

many thanks before

4 REPLIES 4

former_member404244
Active Contributor
0 Kudos

Hi,

You can search in SCN how find exits for a particular transaction code.You will get the exits that are avaialble for ima11 transaction code.

Please give a try with this enhancement AAIR0003 and function exit EXIT_SAPLAIA1_002.

Regards,

Nagaraj

0 Kudos

i've tried that include,

i've create include ZXAI1U02 and i set break point in the include

but when i save data in ima11 that code not break in that include.

0 Kudos

Hi ,

Try to use BADI : APPREQUEST_UPDATE ,Method : AT_SAVE , which is triggering while user click on Save.

Regards,

Prakash K

Former Member
0 Kudos

hi

you can find in se93 tcode and in which you can see the development class and the package and in which you can find the includes and from you can find in smod t.code there you can find and for that you can create the bdc programme

and call transaction ima11 and from there you can save it in the internal table .

thanking you.