2013 Oct 18 3:01 PM
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
2013 Oct 18 3:24 PM
Have you checked below SAP's documentation for this FM:
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.
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.
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.
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
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
L03B
Regards
2013 Oct 18 3:26 PM
Also check the following link:
http://help.sap.com/saphelp_45b/helpdata/en/c6/f83a434afa11d182b90000e829fbfe/frameset.htm
Regards
2013 Oct 18 3:36 PM
Hi Andrew,
In SE37 check where used list for the function module L_TO_CREATE_2_STEP_PICKING .
you will some info.
Regards,
Rajesh
2013 Oct 18 7:00 PM
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