SAP Reports / Programs | Risk Analysis | Bank Components | Risk Analysis(IS-B-RA) SAP IS

JBR_SFGDT_COMBINE SAP ABAP Report - Program JBR_SFGDT_COMBINE







JBR_SFGDT_COMBINE 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 JBR_SFGDT_COMBINE 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 JBR_SFGDT_COMBINE. "Basic submit
SUBMIT JBR_SFGDT_COMBINE AND RETURN. "Return to original report after report execution complete
SUBMIT JBR_SFGDT_COMBINE 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: FILE1 = Input File
Selection Text: P_DATEI = Create File
Selection Text: P_RTDB = Save to Datebase
Title: Program JBR_SFGDT_COMBINE
Text Symbol: 001 = Choose Risk Object File:
Text Symbol: 012 = File System for Pres. Server


INCLUDES used within this REPORT JBR_SFGDT_COMBINE

INCLUDE JBR_SFGDT_TOOL_ERROR_MSG.


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:

WS_FILENAME_GET * CALL FUNCTION 'WS_FILENAME_GET' * EXPORTING * DEF_FILENAME = file1 ** DEF_PATH = ' ' * MASK = ',Textdateien,*.txt.'

JBR_SFGDT_TOOL_FILENAME CALL FUNCTION 'JBR_SFGDT_TOOL_FILENAME' EXPORTING SEP = '.'

JBR_SFGDT_TOOL_CFART CALL FUNCTION 'JBR_SFGDT_TOOL_CFART' EXPORTING FILE1 = file1 FILE2 = file2 TABLES IT_VTVFGDI0 = lt_vtvfgdi0 DATA_TAB_RES = data_tab_res.

JBR_SFGDT_TOOL_FILENAME CALL FUNCTION 'JBR_SFGDT_TOOL_FILENAME' EXPORTING SEP = '.'

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = FILENAME = file3 FILETYPE = 'ASC' * IMPORTING * FILELENGTH = TABLES DATA_TAB = data_tab_res EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 OTHERS = 5.

RM_RRT_FDU_DI CALL FUNCTION 'RM_RRT_FDU_DI' TABLES IT_DATA = lt_vtvfgdi0 ET_ERROR = error_tab EXCEPTIONS ERROR_SAVING = 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 JBR_SFGDT_COMBINE or its description.