SAP Reports / Programs

RSGEN_LODM SAP ABAP Report - Program RSPARAGENLODM_V3







RSGEN_LODM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SGEN - SAP Load Generator


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 RSGEN_LODM. "Basic submit
SUBMIT RSGEN_LODM AND RETURN. "Return to original report after report execution complete
SUBMIT RSGEN_LODM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RSPARAGENLODM_V3
Text Symbol: 252 = to keep the current selection, or do you want to return to the
Text Symbol: 253 = main menu discarding the changes?
Text Symbol: 254 = Keep current selection
Text Symbol: 255 = Discard changes and revert to old selection
Text Symbol: 260 = Select transport file
Text Symbol: 261 = File count <> 1: Selected:
Text Symbol: 262 = Invalid line (length > 20)
Text Symbol: 263 = Line contained non-ASCII symbols
Text Symbol: 264 = Transport already in selection.
Text Symbol: 266 = Text
Text Symbol: 280 = Transport is a duplicate in this file
Text Symbol: 281 = Transport OK
Text Symbol: 282 = Unknown transport:
Text Symbol: 283 = transports will be added
Text Symbol: 284 = duplicates will be discarded
Text Symbol: 285 = errors will be discarded
Text Symbol: 286 = total lines in file
Text Symbol: 290 = Can't initialize alv field catalogue
Text Symbol: 300 = Add imported transports
Text Symbol: 301 = No valid transports found
Text Symbol: 310 = You have changed the package selection. Do you want
Text Symbol: 330 = Invalid entries found
Text Symbol: 331 = There are invalid entries (red light). Continue and remove invalid entries?
Text Symbol: 401 = Add line
Text Symbol: 402 = Delete selected line(s)
Text Symbol: 403 = Import from file
Text Symbol: 001 = Continue
Text Symbol: 002 = Cancel
Text Symbol: 005 = No transports selected. Continue without transport generation?
Text Symbol: 102 = selected
Text Symbol: 103 = No components selected
Text Symbol: 104 = All &1components selected
Text Symbol: 106 = &1of &2selected
Text Symbol: 107 = &1selected, adding &2subpackages
Text Symbol: 110 = No packages selected
Text Symbol: 111 = Status
Text Symbol: 112 = Package





Text Symbol: 113 = Include Sub-Packages
Text Symbol: 114 = Sub-Package counter
Text Symbol: 115 = Component
Text Symbol: 116 = Description
Text Symbol: 117 = Parent Class
Text Symbol: 120 = No server type selected
Text Symbol: 121 = Please select at least one server type
Text Symbol: 123 = No components for generation type &1 selected. Continue without &1 generation?
Text Symbol: 126 = Empty component list
Text Symbol: 128 = No packages were selected. Continue without package generation?
Text Symbol: 220 = OS type
Text Symbol: 221 = Multiple selection
Text Symbol: 222 = Deselect all
Text Symbol: 223 = Select all
Text Symbol: 250 = Transport request selection changed
Text Symbol: 251 = You have changed the transport selection. Do you want


INCLUDES used within this REPORT RSGEN_LODM

INCLUDE SGEN_LCL_DEVCLASS_ANALYZER_DEF.
INCLUDE SGEN_LCL_SGEN_COLLECTOR_DEF.
INCLUDE SGEN_LCL_SGEN_UI_DEF.
INCLUDE RSGEN_LODM_MOD.
INCLUDE SGEN_LCL_SGEN_COLLECTOR_IMP.
INCLUDE SGEN_LCL_SGEN_UI_IMP.
INCLUDE SGEN_LCL_DEVCLASS_ANALYZER_IMP.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RSGEN_LODM or its description.