RDISALL2F03 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 RDISALL2F03 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: Main distribution loop, preparation for group, get GPD assignments and
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKE_TIMESTAMP_CONVERT_INPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_INPUT' EXPORTING i_date = sy-datlo i_dayst = sy-dayst i_time = sy-uzeit i_tzone = sy-tzone IMPORTING e_timestmp = cv_timestmp.
KE_PROFIT_CENTER_CHECK CALL FUNCTION 'KE_PROFIT_CENTER_CHECK' EXPORTING datum = p_budat prctr = ls_pca-prctr test_kokrs = p_kokrs read_text = con_yes EXCEPTIONS not_found = 1 not_defined_for_date = 2 no_kokrs_for_bukrs = 3 parameter_mismatch = 4 prctr_locked = 5 not_defined_for_bukrs = 6 OTHERS = 7.
CJPN_FREE_BUFFER CALL FUNCTION 'CJPN_FREE_BUFFER'.
STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = lv_objnr status = ls_status EXCEPTIONS status_not_active = 1.
STATUS_CHANGE_FOR_ACTIVITY CALL FUNCTION 'STATUS_CHANGE_FOR_ACTIVITY' EXPORTING check_only = con_yes objnr = lv_objnr vrgng = 'KOAQ' EXCEPTIONS activity_not_allowed = 1 status_not_allowed = 2.
STATUS_CHANGE_FOR_ACTIVITY CALL FUNCTION 'STATUS_CHANGE_FOR_ACTIVITY' EXPORTING check_only = 'X' objnr = lv_objnr vrgng = 'KOAO' EXCEPTIONS activity_not_allowed = 1 status_not_allowed = 2.
ENQUEUE_EPEGENQ CALL FUNCTION 'ENQUEUE_EPEGENQ' EXPORTING mode_mspr = 'E' pspnr =
-grpnr "1618310 _wait = con_yes EXCEPTIONS foreign_lock = 1.
DEQUEUE_EPEGENQ CALL FUNCTION 'DEQUEUE_EPEGENQ' EXPORTING mode_mspr = 'E' pspnr = iv_grpnr.
CK_F_ORG_ELEMENTS_PLANT CALL FUNCTION 'CK_F_ORG_ELEMENTS_PLANT' EXPORTING werk = is_group_data-werks IMPORTING organisationselemente = ls_ckiwerk.
KE_PROFIT_CENTER_CHECK CALL FUNCTION 'KE_PROFIT_CENTER_CHECK' EXPORTING datum = p_budat prctr = ls_pc-prctr test_kokrs = p_kokrs read_text = 'X' EXCEPTIONS not_found = 1 not_defined_for_date = 2 no_kokrs_for_bukrs = 3 parameter_mismatch = 4 prctr_locked = 5 not_defined_for_bukrs = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RDISALL2 - GPD Cost Distribution: Collective Processing RDISALL - Cost Distribution Processing