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_GOODSMVT_CREATE - serial numbers

Former Member
0 Likes
1,440

Hello,

I'm using the bapi BAPI_GOODSMVT_CREATE with serial numbers. The system creates my equipments with the given serial numbers, but I'm not able to search with this serial number. Is it possible that I have to 'activate' it ?

Thanks in advance !!

6 REPLIES 6
Read only

Former Member
0 Likes
859

Hi,

R u using the FM BAPI_TRANSACTION_COMMIT for every call of the BAPI_GOODSMVT_CREATE.

With Regards,

Dwaraka.S

Read only

Former Member
0 Likes
859

Hi,

I do the commit.. Most bizarre is that the serial number is saved into the db, but I cannot do a lookup on it...

Read only

0 Likes
859

Hi,

I think you will checking serial numbers for the equipment in EQUI table.

Check the fields EQUI-SERNR and EQUI-GERNR fields.

With Regards,

Dwaraka.S

Read only

Former Member
0 Likes
859

that's the problem. The equipment is createdn the serial number is saved in the equi-table, but I cannot use it to do a search on....

Read only

former_member404244
Active Contributor
0 Likes
859

Hi,

After u call BAPI_GOODS_MVMT_CREATE Function module call the FM 'BAPI_TRANSACTION_COMMIT ' and pass WAIT = 'X'.

Regards,

Nagaraj

Read only

Former Member
0 Likes
859