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

Goods movement indicator

yogendra_bhaskar
Contributor
0 Likes
2,276

Hi,

I have created my Z program for production order similar to as COR6N .

System is being working as being required and goods movement are also taking place.

I have used function module : bapi_procordconf_create_tt.

But the problem I am facing is that the goods movement indicator (WBKNZ) of goods movement of type(BWART) '261' i.e. for goods issue is being set as '2' which is for unplanned goods issue , whereas I want that it should be set as '1' Planned goods issue.

Hi,

I have created my Z program for production order similar to as COR6N .

System is being working as being required and goods movement are also taking place.

I have used function module : bapi_procordconf_create_tt.

But the problem I am facing is that the goods movement indicator (WBKNZ) of goods movement of type(BWART) '261' i.e. for goods issue is being set as '2' which is for unplanned goods issue , whereas I want that it should be set as '1' Planned goods issue.

2 REPLIES 2
Read only

Former Member
0 Likes
1,299

Hello,

In the structure BAPI2017_GM_ITEM_CREATE, you can find the movement Indicator field as MVT_IND which has a data element KZBEW using which you can set the value to 1.

Regards,

Venkata Phani Prasad K

Read only

0 Likes
1,299

Hi,

The Kzbew is already being set as blank for bwart = '261' and 'F' for bwart = '101'.

then also the goods movement indicator is being set as 2.

regards

Yogendra