Application Development and Automation 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: 
Read only

How can Set Value to Project Def, WBS Element, Reference no with using BAPI_QUALNOT_CREATE

SaeedGholizadeh
Participant
819

Creating Notification using BAPI_QUALNOT_CREATE Instead of using TCODE: qm01 , Notification Type: SD.

I created Successfully notification by Function Module BAPI_QUALNOT_CREATE in ABAP ZProgram

But I can not value the fields in the Reference object tab (Like fields: Project Def, WBS Element, Reference no).

I need help to do this...

i use this Function Module:

CALL FUNCTION 'BAPI_QUALNOT_CREATE'
  EXPORTING
*   EXTERNAL_NUMBER          =
    NOTIF_TYPE               =
    NOTIFHEADER              =
*   TASK_DETERMINATION       = ' '
*   SENDER                   =
* IMPORTING
*   NOTIFHEADER_EXPORT       =
* TABLES
*   NOTITEM                  =
*   NOTIFCAUS                =
*   NOTIFACTV                =
*   NOTIFTASK                =
*   NOTIFPARTNR              =
*   LONGTEXTS                =
*   KEY_RELATIONSHIPS        =
*   RETURN                   =
          .

Creating Notification using BAPI_QUALNOT_CREATE Instead of using TCODE: qm01 , Notification Type: SD.

I created Successfully notification by Function Module BAPI_QUALNOT_CREATE in ABAP ZProgram

But I can not value the fields in the Reference object tab (Like fields: Project Def, WBS Element, Reference no).

I need help to do this...

i use this Function Module:

CALL FUNCTION 'BAPI_QUALNOT_CREATE'
  EXPORTING
*   EXTERNAL_NUMBER          =
    NOTIF_TYPE               =
    NOTIFHEADER              =
*   TASK_DETERMINATION       = ' '
*   SENDER                   =
* IMPORTING
*   NOTIFHEADER_EXPORT       =
* TABLES
*   NOTITEM                  =
*   NOTIFCAUS                =
*   NOTIFACTV                =
*   NOTIFTASK                =
*   NOTIFPARTNR              =
*   LONGTEXTS                =
*   KEY_RELATIONSHIPS        =
*   RETURN                   =
          .
0 REPLIES 0