SAP Reports / Programs | Strategy Analyzer | Bank Components | Strategy Analyzer(IS-B-SA) SAP IS

JBR_SFGDT_TOOL SAP ABAP Report - Program JBR_SFGDT_TOOL







JBR_SFGDT_TOOL 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_TOOL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SFGDT_TOOL - Tool for Risk Objects


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_TOOL. "Basic submit
SUBMIT JBR_SFGDT_TOOL AND RETURN. "Return to original report after report execution complete
SUBMIT JBR_SFGDT_TOOL 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: P_WAOBJ = D Object No.for Financial Trans.
Selection Text: P_LZB = D Maturity Band
Selection Text: P_GAPART = D ALM Valuation Type
Selection Text: P_EVAL = D Evaluation Type in RM
Selection Text: P_DISPL = Display Financial Object
Selection Text: P_DCURR = D Display Currency
Selection Text: P_DATE = D Evaluation Date
Selection Text: P_ANWT = D Application Category
Selection Text: FILE = D Name of File
Selection Text: ED_RIDEX = External Number
Title: Program JBR_SFGDT_TOOL
Text Symbol: ZUO = Zuordnung anzeigen
Text Symbol: INI = - Initialwert der Externen Nummer fehlt.
Text Symbol: 023 = File System for Pres. Server
Text Symbol: 022 = Switch On Layer 4
Text Symbol: 021 = Display
Text Symbol: 020 = No
Text Symbol: 019 = Y
Text Symbol: 018 = Change(04)
Text Symbol: 017 = Change(02)
Text Symbol: 016 = Create
Text Symbol: 015 = Save to File:
Text Symbol: 014 = Financial Object Number
Text Symbol: 013 = Addnl Data:
Text Symbol: 012 = Save to Database/With Debugging
Text Symbol: 011 = Save:
Text Symbol: 010 = Addnl Data for Risk Object:
Text Symbol: 003 = Layer 4 (Gap)
Text Symbol: 002 = Activities:
Text Symbol: 001 = Sel. Criteria:


INCLUDES used within this REPORT JBR_SFGDT_TOOL

INCLUDE JBR_SFGDT_TOOL_TABLE_01.
INCLUDE JBR_SFGDT_TOOL_SPEICHERN.
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:

JBR_SFGDT_TOOL_ZUORDN CALL FUNCTION 'JBR_SFGDT_TOOL_ZUORDN' EXPORTING WAOBJ = p_waobj TABLES T_WAN_JBRZUORDNT = wan_jbrzuordnt.

WS_FILENAME_GET * CALL FUNCTION 'WS_FILENAME_GET' * EXPORTING * DEF_FILENAME = file ** DEF_PATH = ' ' * MASK = ',*.*,*.*. '

JBR_SFGDT_TOOL_ALLGEMEIN CALL FUNCTION 'JBR_SFGDT_TOOL_ALLGEMEIN' EXPORTING DATUM = p_date ANWTYP = p_anwt OBJNR = p_waobj GAP_YN = p_GAPy IT_OBJ_TABLE = it_obj_table EVAL = p_eval GAPART = p_gapart LZB = p_lzb DCURR = p_dcurr IMPORTING SFGDT = wa_sfgdt SFGDT_TAB = it_sfgdt.

RM_ALV_SFGDT_DISPLAY CALL FUNCTION 'RM_ALV_SFGDT_DISPLAY' EXPORTING IS_SFGDT = wa_sfgdt.

JBR_SFGDT_TOOL_VORB CALL FUNCTION 'JBR_SFGDT_TOOL_VORB' EXPORTING I_IT_SFGDT = it_sfgdt CFARTYN = 'X' AENDERN = p_aend AENDERN1 = p_aend1 ANLEGEN = p_anleg RIDEXT = ed_ridex TABLES ET_VTVFGDI0 = LT_VTVFGDI0.

JBR_SFGDT_TOOL_FILE CALL FUNCTION 'JBR_SFGDT_TOOL_FILE' EXPORTING FILENAME = file1 TABLES IT_VTVFGDI0 = LT_VTVFGDI0.

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