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: 

BAPI_GOODSMVT_CREATE not bringing material short text during goods issue

ritam_de1997_29
Explorer
0 Kudos
327

I'm posting goods issue (551) with BAPI_GOODSMVT_CREATE. On posting, the material short text remains blank. If I do this process manually in MIGO, then the material short text appears.

There are no other fields for bringing material short text through the BAPI. Is this an issue with the BAPI? is there a way to bring the short text?

1 ACCEPTED SOLUTION

ritam_de1997_29
Explorer
0 Kudos
272

On further analysis, I found that the material I'm using has material description maintained only in DE language. And I was executing the BAPI in EN logon.

When I chose another material having both EN & DE descriptions maintained, then the short text started to appear for BAPI_GOODSMVT_CREATE posting in EN logon.

2 REPLIES 2

abo
Active Contributor
272

No code, no idea 🙂

Looking at the structures I see a field named "ITEM_TEXT" in GOODSMVT_ITEM, maybe it should be filled.

ritam_de1997_29
Explorer
0 Kudos
273

On further analysis, I found that the material I'm using has material description maintained only in DE language. And I was executing the BAPI in EN logon.

When I chose another material having both EN & DE descriptions maintained, then the short text started to appear for BAPI_GOODSMVT_CREATE posting in EN logon.