cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI serial/equipment

Former Member
0 Kudos

Hi all,

I am wondering if you can tell me what BAPI to use to perform the following serializaiton maintenance:

1 - Serial number creation (together with its equipment master creation) - IQ01

2 - Serial number changes (together with its equipment master changes) - IQ02

3 - Serial number deactivation or deletion (together with its equipment master changes) - IQ02

Where in "Tools -> Business framework -> BAPI Browser" can I find the documentation for the BAPI for no. 1 and no. 2?

thanks,

T uf

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

To create a SN using BAPI, you have to create the associated equipment :

The BAPI for that are :

BAPI_EQUI_CREATE and BAPI_EQUI_CHANGE

you juste have to put the value on

    data_specific-material = gs_file-matnr.

    data_specific-serialno = gs_file-nuser.

    data_specific-equicatgry = 'Z'.

ANd it will work 😃

Answers (1)

Answers (1)

former_member201529
Active Contributor
0 Kudos

Dear Daniel,

There is no BAPI for serial number creation and this can be done by using BDC.

Regards,

Karna J

Former Member
0 Kudos


Hi Jayapal,

are you sure no BAPI for serial?

What about BAPI_EQUI_CREATE and BAPI_EQUI_CHANGE?

Regards,

Tuff
and

former_member201529
Active Contributor
0 Kudos

Dear Daniel,

We also had the same issue and fulfilled our requirement with BDC, it is well and good if above BAPI meet your requirement.

Regards,

Karna J