2007 Sep 10 2:54 PM
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.
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.
2007 Sep 10 3:04 PM
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