cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM/BAPI for Transfer Posting with HU for Movement Type 323

Former Member
0 Likes
2,712

2019-09-18-22-03-10.jpg2019-09-18-22-02-00.jpg

Hello People,

Requirement:

I want to perform Movement Type 323 i.e. Quality to Quality for a material which is packed in a HU.

Approach:

I used the same FM which is being used in standard transaction VLMOVE i.e. HU_CREATE_GOODS_MOVEMENT. I didn't used BAPI_CREATE_GOODS_MOVEMENT since it doesn't considers HU.

Result:

323 Material Document is getting created but there is no transfer of goods that takes place (screenshot no. 1). 309 Successful (screenshot no. 2)

Accepted Solutions (0)

Answers (1)

Answers (1)

FredericGirod
Active Contributor
0 Likes

L_TO_CREATE_SINGLE for single item L_TO_CREATE_MOVE_SU for whole items

Former Member
0 Likes

Hi Frederic,

So the situation is -
One Handling Unit will have One Material. This Material (say A) over the time degrades and we need to post it to other Material (say B). Apart from this the Stock Type/Category is Quality (Q).

But we cannot use BAPI_CREATE_GOODS_MOVEMENT as it does not accepts HU.

As of now the last solution/workaround which we are thinking is to take the long route.

Using FM HU_CREATE_GOODS_MOVEMENT we will first perform -

  1. 321 (Quality to Unrestricted - Material A)
  2. 309 (Unrestricted Material A to Unrestricted - Material B) and finally
  3. 322 ( Unrestricted to Quality- Material B)

But unnecessarily 3 Material Document will get created. Also error handling will be bit tedious in this case.

Any further help, appreciate.