SAP Function RP_PRINT_CIPO - Module to read texts from DD or hard-coded for CIPO expenses

Parameter Reference Type Length Default Optional Text
FIELD DD03L-FIELDNAME C 30 Field whose text should be read
TABLE DD03L-TABNAME C 30 Table of field names
TYPE 0 Type of text to be read

Parameter Reference Type Length Text
LENGTH DD04L-SCRLEN1 N 2 Length of text read from DD
TEXT DD04T-REPTEXT C 55 Text read from DD

Exception Text
NOT_FOUND No entry in DDIC (DD03L, DD04T or DD04L)

Functionality
This module assigns text elements for CIPO output to the text field.TYPE = 5 is for this special requirement.
Types 1 - 4 access the various texts in DDIC. They are accessed usingthe F modules RP_PRINT_GET_DATA_ELEMENT (to determine the data element)and RP_PRINT_GET_TEXT (to determine the texts using the data element).