SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

RSGENPAT SAP ABAP Report - ABAP Generation Tool: Translate Pattern Definitions







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


Text pool values


Selection Text: PA_PROT = Output log (X)
Selection Text: PA_PROG2 = Program
Selection Text: PA_PROG = Program
Selection Text: PA_PFILE = Pattern file
Title: ABAP Generation Tool: Translate Pattern Definitions
Text Symbol: 160 = Incorrect pattern line
Text Symbol: 150 = Incorrect pattern line for
Text Symbol: 140 = Incorrect sequence of pattern lines for
Text Symbol: 130 = No pattern lines für
Text Symbol: 120 = Pattern already exists
Text Symbol: 110 = Incorrect pattern header
Text Symbol: 101 = does not exist
Text Symbol: 100 = Pattern file
Text Symbol: 050 = No. of errors:
Text Symbol: 034 = Use
Text Symbol: 033 = Def.
Text Symbol: 032 = Name of pattern
Text Symbol: 030 = Pattern statistic
Text Symbol: 020 = Command Log
Text Symbol: 010 = Pattern Log
Text Symbol: 170 = Warning
Text Symbol: 200 = Program
Text Symbol: 201 = does not exist
Text Symbol: 202 = is not of type 1, M, F or S
Text Symbol: 250 = Pattern does not exist:
Text Symbol: 240 = Incorrect command operand
Text Symbol: 230 = ENDGEN missing
Text Symbol: 220 = INITGEN missing
Text Symbol: 210 = INITGEN does not refer to the pattern file
Text Symbol: 203 = exists only in encrypted form (no check)


INCLUDES used within this REPORT RSGENPAT

No INCLUDES are used within this REPORT code!


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:

RSGEN_PAT call function 'RSGEN_PAT' exporting pa_pfile = pa_pfile pa_prog = pa_prog pa_prot = pa_prot exceptions error = 1 others = 2.



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