RN2_TEST_KODECLIP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test Environment for KODIP®KodeClip OLE Interface from Version 2...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 RN2_TEST_KODECLIP 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: OPS2CODE = 2. OPS Code
Selection Text: OPS1UPKZ = 1. Changeable Indicator 'X'
Selection Text: OPS1TEXT = 1. OPS Text
Selection Text: OPS1INID = 1. Unique Line ID
Selection Text: OPS1CODE = 1. OPS Code
Selection Text: MODUS = Mode
Selection Text: ICD3UPKZ = 3. Changeable Indicator 'X'
Selection Text: OPS3UPKZ = 3. Changeable Indicator 'X'
Selection Text: OPS3TEXT = 3. OPS Text
Selection Text: OPS3INID = 3. Unique Line ID
Selection Text: OPS3CODE = 3. OPS Code
Selection Text: OPS2UPKZ = 2. Changeable Indicator 'X'
Selection Text: OPS2TEXT = 2. OPS Text
Selection Text: OPS2INID = 2. Unique Line ID
Selection Text: ICD3TEXT = 3. ICD Text
Selection Text: ICD1UPKZ = 1. Changeable Indicator 'X'
Selection Text: ICD2CODE = 2. ICD Code
Selection Text: ICD2INID = 2. Unique Line ID
Selection Text: ICD2TEXT = 2. ICD Text
Selection Text: ICD2UPKZ = 2. Changeable Indicator 'X'
Selection Text: ICD3CODE = 3. ICD Kode
Selection Text: ICD3INID = 3. Unique Line ID
Selection Text: DITEXT = Search String for Text Search
Selection Text: ICD1CODE = 1. ICD Code
Selection Text: ICD1INID = 1. Unique Line ID
Selection Text: ICD1TEXT = 1. ICD Text
Title: Test Environment for Function Module KODECLIP
Text Symbol: O03 = Code -->
Text Symbol: O02 = OPS Text -->
Text Symbol: O01 = LoopIndex OPS =
Text Symbol: D19 = Update Ind. Mode -->
Text Symbol: D18 = External ID -->
Text Symbol: D17 = Fkode2ID -->
Text Symbol: D16 = Fkode2 -->
Text Symbol: O10 = Update Ind. Mode -->
Text Symbol: O09 = External ID -->
Text Symbol: O08 = Group ID -->
Text Symbol: O07 = Text ID -->
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_N2_KODECLIP CALL FUNCTION 'ISH_N2_KODECLIP' EXPORTING ss_modus = modus ss_rn2idcod = l_rn2idcod ss_rn2ipcod = l_rn2ipcod ss_t_rn2idcod = l_t_rn2idcod ss_t_rn2ipcod = l_t_rn2ipcod TABLES ss_kodip = l_kodip_ta ss_kodip_op = l_kodip_op_ta EXCEPTIONS error = 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.
RN2_TEST_KODECLIP - Test Environment for Function Module KODECLIP RN2_TEST_KODECLIP - Test Environment for Function Module KODECLIP RN2_SYSDEF_DEBUG - Program RN2_SYSDEF_DEBUG RN2_SYSDEF_DEBUG - Program RN2_SYSDEF_DEBUG RN2_SVAR_INC - RN2SVARINC RN2_SAMPLE_XML_DEVELOPMENT - Program RN2_SAMPLE_XML_DEVELOPMENT