Application Development 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: 

Func Module for calculating Goods issue

Former Member
0 Kudos

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

Former Member
0 Kudos

Try : BAPI_GOODSMVT_CREATE

2 REPLIES 2

Former Member
0 Kudos

Try : BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

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