SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

RSTXFPR0 SAP ABAP Report - SAPscript: Forms Test Printing







RSTXFPR0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program generates a trial print of a layout set with all elements...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 RSTXFPR0 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 RSTXFPR0. "Basic submit
SUBMIT RSTXFPR0 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXFPR0 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: FORM = Form
Selection Text: FORMLANG = Language
Selection Text: ORGLANG = With original language
Selection Text: TITLE = Title Information
Title: SAPscript: Forms Test Printing
Text Symbol: 016 = Options
Text Symbol: 015 = Test print
Text Symbol: 001 = Report Template Not Found:
Text Symbol: 002 = REPORT Statement Not Found in Template:
Text Symbol: 010 = Form
Text Symbol: 011 = Language
Text Symbol: 012 = with form information
Text Symbol: 013 = with form in orig.language


INCLUDES used within this REPORT RSTXFPR0

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:

SELECT_FORM call function 'SELECT_FORM' exporting form = form language = formlang throughclient = 'X' tables selections = selections.

READ_FORM call function 'READ_FORM' exporting language = formlang form = form throughclient = 'X' tables form_lines = lines page_windows = pagewindows pages = pages paragraphs = paragraphs strings = strings tabs = tabs windows = windows.

COLLECT_TEXTSYMBOL call function 'COLLECT_TEXTSYMBOL' tables lines = lines symbols = symbol_table.

READ_FORM call function 'READ_FORM' exporting language = selections-tdospras form = form throughclient = 'X' tables form_lines = lines page_windows = pagewindows pages = pages paragraphs = paragraphs strings = strings tabs = tabs windows = windows.

COLLECT_TEXTSYMBOL call function 'COLLECT_TEXTSYMBOL' tables lines = lines symbols = symbol_table.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' "B20K8A055K exporting tabname = l_tabname fieldname = l_fieldname exceptions not_found = 1 internal_error = 2 others = 3.

GET_TEXT_PRINT_PARAMETERS call function 'GET_TEXT_PRINT_PARAMETERS' exporting options = gp_options importing newoptions = gp_options exceptions canceled = 01.



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