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

about MI34

Former Member
0 Likes
594

Hi ,

I am working<b>.. MI34</b>. but facing problem while creating file.

Actaully user want to use MI04 .<b> but MI04 is not support BDC.</b>

In the MI34 help - . its given that the file format as BISEG .

But I have pass 5 - 6 serial number to some material based on our requirement . But in this structure no-field is there to pass serial number.

Plz let me some inputs / any steps.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
461

Maybe you could take a look at <a href="http://help.sap.com/saphelp_45b/helpdata/en/35/b0e8a587a62488e10000009b38f9b7/frameset.htm">BAPIs in Inventory Management</a>

<i> * Business Object MaterialPhysInv (Object type BUS2028 - Material physical inventory)

o Create (BAPI_MATPHYSINV_CREATE)

Create physical inventory document

o Count (BAPI_MATPHYSINV_COUNT)

Enter count for certain items in physical inventory document

o ChangeCount (BAPI_MATPHYSINV_CHANGECOUNT)

Change count for certain items in a physical inventory document

o GetDetail (BAPI_MATPHYSINV_GETDETAIL)

Read header and items of physical inventory document

o GetItems (BAPI_MATPHYSINV_GETITEMS)

List of physical inventory documents with headers and items

o GetList (BAPI_MATPHYSINV_GETLIST)

List of physical inventory document header records

o PostDifferences (BAPI_MATPHYSINV_POSTDIFF)

Post differences

  • Business Object GoodsMovement (Object type BUS2017 - goods movement)

o CreateFromData (BAPI_GOODSMVT_CREATE)

BAPI Posting of goods movements with the function module MB_CREATE_GOODS_MOVEMENT

o GetDetail (BAPI_GOODSMVT_GETDETAIL)

Display details of goods movement

o GetItems (BAPI_GOODSMVT_GETITEMS)

List goods movement items and header data

o Cancel (BAPI_GOODSMVT_CANCEL)

Reverse goods movement</i>

BAPI_MATPHYSINV_COUNT allows a table of serial numbers (table parameter SERIALNUMBERS structure BAPI_PHYSINV_SERIALNUMBERS)

Regards