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: 

BAPIs for tx: MB1C, HU02 and LT09

Former Member
0 Kudos

Hi All,

Instead of BDC, i would like to make use of either BAPIs or function module for the following transactions: MB1C, HU02 and LT09.

Does anyone know which i can use.

Thank you in Advance,

Danny

3 REPLIES 3

Former Member
0 Kudos

Hi,

call function 'BAPI_GOODSMVT_CREATE' for MB1C.

Check Function groups HU_BASIC_BAPIS For HU02.

L_TO_PREPARE_ITEM_INT FOR LT09.

Regards

0 Kudos

Hi,

Thank you for the quick response. I am using LT09 to create the transfer order for the goods. 1 of my collegues suggested "L_TO_CREATE_MOVE_SU". What is the difference between it and "L_TO_PREPARE_ITEM_INT".

Tks,

Danny

krishnendu_laha
Active Contributor
0 Kudos

Hi Danny,

For these transcations (they are basically doing movement of data )...try with BAPI_GOODSMVT_CREATE.....

Hope it will solve ur problem.

Regards

Krishnendu