SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

RFFMBTCH SAP ABAP Report - *** Batch Heading Routine ***







RFFMBTCH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Batch Heading Routine The program contains the following subroutines, which can be accessed from every report program: BATCH-HEADING NEW-SECTION JUST-ROUTINE BATCH-HEADING-ROUTINE --------------------- You use this routine to include more information on the first two lines of the list than the standard report page header can accommodate...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 RFFMBTCH 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 RFFMBTCH. "Basic submit
SUBMIT RFFMBTCH AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBTCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: *** Batch Heading Routine ***
Text Symbol: 001 = Time
Text Symbol: 002 = Date
Text Symbol: 003 = Page
Text Symbol: 004 = Table LSEP, Argument &DOMAI&WERTE: no entries found
Text Symbol: 010 = Client
Text Symbol: 011 = User
Text Symbol: 012 = Database
Text Symbol: 100 = Report 'RSBTCHH0' contains general routines which can be used
Text Symbol: 101 = by other reports through an external PERFORM-call.
Text Symbol: 102 = This report cannot therefore run alone.


INCLUDES used within this REPORT RFFMBTCH

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:

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING line_count = linct line_size = linsz layout = xlayout data_set = tlsep-listd sap_cover_page = tlsep-cpage cover_page = sel_opt list_text = ctext receiver = tlsep-recei destination = tlsep-desti list_name = tlsep-listn authority = tlsep-autho new_list_id = tlsep-nllid immediately = tlsep-sofor release = not_keeps expiration = tlsep-daexp no_dialog = 'X' IMPORTING out_parameters = params valid = valid.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING line_count = linct line_size = linsz data_set = bhdgi-ln sap_cover_page = 'X' cover_page = 'X' list_text = ctext new_list_id = 'X' no_dialog = 'X' in_parameters = save_params IMPORTING out_parameters = params valid = valid.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING archive_mode = '2' in_archive_parameters = arc_mem immediately = 'X' destination = 'LP01' new_list_id = 'X' no_dialog = 'X' layout = 'X_65_132' IMPORTING out_parameters = params out_archive_parameters = arc_params valid = valid.

ARCHIV_CONNECTINFO_GET_META CALL FUNCTION 'ARCHIV_CONNECTINFO_GET_META' EXPORTING ar_object = 'FIIINVOICE' object_id = object_key_interface sap_object = 'BKPF' IMPORTING number = found TABLES connect_info = belg_info EXCEPTIONS OTHERS = 4.



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