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 fr IW22 !

Former Member
0 Kudos

Hello All ,

I'm in need of a user exit or BADI which would help me validate

the items in Activities Performed/inspections tab of IW22. I have tried the following exits

IWOC0004

IWOC0003

IWOC0002

IWOC0001

IWO10027

IWO10026 , but they contain data only about the notification's header and there is no exporting parameter which would help me validate the items entered in the activities tab when SAVE buton is pressed in IW22.

Any suggestion or solution is welcome.

Regards,

Venkatesh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can chk out the following includes:

LIQS0F60

LIQS0F00

LIQS0F01

LIQS0F70

LIQS0F85

LIQS0F90

LIQS0I70

LIQS0I90

LIQS0O90

LIQS0U02

LIQS0U01

These includes contains different user exits in the form of subroutines.

Please reward the helpful entries.

Regards,

Raman.

4 REPLIES 4

Former Member
0 Kudos

I think there may be some function modules which can be used in User-Exit of IW22 (Save operation), like CAUFV, similar to Function modules used in IW32 etc.

Please search Function Modules which reads the activity details (old / New) by CO* or CAUFV and let me know if useful.

Regards,

Manjunatha

Message was edited by:

Manjunatha Chary

Former Member
0 Kudos

You can chk out the following includes:

Former Member
0 Kudos

You can chk out the following includes:

LIQS0F60

LIQS0F00

LIQS0F01

LIQS0F70

LIQS0F85

LIQS0F90

LIQS0I70

LIQS0I90

LIQS0O90

LIQS0U02

LIQS0U01

These includes contains different user exits in the form of subroutines.

Please reward the helpful entries.

Regards,

Raman.

Former Member
0 Kudos

Hi Venkatesh,

U can use the BAPI_ALM_NOTIF_GET_DETAILS.

Just pass the notification number, and you will get all the details related to that notification.

In case you have a different requirement, let me know.

Regards,

Sonal

P.S. Reward points if helpful.