cancel
Showing results for 
Search instead for 
Did you mean: 

Function module for movement type 322

Former Member
0 Kudos

Hi all. I need to create a function for the action box of a notification type. I don’t know the function module for movement type 322 – transfer posting unrestricted to quality inspection. I know the function module for mvt type 344 QMLR_FREE_TO_BLOCKED_STOCK , do you know which is for mvt type 322 ? Thanks for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

arivazhagan_sivasamy
Active Contributor
0 Kudos

Hi,

Use below function module BAPI_GOODSMVT_CREATE.

Pass GOODSMVT_CODE as 04 for transfer posting (MB1B).

Arivazhagan S

Former Member
0 Kudos

Hi Arivazhagan S

Thanks for your help.

In customizing i have setted FM BAPI_GOODSMVT_CREATE but system send error message that this FM doesn't have E_QNQMASM0 parameter.

How can i set well this data ?

Thanks again.

former_member190267
Contributor
0 Kudos

Hello,

There are no standard FM for this.

You will have to copy one of the standard FM QM06* and inside this call the Order create FM/BAPI.

Natália

Former Member
0 Kudos

Hi Natalia. What do you mean for Order create ? I need to do a goods movement with mvt. type 322. Thanks

Former Member
0 Kudos

Check the thread below. It may help you out:

Former Member
0 Kudos

Hi Julio. But i need to do a goods movement with mvt. type 322 without creating QM inspection lot. Are you sure that this solve my issue ? Thanks for your help.