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

Function module to do lb11 transaction

Former Member
0 Likes
1,047

Dear Experts,

Please help me to find out function module to do the lb11 transaction.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
783

Alas, there are not much BAPI on WM (only read BAPI naming BAPI_WHSE*) so either

  • Look for IDOC, e.g. WMTCID03 (or 01, 02 for old versions)
  • Use batch-input
  • Look for non-released FM as L_TO_CREATE_TR, but at your own risk, no documentation, so perform some where-used on the FM in standard program AND use scn search tool

Regards,

Raymond

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
784

Alas, there are not much BAPI on WM (only read BAPI naming BAPI_WHSE*) so either

  • Look for IDOC, e.g. WMTCID03 (or 01, 02 for old versions)
  • Use batch-input
  • Look for non-released FM as L_TO_CREATE_TR, but at your own risk, no documentation, so perform some where-used on the FM in standard program AND use scn search tool

Regards,

Raymond

Read only

0 Likes
783

Hi Raymond,

Thanks for the reply