SAP Reports / Programs

/ISDFPS/ACCCORATES SAP ABAP Report - Force Element: Send CO Plan Quantities and Prices







/ISDFPS/ACCCORATES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report determines the assigned cost center(s) for one or more organizational object(s) and processes report RBDSEACT (standard ALE report for transmitting plan quantities and plan prices) with the results...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /ISDFPS/ACCCORATES into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISDFPS/ACCCORATES - Send CO Plan Prices


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


Text pool values


Selection Text: DEPL = Operation
Selection Text: NO_STRUC = Individual Operation
Selection Text: OBJID = Force Element
Selection Text: ORG = Organizational Structure
Selection Text: STRUC = Structure Operation
Selection Text: TRAIN = Exercise
Selection Text: GJAHR = D .
Selection Text: LOGSY = D .
Selection Text: LSTAR = D .
Selection Text: VERSN = D .
Title: Force Element: Send CO Plan Quantities and Prices
Text Symbol: 000 = Usage Type
Text Symbol: 001 = Selection
Text Symbol: 002 = Processing Mode
Text Symbol: 003 = Activity Types
Text Symbol: 004 = Target System
Text Symbol: 005 = Cost Center Determination:
Text Symbol: FC1 = Set Controlling Area


INCLUDES used within this REPORT /ISDFPS/ACCCORATES

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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = l_act_plvar EXCEPTIONS no_active_plvar = 1.

/ISDFPS/CCTYPE_READ_ALL CALL FUNCTION '/ISDFPS/CCTYPE_READ_ALL' IMPORTING ex_cctype_tab = lt_cc_type_wegid.

/ISDFPS/DETERMINE_ORG_OBJID CALL FUNCTION '/ISDFPS/DETERMINE_ORG_OBJID' EXPORTING org_object_type = 'O' act_plvar = l_act_plvar act_search_string = '*' IMPORTING org_object_objid = objid EXCEPTIONS no_active_plvar = 1 no_object_id_selected = 2 OTHERS = 3.

/ISDFPS/FORCE_STRUC_GET CALL FUNCTION '/ISDFPS/FORCE_STRUC_GET' EXPORTING act_otype = 'O' act_objid = objid act_wegid = l_wegid act_svect = '12345' act_plvar = l_act_plvar act_begda = '19000101' act_endda = '99991231' act_tdepth = l_depth act_tflag = ' ' act_vflag = ' ' authority_check = ' ' text_buffer_fill = ' ' buffer_mode = ' ' TABLES result_objec = lt_objects EXCEPTIONS no_plvar_found = 1 root_not_found = 2 path_not_found = 3 internal_error = 4 OTHERS = 5.

/ISDFPS/AC_READ_COSTCENTER CALL FUNCTION '/ISDFPS/AC_READ_COSTCENTER' EXPORTING plvar = l_act_plvar otype = 'O' objid = ls_objects-objid begda = '19000101' endda = '99993112' TABLES costcenters = lt_costcenters.

/ISDFPS/AC_PROGRESS_INDICATOR CALL FUNCTION '/ISDFPS/AC_PROGRESS_INDICATOR' EXPORTING i_text = itext i_processed = ipos i_total = ilin i_output_immediately = 'X'.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING i_kokrs = p_kokrs popup = p_popup IMPORTING e_kokrs = p_kokrs EXCEPTIONS not_found = 1 OTHERS = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-repid TABLES selection_table = rspar_all EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.



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 /ISDFPS/ACCCORATES or its description.