Skip to Content
0
Former Member
Dec 01, 2009 at 09:50 AM

Function to retrieve PM Notification Item Classification data

984 Views

Hi, I have added classification to my PM Notification item (IW21), and would like to have a BAPI / FM to retrieve these classification datas.

I have been trying BAPI_OBJCL_GETDETAIL but facing some problem populating the parameters.

CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'
  EXPORTING
    objectkey              = 
    objecttable            = 'QMFE'
    classnum               = 'SC'
    classtype              = '015'

SC is the classification I've created. I tried putting the Notification number as objectkey but it returns an error saying that the object does not exist.

Am I on the right track to obtain the information I wanted? If so, how do I find the objectkey to use?

Thank you in advance.