SAP ABAP Function Module L_TO_CREATE_SINGLE (Create a transfer order with one item)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       LVS (Package) Application development Warehouse Management (WM)
Basic Data
Function Module L_TO_CREATE_SINGLE Create a transfer order with one item  
Function Group L03B   Transfer order processing  
Program Name SAPLL03B   READ_REAL_ESTATE_OBJECT 
INCLUDE Name LL03BU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_TANUM TYPE LTAK-TANUM Transfer order number
Exporting E_LTAP TYPE LTAP Transfer order item
Importing I_LGNUM TYPE LTAK-LGNUM Warehouse number
Importing I_BWLVS TYPE LTAK-BWLVS Movement type
Importing I_BETYP TYPE LTAK-BETYP SPACE Requirement Type
Importing I_BENUM TYPE LTAK-BENUM SPACE Requirement Number
Importing I_MATNR TYPE LTAP-MATNR Material no.
Importing I_WERKS TYPE LTAP-WERKS Plant
Importing I_LGORT TYPE LTAP-LGORT SPACE Storage Location
Importing I_CHARG TYPE LTAP-CHARG SPACE Batch
Importing I_BESTQ TYPE LTAP-BESTQ SPACE Stock category
Importing I_SOBKZ TYPE LTAP-SOBKZ SPACE Special stock indicator
Importing I_SONUM TYPE LTAP-SONUM SPACE Special stock number
Importing I_LETYP TYPE LTAP-LETYP SPACE Storage unit type
Importing I_ANFME TYPE RL03T-ANFME Requested Qty
Importing I_ALTME TYPE LTAP-ALTME Unit of measure
Importing I_WDATU TYPE LTAP-WDATU INIT_DATUM Goods receipt date
Importing I_VFDAT TYPE LTAP-VFDAT INIT_DATUM Expiration date
Importing I_ZEUGN TYPE LTAP-ZEUGN SPACE Certificate number
Importing I_LZNUM TYPE LTAK-LZNUM SPACE Additional ref.number
Importing I_SQUIT TYPE RL03T-SQUIT SPACE Immed.confirmat.
Importing I_NIDRU TYPE RL03A-NIDRU SPACE Do not print
Importing I_DRUKZ TYPE T329F-DRUKZ SPACE Print code
Importing I_LDEST TYPE LTAP-LDEST SPACE Printer
Importing I_WEMPF TYPE LTAP-WEMPF SPACE Goods Recipient
Importing I_ABLAD TYPE LTAP-ABLAD SPACE Unload.point
Importing I_VLTYP TYPE LTAP-VLTYP SPACE Source storage type
Importing I_VLBER TYPE LTAP-VLBER SPACE Source storage section
Importing I_VLPLA TYPE LTAP-VLPLA SPACE Source storage bin
Importing I_VPPOS TYPE LTAP-VPPOS SPACE Position in source storage bin
Importing I_VLENR TYPE LTAP-VLENR SPACE Source storage unit
Importing I_VLQNR TYPE LTAP-VLQNR SPACE Src.quant
Importing I_NLTYP TYPE LTAP-NLTYP SPACE Destination storage type
Importing I_NLBER TYPE LTAP-NLBER SPACE Destination storage section
Importing I_NLPLA TYPE LTAP-NLPLA SPACE Destination Storage Bin
Importing I_NPPOS TYPE LTAP-NPPOS SPACE Position in destionation storage bin
Importing I_NLENR TYPE LTAP-NLENR SPACE Dest.storage unit
Importing I_NLQNR TYPE LTAP-NLQNR SPACE Dest.quant
Importing I_RLTYP TYPE LTAP-RLTYP SPACE Return storage type
Importing I_RLBER TYPE LTAP-RLBER SPACE Return storage area
Importing I_RLPLA TYPE LTAP-RLPLA SPACE Return storage bin
Importing I_RLQNR TYPE LTAP-RLQNR SPACE Return quant
Importing I_UPDATE_TASK TYPE RL03A-VERBU SPACE Indicator: update via update task
Importing I_COMMIT_WORK TYPE RL03B-COMIT 'X' Indicator whether COMMIT WORK in function module
Importing I_BNAME TYPE LTAK-BNAME SY-UNAME User who is generating the TO
Importing I_KOMPL TYPE RL03B-KOMPL 'X' Only generate TO if requested amount supplied
Importing I_SOLEX TYPE LTAK-SOLEX 0 Planned Transfer Order Processing Time from External System
Importing I_PERNR TYPE LTAK-PERNR 0 Personnel Number
Importing I_AUSFB TYPE LTAK-AUSFB SPACE Bemerkung zur Ausführung
Tables T_LTAK TYPE LTAK_VB Tabelle der erzeugten TA-Köpfe
Tables T_LTAP_VB TYPE LTAP_VB Tabelle der erzeugten TA-Positionen
Exception NO_TO_CREATED TYPE No TO generated
Exception BWLVS_WRONG TYPE Mov.type incorrect
Exception BETYP_WRONG TYPE Req.type does not match movement type
Exception BENUM_MISSING TYPE Req.number missing
Exception BETYP_MISSING TYPE Req.type missing
Exception FOREIGN_LOCK TYPE An SAP block has been set by another user
Exception VLTYP_WRONG TYPE Source storage type contradicts movement type
Exception VLPLA_WRONG TYPE Source storage bin contradicts movement type
Exception VLTYP_MISSING TYPE Src.storage type required if bin is set
Exception NLTYP_WRONG TYPE Destination storage type contradicts movement type
Exception NLPLA_WRONG TYPE Destination storage bin contradicts movement type
Exception NLTYP_MISSING TYPE Dest.storage bin required if bin is set
Exception RLTYP_WRONG TYPE Return storage type contradicts movement type
Exception RLPLA_WRONG TYPE Return storage bin contradicts movement type
Exception RLTYP_MISSING TYPE Ret.storage type required if bin is set
Exception SQUIT_FORBIDDEN TYPE Immediate conf.not allowed for movement type
Exception MANUAL_TO_FORBIDDEN TYPE Manual transfer order not allowed
Exception LETYP_WRONG TYPE Storage unit type does not exist
Exception VLPLA_MISSING TYPE Src.storage bin for item missing
Exception NLPLA_MISSING TYPE Dest.storage bin for item missing
Exception SOBKZ_WRONG TYPE Special stock indicator does not exist
Exception SOBKZ_MISSING TYPE Special stock indicator missing
Exception SONUM_MISSING TYPE Special stock number is missing
Exception BESTQ_WRONG TYPE Stock category does not exist
Exception LGBER_WRONG TYPE Stor.section does not exist
Exception XFELD_WRONG TYPE Incorrect value for checkbox
Exception DATE_WRONG TYPE Incorrect Date Entry
Exception DRUKZ_WRONG TYPE Print code does not exist
Exception LDEST_WRONG TYPE Printer does not exist
Exception UPDATE_WITHOUT_COMMIT TYPE Update via update task only using Commit
Exception NO_AUTHORITY TYPE No authorization
Exception MATERIAL_NOT_FOUND TYPE Material not maintained for this process
Exception LENUM_WRONG TYPE SU number cannot be converted
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950404 
SAP Release Created in