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

Func Module for calculating Goods issue

Former Member
0 Likes
495

Is there any function module to calculate Goods issue (261 movement type) for plant,vendor and material combination for given time period.

The combination is important here

Earliest reply will be appreciated.Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
474

Try : BAPI_GOODSMVT_CREATE

2 REPLIES 2
Read only

Former Member
0 Likes
475

Try : BAPI_GOODSMVT_CREATE

Read only

Former Member
0 Likes
474

Hi,

You can use BAPI_GOODSMVT_GETITEMS FM to read the any material document details based on the selcetion criteria you told.

This FM is having selection criteria Plant,vendor and Material number and Movement type. It will give the result in GOODSMVT_HEADER and GOODSMVT_ITEMS internal tables.

rajkumar abbu