RKLSDCINIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report allocates a relevant single transaction check product to old transactions...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 RKLSDCINIT 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.
Selection Text: P_OVER = Always Overwrite Target Field
Selection Text: P_TEST = Test Run (No Database Changes)
Title: Reorganisation: Update STC Product
Text Symbol: 002 = Settings
Text Symbol: 003 = Log was saved under the following number:
Text Symbol: 004 = Transactions analyzed, to which an STC product could be assigned:
Text Symbol: 005 = Transactions analyzed, to which an STC product could not be assigned:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
KL_UTILS_GET_OBJTYP CALL FUNCTION 'KL_UTILS_GET_OBJTYP' EXPORTING i_objtyp_int = wa_klzuextobj-objtyp i_convert = 'E' IMPORTING e_objtyp_ext = l_ext_objtyp EXCEPTIONS no_objtyp_found = 1 OTHERS = 2 .
RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING * LANGUAGE = SY-LANGU message_id = l_s_msg-msgid message_number = l_s_msg-msgno message_var1 = l_s_msg-msgv1 message_var2 = l_s_msg-msgv2 message_var3 = l_s_msg-msgv3 * message_var4 = i_msgv2 IMPORTING message_text = l_message_text * TABLES * longtext = EXCEPTIONS message_not_found = 1 OTHERS = 2 .
RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING * LANGUAGE = SY-LANGU message_id = l_s_msg-msgid message_number = l_s_msg-msgno message_var1 = l_s_msg-msgv1 message_var2 = l_s_msg-msgv2 message_var3 = l_s_msg-msgv3 message_var4 = l_s_msg-msgv4 IMPORTING message_text = l_message_text TABLES longtext = lt_longtext EXCEPTIONS message_not_found = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKLSDCINIT - Reorganisation: Update STC Product RKLSDCINIT - Reorganisation: Update STC Product RKLRISIKOTYP - Credit Limit: Risk Categories RKLRESERVIERG - Credit Limit: INCLUDE Specifications for Reservation RKLRELATIVELIMITS_O01 - Include RKLRELATIVELIMITS_O01 RKLRELATIVELIMITS_LCLI - Include RKLRELATIVELIMITS_LCLI