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 with EAN code

hady_ibrahim
Participant
0 Likes
632

hello APABERs,

what is the best solution to read EAN code "using handheld scanner" and convert it to material number to use it in the

Function module BAPI_GOODSMVT_CREATE.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
556

Hi,

Most of the organizations don't use EAN/UPC and material number combination.

Though if you are using EAN/UPC then perhaps you can select material number from table MARA for EAN/UPC number (EAN11 field).

And use it in BAPI_GOODSMVT_CREATE.

Thanks,

Zuber

2 REPLIES 2
Read only

Former Member
0 Likes
557

Hi,

Most of the organizations don't use EAN/UPC and material number combination.

Though if you are using EAN/UPC then perhaps you can select material number from table MARA for EAN/UPC number (EAN11 field).

And use it in BAPI_GOODSMVT_CREATE.

Thanks,

Zuber

Read only

RaymondGiuseppi
Active Contributor
0 Likes
556

What is your exact requirement, I suppose the answer "read MATNR in table MEAN after converting input with FM CONVERSION_EXIT_EAN11_INPUT" is not the expected one ?

Regards,

Raymond