RDISALL2F05 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 RDISALL2F05 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.
Title: Calculate total distributed for objects based on group costs and curre
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CK_F_ORG_ELEMENTS_PLANT CALL FUNCTION 'CK_F_ORG_ELEMENTS_PLANT' EXPORTING werk =
-werks IMPORTING organisationselemente = l_ckiwerk.
KPPB_MAT_ACCOUNT_ASSIGNMENT CALL FUNCTION 'KPPB_MAT_ACCOUNT_ASSIGNMENT' EXPORTING i_matnr =
-matnr i_werks = -werks i_sobkz = -sobkz i_charg = -charg i_shkzg = 'S' IMPORTING e_account = ls_cospa_sum-kstar EXCEPTIONS error_occured = 1.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = ls_cospa_sum-wtg foreign_currency = ls_cospa_sum-twaer local_currency = gv_waers IMPORTING local_amount = ls_cospa_sum-wkg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDISALL2F05 - Calculate total distributed for objects based on group costs and curre RDISALL2F04 - Get cost distributied for group RDISALL2F03 - Main distribution loop, preparation for group, get GPD assignments and RDISALL2F02 - Message log, schedule manager, ALV RDISALL2F01 - Misc. routines RDISALL2 - GPD Cost Distribution: Collective Processing