SAP Reports / Programs

RKSR0C10 SAP ABAP Report - Views in Customizing for Automatic Generation of Settlement Rule







RKSR0C10 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 RKSR0C10 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

KSR2_NPH - Strategy Sequences for WBS Elements
KSR2_ORC - Strategy Sequences: Internal Orders
KSR2_ORI - Strategy Sequences for PM-Orders
KSR2_PRN - Strategy Sequences for WBS Elements
KSR2_VBP - Strat. sequences f. sales order item
KSR4 - User-Defined Strategies
KSR3_ORC - Strategy Seq. - Order Cat.: Internal
KSR3_ORI - Strategy Sequence - Ordtyp PM-Orders
KSR1_PRN - WBS Element Strategies
KSR1_ORI - Maintenance Order Strategies
KSR1_ORC - Strategies for Internal Orders
KSR1_VBP - Strategies for sales order item


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


Text pool values


Title: Views in Customizing for Automatic Generation of Settlement Rule


INCLUDES used within this REPORT RKSR0C10

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:

0C10_TA_INTERPRET CALL FUNCTION '0C10_TA_INTERPRET' IMPORTING ED_VNAME = LD_VNAME ED_SENDERART = LD_SENDERART.

VIEWCLUSTER_GET_DEFINITION CALL FUNCTION 'VIEWCLUSTER_GET_DEFINITION' EXPORTING VCLNAME = ID_VNAME TABLES VCLSTRUC_TAB = LT_VCLSTRUC EXCEPTIONS VIEWCLUSTER_NOT_FOUND = 1.

VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = GD_VNAME TABLES SELLIST = CT_RANGETAB X_HEADER = CT_HEADER X_NAMTAB = CT_NAMTAB EXCEPTIONS NO_TVDIR_ENTRY = 1 TABLE_NOT_FOUND = 2.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING VIEW_NAME = ID_VNAME ACTION = 'E' "Exklusiv sperren ENQUEUE_MODE = 'E' "E-Enqueue/D-Dequeue * enqueue_range = 'X' "Eingeschränkt sperren: it_rangetab * TABLES * sellist = it_rangetab EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 TABLE_NOT_FOUND = 5 CLIENT_REFERENCE = 7.

VIEW_MAINTENANCE CALL FUNCTION 'VIEW_MAINTENANCE' EXPORTING VIEW_ACTION = ID_ACTION VIEW_NAME = ID_VNAME TABLES DBA_SELLIST = IT_RANGETAB EXCL_CUA_FUNCT = IT_FU_TO_EXCL X_HEADER = IT_HEADER X_NAMTAB = IT_NAMTAB.

VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING VIEWCLUSTER_NAME = ID_VNAME MAINTENANCE_ACTION = ID_ACTION TABLES DBA_SELLIST_CLUSTER = LT_VC_RANGETAB EXCL_CUA_FUNCT_ALL_OBJECTS = IT_FU_TO_EXCL EXCEPTIONS FOREIGN_LOCK = 2.

VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING VIEWCLUSTER_NAME = ID_VNAME MAINTENANCE_ACTION = ID_ACTION TABLES DBA_SELLIST = IT_RANGETAB EXCL_CUA_FUNCT_ALL_OBJECTS = IT_FU_TO_EXCL EXCEPTIONS FOREIGN_LOCK = 2.

0C10_GET_VALID_SLISTS CALL FUNCTION '0C10_GET_VALID_SLISTS' EXPORTING ID_SENDERART = ID_SENDERART TABLES ET_SLIST = LT_SLISTS.

0C10_GET_VALID_AUARTS CALL FUNCTION '0C10_GET_VALID_AUARTS' EXPORTING ID_SENDERART = ID_SENDERART TABLES ET_AUFART = LT_AUFARTS.



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