SAP Reports / Programs | Financials | Financial Supply Chain Management | Treasury and Risk Management(FIN-FSCM-TRM) SAP FIN

RFVDKWGFLAG SAP ABAP Report - Maintain GBA Reporting Indicator







RFVDKWGFLAG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for List for maintaining attributes for messages relating to the German Banking Act for several business partners...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 RFVDKWGFLAG 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

FNKWGFLAG - Maintain GBA Reporting Indicator


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 RFVDKWGFLAG. "Basic submit
SUBMIT RFVDKWGFLAG AND RETURN. "Return to original report after report execution complete
SUBMIT RFVDKWGFLAG 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_RLV = Borrower Subj. to Report. Reqs
Selection Text: P_RELGET = Evaluate Relationships
Selection Text: P_DATUM = Key Date
Selection Text: O_PARTNR = Business Partner ID
Selection Text: O_NR = SCB Borrower Number
Selection Text: O_NAME = Name
Selection Text: O_ENR = SCB Borrower Unit Number
Title: Maintain GBA Reporting Indicator
Text Symbol: TIT = Process GBA Indicator
Text Symbol: NAM = Partner Name
Text Symbol: MSG = Data is inconsistent
Text Symbol: MOT = Parent Partner ID
Text Symbol: MON = Parent Company Nme
Text Symbol: FPR = Error Log
Text Symbol: ERP = There are entries in the error log. Do you want to save anyway?
Text Symbol: END = END
Text Symbol: CUS = User
Text Symbol: CTI = Time
Text Symbol: CRP = Report
Text Symbol: CPG = Page
Text Symbol: CIT = City
Text Symbol: CDA = Date
Text Symbol: 008 = Relationship of Partner to Parent Company
Text Symbol: 007 = Not Equal
Text Symbol: 006 = Equal To
Text Symbol: 005 = Data that has not been saved will be lost. Cancel anyway?
Text Symbol: 004 = Cancel
Text Symbol: 003 = No
Text Symbol: 002 = Yes
Text Symbol: 001 = Data that has not been saved will be lost. Save data?


INCLUDES used within this REPORT RFVDKWGFLAG

INCLUDE RFVDKWGFLAGTOP.


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:

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'SELECTION' EXCEPTIONS OTHERS = 0.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog it_fieldcat = g_tab_alv_field_catalog it_sort = g_tab_sort TABLES t_outtab = g_tab_kwg EXCEPTIONS program_error = 1 OTHERS = 2.

FSBP_DBREAD_BUS020_EXT CALL FUNCTION 'FSBP_DBREAD_BUS020_EXT' EXPORTING i_partner = u_partner IMPORTING e_but000 = l_wrk_but000 e_address = l_wrk_address EXCEPTIONS partner_not_found = 1 address_not_found = 2 OTHERS = 3.

FSBP_READ_RELATION CALL FUNCTION 'FSBP_READ_RELATION' EXPORTING i_date = u_datum i_partner2 = l_wrk_partner TABLES t_but050 = l_tab_but050 r_reltyp = l_rng_bus050_btr EXCEPTIONS no_rel_found = 1 no_data = 2 OTHERS = 3.

FSBP_READ_RELATION CALL FUNCTION 'FSBP_READ_RELATION' EXPORTING i_partner1 = l_wrk_konzern-mutter i_date = u_datum TABLES t_but050 = l_tab_but050 r_reltyp = l_rng_bus050_btr EXCEPTIONS no_rel_found = 1 no_data = 2 OTHERS = 3.

FSBP_READ_RELATION CALL FUNCTION 'FSBP_READ_RELATION' EXPORTING i_partner1 = l_wrk_partner i_date = u_datum TABLES t_but050 = l_tab_but050 r_reltyp = l_rng_bus050_btr EXCEPTIONS no_rel_found = 1 no_data = 2 OTHERS = 3.

FSBP_READ_RELATION CALL FUNCTION 'FSBP_READ_RELATION' EXPORTING i_date = u_datum i_partner2 = l_wrk_konzern-mutter TABLES t_but050 = l_tab_but050 r_reltyp = l_rng_bus050_btr EXCEPTIONS no_rel_found = 1 no_data = 2 OTHERS = 3.

FSBP_READ_BP1030 CALL FUNCTION 'FSBP_READ_BP1030' EXPORTING i_partner = l_wrk_konzern-tochter IMPORTING e_bp1030 = l_wrk_bp1030 EXCEPTIONS partner = 1 data_for_data_not_act = 3 not_found = 4 OTHERS = 5.

BUPA_ENQUEUE CALL FUNCTION 'BUPA_ENQUEUE' EXPORTING iv_partner = u_partner TABLES et_return = l_tab_ret.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner = u_partner * iv_partner_guid = iv_partner_guid IMPORTING * ev_partner = lv_partner es_but000 = l_wrk_but000 TABLES et_return = l_tab_return.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log * IMPORTING * E_LOG_HANDLE = EXCEPTIONS log_header_inconsistent = 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 RFVDKWGFLAG or its description.