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

Bapi to create equipment

Former Member
0 Likes
997

Hi Everyone,

Is there a BAPI to create equipment if I have the material number and serial number. I did look at BAPI_EQUI_CREATE but am not able to figure out the input which needs to be given.

Thanks

Kumar.

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
585

Hi,

have you really checked that BAPI? There is a parameter DATA_SPECIFIC. The structure of this parameter has fields MATERIAL and SERIALNO. So it does not look like there should be problem to pass these two values to this BAPI. There are also many posts regarding this BAPI here on SDN. Some of them have code sample.

Cheers

2 REPLIES 2
Read only

mvoros
Active Contributor
0 Likes
586

Hi,

have you really checked that BAPI? There is a parameter DATA_SPECIFIC. The structure of this parameter has fields MATERIAL and SERIALNO. So it does not look like there should be problem to pass these two values to this BAPI. There are also many posts regarding this BAPI here on SDN. Some of them have code sample.

Cheers

Read only

Former Member
0 Likes
585

BAPI_TRANSACTION_COMMIT is the answer..