SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

WABG2F20 SAP ABAP INCLUDE - documentation and ABAP source code







WABG2F20 is a standard ABAP INCLUDE 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 WABG2F20 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 WABG2F20. "Basic submit
SUBMIT WABG2F20 AND RETURN. "Return to original report after report execution complete
SUBMIT WABG2F20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT WABG2F20

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:

FVZK_LOAD_VZZKOPO CALL FUNCTION 'FVZK_LOAD_VZZKOPO' EXPORTING DGUEL_KP = SY-DATUM GET_EMPTY = SPACE GSART = VWPANLA-GSART INIT_TABLES = SPACE KOKO_KEY = KOKO_KEY TABLES IVZZKOPO = TVZZKOPO EXCEPTIONS GROUP_NOT_FOUND = 01 KONDITION_NOT_FOUND = 02 SKOART_NOT_FOUND = 03 TEXT_NOT_FOUND = 04.

CASH_FLOW_CONSTRUCT_SECURITY CALL FUNCTION 'CASH_FLOW_CONSTRUCT_SECURITY' EXPORTING I_BUKRS = IT_VZZBEPP_FOR_PV-BUKRS I_KOKO = VZZKOKO I_VWPANLA = VWPANLA I_RLDEPO = IT_VZZBEPP_FOR_PV-RLDEPO TABLES I_BEPP = IT_VZZBEPP_FOR_PV I_KOPO = TVZZKOPO EXCEPTIONS KEINE_TILGUNGSKONDITIONEN = 01 LAUFZEITENDE_FEHLT = 02 LAUFZEITENDE_NICHT_ERMITTELBAR = 03 LAUFZEIT_ODER_RATE_FEHLT = 04 NEGATIVE_TILGUNG_AUFGETRETEN = 05.

FVWE_CALCULATE_DURATION CALL FUNCTION 'FVWE_CALCULATE_DURATION' EXPORTING VARIANTE = 3 PV_STICHTAG = PA_STICH TABLES ERGEBNIS = I_ERGEBNIS I_BEPP = IT_VZZBEPP_FOR_PV I_BESTAND = I_REVALD.

ACCUMULATION_INIT CALL FUNCTION 'ACCUMULATION_INIT' EXPORTING FOREIGN_CURRENCY = I_REVALD-SBWHR LOCAL_CURRENCY = T001-WAERS.

ACCUMULATION_ADD CALL FUNCTION 'ACCUMULATION_ADD' EXPORTING VBEPP = ACCUM_VZZBEPP * verarb = ' ' RLDEPO = EAZB_VZZBEPP-RLDEPO.

ACCUMULATION_RESULT CALL FUNCTION 'ACCUMULATION_RESULT' IMPORTING REVAL = REVAL_KAP.

CONVERSION_GIVING_RATE_F CALL FUNCTION 'CONVERSION_GIVING_RATE_F' EXPORTING FOREIGN_AMOUNT = REVAL_KAP-BBUCHWR FOREIGN_CURRENCY = REVAL_KAP-SBWHR LOCAL_AMOUNT = REVAL_KAP-BBUCHHW LOCAL_CURRENCY = T001-WAERS IMPORTING RATE_F = BARWERT_FOREX.

CONVERSION_WITH_RATE_F CALL FUNCTION 'CONVERSION_WITH_RATE_F' EXPORTING FOREIGN_AMOUNT = IT_VZZBEPP_FOR_PV-BBWHR FOREIGN_CURRENCY = IT_VZZBEPP_FOR_PV-SBWHR LOCAL_CURRENCY = T001-WAERS RATE_F = BARWERT_FOREX IMPORTING LOCAL_AMOUNT = IT_VZZBEPP_FOR_PV-BHWHR.

TRANSACTION_TYPE_SELECT_S_H CALL FUNCTION 'TRANSACTION_TYPE_SELECT_S_H' EXPORTING I_RANTYP = '2' I_SBEWZITI = CON_SBEWZITI I_SKOGRP = CON_SKOGRP I_SSOLHAB = CON_SSOLHAB IMPORTING E_TZB0A = I_TZB0A.

ACCUMULATION_INIT CALL FUNCTION 'ACCUMULATION_INIT' EXPORTING FOREIGN_CURRENCY = I_REVALD-SBWHR LOCAL_CURRENCY = T001-WAERS.

FWEV_VALUATION_CHECK CALL FUNCTION 'FWEV_VALUATION_CHECK' EXPORTING I_STICHTAG = PA_STICH I_BEVI = IT_VWBEVI I_BEPP = IT_VWBEPP * I_STORNO = ' ' I_SVORGANG = 'ABGRENZ'.

TRANSACTIONS_SEC_LOAD_I_VIEW CALL FUNCTION 'TRANSACTIONS_SEC_LOAD_I_VIEW' EXPORTING BUKRS = I_VWPDEPO-BUKRS RANL = I_VWPDEPO-RANL RLDEPO = I_VWPDEPO-RLDEPO TYPE_OF_SELECTION = SPACE TABLES TVWBEVI = IVWBEVI EXCEPTIONS TABLE_TVWBEVI_NOT_EMPTY = 01.

TRANSACTIONS_SEC_LOAD_P CALL FUNCTION 'TRANSACTIONS_SEC_LOAD_P' EXPORTING BUKRS = I_VWPDEPO-BUKRS RANL = I_VWPDEPO-RANL RLDEPO = I_VWPDEPO-RLDEPO TYPE_OF_SELECTION = SPACE TABLES TVWBEPP = TVWBEPP EXCEPTIONS TABLE_TVWBEPP_NOT_EMPTY = 01 VWBEPP_NO_RECORD_FOUND = 02.

TB_DEAL_AUTHORITY_CHECK CALL FUNCTION 'TB_DEAL_AUTHORITY_CHECK' " Scho zu 4.0



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