SAP Reports / Programs | Pegging, Grouping, and Distribution | Aerospace & Defence Industry Solution | Pegging, Grouping, and Distribution(IS-AD-GPD) SAP IS

RDISALL2F03 SAP ABAP INCLUDE - Main distribution loop, preparation for group, get GPD assignments and







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


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


Text pool values


Title: Main distribution loop, preparation for group, get GPD assignments and


INCLUDES used within this REPORT RDISALL2F03

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:

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.



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