SAP Reports / Programs

RN2_TEST_KODECLIP SAP ABAP Report - Test Environment for Function Module KODECLIP







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


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 RN2_TEST_KODECLIP. "Basic submit
SUBMIT RN2_TEST_KODECLIP AND RETURN. "Return to original report after report execution complete
SUBMIT RN2_TEST_KODECLIP 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: 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 -->





Text Symbol: O06 = Localization -->
Text Symbol: O05 = Main Code -->
Text Symbol: O04 = OPS -->
Text Symbol: D15 = Fkode1ID -->
Text Symbol: D07 = Results Text -->
Text Symbol: D06 = Localization -->
Text Symbol: D05 = Input Text -->
Text Symbol: D04 = Output Text -->
Text Symbol: D03 = ICD10 -->
Text Symbol: D02 = ICD9 -->
Text Symbol: D01 = LoopIndex = Diagnoses
Text Symbol: D14 = Fkode1 -->
Text Symbol: D13 = AO Code -->
Text Symbol: D12 = ICD10WHO -->
Text Symbol: D11 = Group ID -->
Text Symbol: D10 = Text ID -->
Text Symbol: D09 = Diagn. Supp. Text -->
Text Symbol: D08 = Diagnostic Supplement-->
Text Symbol: S01 = Generral Parameter for KodeClip Test Environment
Text Symbol: S03 = Parameters for Procedures
Text Symbol: S02 = Parameters for Diagnoses


INCLUDES used within this REPORT RN2_TEST_KODECLIP

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:

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.



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