> For the complete documentation index, see [llms.txt](https://dbi-services.gitbook.io/omrun-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbi-services.gitbook.io/omrun-help/element-details/test-program-object/rtl-generator.md).

# RTL Generator

### ![](/files/ZmGkX6hu7XyzkY2aPSnI)

### Abstract

Plug-in to generate runtime lists from check results executed by OMrun and to fill a next test object with data depending on a check result.

***

### Input

Execution parameters to invoke a generation:

**Field `@param1`** (**Input result path**) \[mandatory]

* Description: Source location as path to the newest result file
* Syntax: \<full path> (without ending backslash)
* Example: @TestCases\Company\Preparation\Match\_Dateinamen\_R\Result

**Field `@param2`** (**Output path**) \[mandatory]

* Description: Target location of runtime list
* Syntax: \<full path> (without ending backslash)
* Example: @TestScripts\Company\Validation\PDF1Seite\_R\RunTimeList

**Field `@param3`** (**Output file**) \[mandatory]

* Description: Runtime list file name + extension
* Syntax: \<file name>.\<extension> (without any backslash)
* Example: Data\_Validation\_PDF1Seite\_R\_Extensive.rtl

**Field `@param4`** (**Column mapping**) \[optional]

* Description: Columns definition of the result mapped to the params of the runtime list (column count starts with 0)
* Syntax: ID=\<ID>,Param1=\<Param1>,Param2=\<Param2>,Param3=\<Param3>,Param4=\<Param4>,Remark=\<Remark>,Result=\<Result>
* Example: ID=8,Param1=6,Param2=7,Param3=4,Param4=5,Remark=2,Result=true
* Possible values:
  * **ID**\
    \<column number> (result values of defined column must be unique)\
    \<empty> (= ID will be auto-filled with the numbers 0, 10, 20...)
  * **Param1**\
    \<column number>\
    \<no param1> (= empty column)
  * **Param2**\
    \<column number>\
    \<no param2> (= empty column)
  * **Param3**\
    \<column number>\
    \<no param3> (= empty column)
  * **Param4**\
    \<column number>\
    \<no param4> (= empty column)
  * **Remark**\
    \<column number>\
    \<any number which is no column number> (= Prefix of the defined number followed by defined ID value)\
    \<no remark> (= remark will get the text "No parameter defined" on each row)
  * **Result**\
    "true" (result rows which have passed only)\
    "false" (result rows which have failed only)\
    "all" (all results)\
    \<no entry at all>\
    \* \[or] \<empty> (= ID will be auto-filled with the numbers 0, 10, 20... and remark will get the text "No parameter defined" on each row)

***

### Output

Generated runtime list of the defined last test object result.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dbi-services.gitbook.io/omrun-help/element-details/test-program-object/rtl-generator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
