ACEPS_CALL_DISTR_SERVER 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 ACEPS_CALL_DISTR_SERVER 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!
ACE_DS_ACCRUAL_FOR_ITEM_CALC CALL FUNCTION 'ACE_DS_ACCRUAL_FOR_ITEM_CALC' EXPORTING ID_COMP = ID_COMP ID_BUKRS = ID_BUKRS ID_OBJID = ID_OBJID ID_SUBID = ID_SUBID IR_ACCRULE = IR_ACCRULE IR_ACRTYPE = IR_ACRTYPE ID_DATE_FROM = ID_DATE_FROM ID_DATE_TO = ID_DATE_TO ID_DOCNR = ID_DOCNR IT_COMP_SIMUPARAM_RANGES = IT_COMP_SIMUPARAM_RANGES ID_TRANSTYPE = ID_TRANSTYPE IMPORTING ET_AMOUNTS = ET_DS_AMOUNTS ET_RETURN = ET_RETURN ET_ACEDOC_RETURN = ET_ACEDOC_RETURN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.