SAP Reports / Programs

RFVDORG2 SAP ABAP Report - List of Notes for Reporting Manager Loans







RFVDORG2 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 RFVDORG2 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

FNK1 - Loans to Managers (GBA15)


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 RFVDORG2. "Basic submit
SUBMIT RFVDORG2 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVDORG2 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: SO_STTAG = Reporting Time Frame
Selection Text: SO_SORG = Manager Loan ID
Selection Text: PA_BUKRS = Company code
Title: List of Notes for Reporting Manager Loans
Text Symbol: 100 = Name
Text Symbol: 020 = Crcy
Text Symbol: 010 = Unit
Text Symbol: 005 = Status on
Text Symbol: 004 = Remaining Capital
Text Symbol: 003 = Utilization
Text Symbol: 002 = Commitment Capital
Text Symbol: 001 = Manager Loan ID
Text Symbol: 000 = ** Grand Total


INCLUDES used within this REPORT RFVDORG2

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:

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 ID = 'SELECTION'.

FTBP_READ_ORGANKREDIT_TEXT * CALL FUNCTION 'FTBP_READ_ORGANKREDIT_TEXT' * EXPORTING * KWG_ORG_IN = I_SUMME-SORGAN * IMPORTING * KWG_ORG_OUT = TP10T * EXCEPTIONS * ERROR_KWG_ORG = 1 * OTHERS = 2.

FSBP_READ_LOAN_TO_MGR_TEXT CALL FUNCTION 'FSBP_READ_LOAN_TO_MGR_TEXT' EXPORTING I_KWG_ORG = I_SUMME-SORGAN IMPORTING E_TP10T = TP10T EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 ID = 'WORK'.

FTBP_DBREAD_BP1040_WITH_BUKRS CALL FUNCTION 'FTBP_DBREAD_BP1040_WITH_BUKRS' EXPORTING I_BUKRS = PA_BUKRS IT_KWG_ORG = L_SO_KWG_ORG TABLES T_BP1040 = I_BP1040 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = G_PERCENTAGE ID = 'WORK'.

FSBP_READ_ADDRESS_PRINT_SHORT CALL FUNCTION 'FSBP_READ_ADDRESS_PRINT_SHORT' EXPORTING I_PARTNER = U_PARTNR I_DATE = SY-DATUM IMPORTING ADDRESS_SHORT_FORM_S = C_PNAMEADRESS EXCEPTIONS OTHERS = 4.

FVD_LOAN_DATA_FLOW_STOCK CALL FUNCTION 'FVD_LOAN_DATA_FLOW_STOCK' EXPORTING * Bestandsauswertung SI_FLAG_STOCK_CALC = 'X' * keine zeitraumbezogene Auswertung SI_FLAG_FLOW_CALC = SPACE * Stichtag(e) SI_IT_CALC_DATE = LT_CALC_DATE * geplante und gebuchte Bewegungen SI_SPLANIST_STOCK = '3' * Selektionsbedingung SI_IT_SELECTION = LT_SELECTION * zu berechnende Kennzahlen SI_IT_SELECTED_FIELDS = LT_SELECTED_FIELDS * kein Fehlerprotokoll SI_FLAG_MESSAGES = SPACE * Progress Indicator SI_FLAG_PROGRESS = 'X' IMPORTING * Rückgabewerte SE_IT_VDSTATE = LT_VDSTATE EXCEPTIONS INCONSISTENT_CALL_PARAMETERS = 1 OTHERS = 2.

FVD_ALV_LIST_DISPLAY * CALL FUNCTION 'FVD_ALV_LIST_DISPLAY' * EXPORTING * SI_STRUCTURE = 'VDSTATE' * TABLES * SI_IT_OUTTAB = lt_vdstate.

EXCHANGE_RATE_SERVICE CALL FUNCTION 'EXCHANGE_RATE_SERVICE' EXPORTING I_BETRAG = U_BETRAG I_GDATU = U_STICHTAG I_KURS = CONVERSION_RATE I_KURSBER = TZBZ-RKURSBER I_WAEHRUNG_VON = U_WAEHRUNG_VON I_WAEHRUNG_NACH = U_WAEHRUNG_NACH IMPORTING O_BETRAG = C_BETRAG EXCEPTIONS OTHERS = 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 RFVDORG2 or its description.