Menu

SAP Function Module K_CEPC_FIELD_READ

Read field in profit center master record in table CEPC

The Function Module K_CEPC_FIELD_READ (Read field in profit center master record in table CEPC) is a standard Function Module in SAP ERP and is part of the function group PC00 within the package KE1.

Technical Information

Function Module K_CEPC_FIELD_READ
Short Text Read field in profit center master record in table CEPC
Function Group PC00
Package KE1
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EDIT_PROGRAM LIKE SY-REPID SPACE Calling output program
FIELD_NAME LIKE DFIES-FIELDNAME Characteristic for which variable value required
LANGUAGE LIKE SY-LANGU SY-LANGU Language key
MF_DATE LIKE SY-DATUM SY-DATUM Master data date
MF_TABLE LIKE DD02V-TABNAME Name of structure, table or view
TYPE LIKE SPACE Type of variable value SPACE TXTF TXTL TEXT

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FIELD_VALUE LIKE Return code
FIELD_VALUE_TYPE LIKE Type of return code ('V'alue, 'T'ext)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
FIELD_NOT_FOUND Characteristic does not exist in report
VALUE_NOT_FOUND Value not found
VALUE_NOT_UNIQUE Value not unique