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: 

PM order notification details

Former Member
0 Kudos

Hi All,

Can any one please tell me function module to fetch the PM order notification details (specifially task details of the notification) during runtime, means during work order creation.

Thanks a lot.

Deepti

4 REPLIES 4

Former Member
0 Kudos

Hi..

Did you check BAPI : 'BAPI_ALM_NOTIF_GET_DETAIL'.

It has a table NOTIFTASK containing task details.

Regards,

Karthik

former_member459142
Participant
0 Kudos

Hi Deepti,

Try This FM "BAPI_ALM_NOTIF_GET_DETAIL" it gives all details of PM notification

Thanks & Regards

Prashant Gupta

0 Kudos

Hi Karthik and Prashant,

I have tried this but this bapi requires a notification number to give its details but i want some FM which will give details during runtime, means while the work order is in create mode.

Thanks

Deepti

Former Member
0 Kudos

Hi,

In that case you should be looking for the internal table used with in the program suitable. Debug and you can find it out.

Sujay