SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RL03TPRO SAP ABAP Report - Log of Storage Bin Search







RL03TPRO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to display the storage bin search log...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RL03TPRO into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RL03TPRO. "Basic submit
SUBMIT RL03TPRO AND RETURN. "Return to original report after report execution complete
SUBMIT RL03TPRO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Log of Storage Bin Search
Text Symbol: 113 = Block stor.ind..;;
Text Symbol: 112 = Add.exist.stock.;;
Text Symbol: 111 = Stor.sect.ind...;;
Text Symbol: 110 = Putaway type ind;;
Text Symbol: 109 = Pick.type.indic.;;
Text Symbol: 108 = Required qty...;;
Text Symbol: 107 = Special stock..;;
Text Symbol: 106 = Stock category.;;
Text Symbol: 105 = Batch..........;;
Text Symbol: 104 = Plant..........;;
Text Symbol: 103 = Material.......;;
Text Symbol: 102 = System message
Text Symbol: 101 = Storage bin search attempt
Text Symbol: 127 = Determ.destination data ;;
Text Symbol: 126 = Storage unit...;;
Text Symbol: 125 = Quant number...;;
Text Symbol: 124 = Storage bin....;;
Text Symbol: 123 = Storage area...;;
Text Symbol: 122 = Storage type...;;
Text Symbol: 121 = Nothing
Text Symbol: 120 = Determ.of source data ;;
Text Symbol: 118 = Storage locat..;;
Text Symbol: 117 = Material data
Text Symbol: 116 = Water pol.class;;
Text Symbol: 115 = Storage class..;;
Text Symbol: 114 = St.unit type...;;
Text Symbol: 141 = Material data for this storage type is not maintained
Text Symbol: 140 = -> Remove partial quantity
Text Symbol: 139 = Full pallet contains
Text Symbol: 138 = Quantity
Text Symbol: 137 = Stck removal by stringent FIFO for all storage types
Text Symbol: 136 = No stock removal strategy
Text Symbol: 135 = M Consideration of large/small quantities
Text Symbol: 134 = F FIFO (First in first out)
Text Symbol: 133 = L LIFO (Last in first out)
Text Symbol: 132 = A Management of partial quantities
Text Symbol: 131 = Stk rmvl strategy





Text Symbol: 130 = Stk rmvl storg. type
Text Symbol: 129 = Known:
Text Symbol: 156 = L Empty bin
Text Symbol: 155 = I Addition to existing stock
Text Symbol: 154 = F Fixed bins
Text Symbol: 153 = C Open storage
Text Symbol: 152 = B Bulk storage
Text Symbol: 151 = Putaway strategy
Text Symbol: 150 = Stock placement storage type
Text Symbol: 147 = Stck removal acc. to user exit for all storage types
Text Symbol: 146 = Stck removal acc. to user exit
Text Symbol: 145 = H FIFO (first in first out) by shelf life expiration date
Text Symbol: 144 = -> No stock removal from this storage type
Text Symbol: 143 = Control quantity
Text Symbol: 142 = Control quantity for material not maintained in this storage type
Text Symbol: 128 = Determ.of return data ;;
Text Symbol: 170 = No fixed bin assigned to material
Text Symbol: 169 = P Fixed bin from material master
Text Symbol: 168 = R Dynamic coordinate reference number
Text Symbol: 167 = K Near picking bin
Text Symbol: 166 = Stock placement according to user exit
Text Symbol: 165 = Search unsuccessful
Text Symbol: 164 = Storage type blocked for putaways
Text Symbol: 163 = Storage class currently not allowed
Text Symbol: 162 = Storage class not allowed
Text Symbol: 161 = Water pollution class not allowed
Text Symbol: 160 = Storage unit type not allowed
Text Symbol: 159 = No stock placement strategy
Text Symbol: 158 = Q Dynamic coordinate quant number
Text Symbol: 207 = of storage unit type to be placed into storage not defined in material master
Text Symbol: 206 = Partial quantities are not allowed in this bulk storage area
Text Symbol: 205 = Block definition missing ;;
Text Symbol: 204 = (Empty bin)
Text Symbol: 203 = -> Storage bin
Text Symbol: 202 = Allocation
Text Symbol: 201 = Bin type
Text Symbol: 200 = Section
Text Symbol: 175 = HUs with strategy requires storage unit management
Text Symbol: 174 = Material without fixed bin not allowed





Text Symbol: 173 = Material w/o fixed bin ==> Switch to strategy L
Text Symbol: 172 = Maximum number of reserve bins for material reached
Text Symbol: 171 = Capacity too low
Text Symbol: 208 = -> Storage type has ID point
Text Symbol: 157 = P Pallet types
Text Symbol: 236 = _St.Cl
Text Symbol: 235 = SecId
Text Symbol: 234 = Ty.
Text Symbol: 233 = Storage section search with
Text Symbol: 232 = Storage type search masked ;;
Text Symbol: 231 = P/R TyInd C S St.Cl WPC Ref WhR
Text Symbol: 230 = All stor.ty.search param.defined ;;
Text Symbol: 214 = No splitting defined
Text Symbol: 213 = SUT
Text Symbol: 212 = Allowed storage unit types not defined for storage type
Text Symbol: 211 = is blocked for putaways
Text Symbol: 210 = Remaining capacity not sufficient
Text Symbol: 209 = -> Add.to exist.stock storage bin
Text Symbol: 248 = from source storage type
Text Symbol: 247 = No return storage type defined in source storage type -> overdelivery
Text Symbol: 246 = from movement type
Text Symbol: 245 = Return storage type
Text Symbol: 244 = No return storage type defined in movement type
Text Symbol: 243 = Storage bin
Text Symbol: 242 = -> Storage type
Text Symbol: 241 = Return to source bin
Text Symbol: 240 = No return of stock to source bin
Text Symbol: 239 = Storage type search
Text Symbol: 238 = Storage type search sequence copied from preparation screen
Text Symbol: 237 = _WPC


INCLUDES used within this REPORT RL03TPRO

INCLUDE ML03TPRO.
INCLUDE MLLVSKON.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING LGPLA = ILPROT-LGPLA PLPOS = ILPROT-PLPOS IMPORTING O_LGPLA = ILPROT-LGPLA.

L_MESSAGE_AUFBEREITEN CALL FUNCTION 'L_MESSAGE_AUFBEREITEN' EXPORTING I_MESS = LMESS IMPORTING O_TEXT = HLP_TEXT.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RL03TPRO or its description.