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 for counting without inventory document?

Former Member
0 Likes
591

Hi,

Is there a BAPI for counting without inventory document? Eg transaction MI10.

Best regards,

Morten

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
525

Hi Morten,

Can checkout these FMs:

<b>BAPI_MATPHYSINV_GETDETAIL </b>

Read items for a physical inventory document

<b>BAPI_MATPHYSINV_GETITEMS </b>

Read list of physical inventory documents with items

<b>BAPI_MATPHYSINV_GETLIST </b>

Read list of phys. inv. documents

<b>BAPI_MATPHYSINV_POSTDIFF </b>

Post differences for certain items in a phys. inv. document

Regards,

Raj

2 REPLIES 2
Read only

Former Member
0 Likes
526

Hi Morten,

Can checkout these FMs:

<b>BAPI_MATPHYSINV_GETDETAIL </b>

Read items for a physical inventory document

<b>BAPI_MATPHYSINV_GETITEMS </b>

Read list of physical inventory documents with items

<b>BAPI_MATPHYSINV_GETLIST </b>

Read list of phys. inv. documents

<b>BAPI_MATPHYSINV_POSTDIFF </b>

Post differences for certain items in a phys. inv. document

Regards,

Raj

Read only

0 Likes
525

Hi Raj

If I understand right, I then have to create a inventory documet, add items and then post count.

But in transaction code MI10 you can count items directly whitout creating a inventory document. This is what I need a BAPI for.

Morten