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

L_TO_CREATE_2_STEP_PICKING Example or Documentation

Former Member
0 Likes
1,167

Hi,

I am trying to create a Transfer Order using the FM:  L_TO_CREATE_2_STEP_PICKING but am unable to find any examples or documentation for the parameters.

Does anyone have an example of a working call or some documentaiton to help me figure out how to code this.

Appreciate the help!

Thanks,

Andy

4 REPLIES 4
Read only

former_member188827
Active Contributor
0 Likes
810

Have you checked below SAP's documentation for this FM:

Functionality

This function module can be used to create a transfer order for the removal step of the 2-step picking process for a group. For more information see the detailed documentation for the individual parameters. First, a plausibility check is executed for the parameters passed. Afterwards, the actual TO is created.

Notes

If the function module is called several times in a single program context, a COMMIT WORK should be submitted between the calls, and the blocks set should be removed.

Further information

The function module basically behaves like the transaction for creating the removal TOs for 2-step picking in the background. If the detailed documentation for certain parameters is not sufficient, you can display the F1 help for the fields in this transaction.

Parameters

I_LGNUM
I_REFNR
I_BWLVS
I_BETYP
I_BENUM
I_WEMPF
I_ABLAD
I_KZGSM
I_KZVOL
I_KZANB
I_SQUIT
I_NIDRU
I_DRUKZ
I_LDEST
I_NOSPL
I_UPDATE_TASK
I_COMMIT_WORK
I_BNAME
I_SOLEX
I_PERNR
E_TANUM
T_LTAK
T_LTAP_VB

Exceptions

REFNR_LOCK
REFNR_DOES_NOT_EXIST
REFNR_NOT_RELEVANT
CONTROL_FOR_REFNR_NOT_EXIST
BWLVS_WRONG
BETYP_WRONG
BENUM_MISSING
BETYP_MISSING
XFELD_WRONG
LDEST_WRONG
DRUKZ_WRONG
SQUIT_FORBIDDEN
MANUAL_TO_FORBIDDEN
NO_TO_CREATED
UPDATE_WITHOUT_COMMIT
NO_AUTHORITY
ONLY_ONE_QUANTITY_SELECTION
NO_ACTIVE_ITEM_FOUND

Function Group

L03B

Regards

Read only

former_member188827
Active Contributor
Read only

former_member188282
Active Participant
0 Likes
810

Hi Andrew,

In SE37 check where used list for the function module L_TO_CREATE_2_STEP_PICKING .

you will some info.

Regards,

Rajesh

Read only

0 Likes
810

Thanks ND and Rajesh.

I saw the documentation that Netweaver posted, but I was hoping for some details on what is required and maybe an example.

Rajesh...I also checked the "where used", but unfortunately only my program comes up.

Right now I'm getting this error:

data for storage type search is not defined (2 S06 )

I will be away for the next week the SAP TECH ED so I won't be checking this post, but I will check for any replies on 10/28.

Thanks again for your help!

Andy