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
Below is a list of transaction codes which are relevant to this SAP report
SGEN - SAP Load Generator
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.
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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.