WPAB2FEU 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 WPAB2FEU into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ACCUMULATION_INIT CALL FUNCTION 'ACCUMULATION_INIT' EXPORTING FOREIGN_CURRENCY = BWHR LOCAL_CURRENCY = WAERS.
ACCUMULATION_ADD CALL FUNCTION 'ACCUMULATION_ADD' EXPORTING RLDEPO = WA_VZZBEPP-RLDEPO VBEPP = WA_VZZBEPP.
ACCUMULATION_RESULT CALL FUNCTION 'ACCUMULATION_RESULT' IMPORTING REVAL = GES.
SINGLE_EVAL_NEVAL CALL FUNCTION 'SINGLE_EVAL_NEVAL' IMPORTING E_NEVAL_HIGH = NEVAL_HIGH TABLES I_BEPP = IT_VZZBEPP.
ACCUMULATION_INIT CALL FUNCTION 'ACCUMULATION_INIT' EXPORTING FOREIGN_CURRENCY = BWHR LOCAL_CURRENCY = WAERS.
ACCUMULATION_ADD CALL FUNCTION 'ACCUMULATION_ADD' EXPORTING RLDEPO = WA_VZZBEPP-RLDEPO VBEPP = WA_VZZBEPP.
ACCUMULATION_RESULT CALL FUNCTION 'ACCUMULATION_RESULT' IMPORTING REVAL = GES.
EWUT_CORR_FLOWS_COMPUTE CALL FUNCTION 'EWUT_CORR_FLOWS_COMPUTE' EXPORTING I_REVAL_CORP = WA_POS I_DATUM = DATUM I_TVWBEPP = IT_BEPP IMPORTING E_TVWBEPP = IT_BEPP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WPAB2FEU - documentation and ABAP source code WPAB0TOP - RFVWPAB0 Global Data WPAACTOP - RFVWPAB0 Global Data WP3_GET_ROLEMAINTENANCE_DATA_I - Portal role maintenance: Determination of role assignment status WP3ROLELIST_TYPES - Portal role maintenance: Global type declarations WP3ROLELIST_TREE - Portal role maintenance: User interface