SAP Reports / Programs

/ISDFPS/ACCUPDKOKRS SAP ABAP Report - Set Controlling Area for Accounting Objects (IT1270)







/ISDFPS/ACCUPDKOKRS is a standard Executable ABAP Report 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 /ISDFPS/ACCUPDKOKRS 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 /ISDFPS/ACCUPDKOKRS. "Basic submit
SUBMIT /ISDFPS/ACCUPDKOKRS AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/ACCUPDKOKRS 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: BEGDA = Start Date
Selection Text: ENDDA = End Date
Selection Text: OBJID = Root Object
Selection Text: TESTRUN = Simulation
Title: Set Controlling Area for Accounting Objects (IT1270)
Text Symbol: 001 = Select.
Text Symbol: 002 = Processing Options
Text Symbol: 003 = Is Not Root Object
Text Symbol: 004 = Date: From - To
Text Symbol: 005 = Data Recs Have Been Repaired
Text Symbol: 006 = Inconsistent Data Records Exist
Text Symbol: 040 = Root object does not exist


INCLUDES used within this REPORT /ISDFPS/ACCUPDKOKRS

SBAL_CONSTANTS,


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:

/ISDFPS/AC_RH_IS_ROOT_OBJECT CALL FUNCTION '/ISDFPS/AC_RH_IS_ROOT_OBJECT' EXPORTING plvar = l_plvar otype = 'O' objid = objid begda = begda endda = endda IMPORTING is_root = is_root EXCEPTIONS object_det_not_possible = 1 OTHERS = 2.

/ISDFPS/AC_READ_COAREA CALL FUNCTION '/ISDFPS/AC_READ_COAREA' EXPORTING plvar = l_plvar otype = 'O' objid = objid begda = begda endda = endda IMPORTING coarea = l_kokrs stext = l_kokrs_stext.

/ISDFPS/FORCE_STRUC_GET CALL FUNCTION '/ISDFPS/FORCE_STRUC_GET' EXPORTING act_otype = 'O' act_objid = objid act_wegid = wegid_hier_down act_svect = l_svect act_plvar = l_plvar act_begda = begda act_endda = endda act_tdepth = 0 act_tflag = 'X' act_vflag = 'X' authority_check = 'X' text_buffer_fill = space buffer_mode = 'X' TABLES result_objec = lt_object EXCEPTIONS no_plvar_found = 1 root_not_found = 2 path_not_found = 3 internal_error = 4 OTHERS = 5.



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