cancel
Showing results for 
Search instead for 
Did you mean: 

How to use BAPI_QUALNOT_CREATE to create defects?

Former Member
0 Kudos

Hi,

I want to call BAPI_QUALNOT_CREATE to create defects from a external system. But i don't know the means of parameters .

CALL FUNCTION 'BAPI_QUALNOT_CREATE'

EXPORTING

  • EXTERNAL_NUMBER =

notif_type = notify_type

notifheader = notifyheader

  • TASK_DETERMINATION = ' '

  • SENDER =

IMPORTING

notifheader_export = notifyheader_export

TABLES

notitem = notifitem

  • NOTIFCAUS =

  • NOTIFACTV =

  • NOTIFTASK =

  • NOTIFPARTNR =

  • LONGTEXTS =

  • KEY_RELATIONSHIPS =

return = return .

Is there anyone can tell me what are these parameters' mean of BAPI2078_NOTHDRI-REFOBJECTTYPE ,BAPI2078_NOTHDRI-REFOBJECTKEY , BAPI2078_NOTHDRI-REFRELTYPE.

I will appreciate If you provide me an example

Accepted Solutions (0)

Answers (1)

Answers (1)

SyambabuAllu
Contributor
0 Kudos

Hi Wayne,

have you got any solution for the above question ...I am also facing the same issue...

If you found the solution can you please update here..

Thanks,

Syam

Former Member
0 Kudos

No, sorry for not helping you. This bapi is a function to create quality notification, not to create defects by insp lot. I think you can try to programme a specific function by BDC.