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

Alternative for BAPI_GOODSMVT_CREATE

Former Member
0 Likes
1,518

Hi All,

Is there any alternative BAPI available for BAPI_GOODSMVT_CREATE to create material document for a goods movements one a time . Actually my problem is that i am inserting this BAPI in one function module

ZQM06_FM_TASK_GOODS_MOVEMENT for transaction IW52 . The importing parameter for this function module are VIQMEL and V_TQ85. I am unable to map those fields that are coming from function module to the required parameter of BAPI . I would appreciate your help in case of mapping those fields with bapi's required fields or u can suggest alternative .

Thanks & Regards,

Parag

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,150

These FM may help you to map VIQMEL fields to BAPI fields

- MAP2E_VIQMEL_BAPI2080_NOTHDRE

- MAP2E_VIQMEL_TO_BAPIVIQMEL

Or you can use the mapping FM linked to BAPI_GOODSMVT_CREATE

- MAP2E_EMKPF_TO_BAPI2017_GM_HD

- MAP2E_MKPF_TO_B2017_GM_HEAD_02

Regards

Hi All,

Is there any alternative BAPI available for BAPI_GOODSMVT_CREATE to create material document for a goods movements one a time . Actually my problem is that i am inserting this BAPI in one function module

ZQM06_FM_TASK_GOODS_MOVEMENT for transaction IW52 . The importing parameter for this function module are VIQMEL and V_TQ85. I am unable to map those fields that are coming from function module to the required parameter of BAPI . I would appreciate your help in case of mapping those fields with bapi's required fields or u can suggest alternative .

Thanks & Regards,

Parag

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,151

These FM may help you to map VIQMEL fields to BAPI fields

- MAP2E_VIQMEL_BAPI2080_NOTHDRE

- MAP2E_VIQMEL_TO_BAPIVIQMEL

Or you can use the mapping FM linked to BAPI_GOODSMVT_CREATE

- MAP2E_EMKPF_TO_BAPI2017_GM_HD

- MAP2E_MKPF_TO_B2017_GM_HEAD_02

Regards