Menu

SAP Function Module FCOM_GET_SINGLE_VALUES

Objects und KFSPECGL in Einzelwerte auflösen

The Function Module FCOM_GET_SINGLE_VALUES (Objects und KFSPECGL in Einzelwerte auflösen) is a standard Function Module in SAP ERP and is part of the function group FCOM_MON_UTILS within the package FCOM_MONITOR.

Technical Information

Function Module FCOM_GET_SINGLE_VALUES
Short Text Objects und KFSPECGL in Einzelwerte auflösen
Function Group FCOM_MON_UTILS
Package FCOM_MONITOR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ID_KOKRS TYPE KOKRS Kostenrechnungskreis
ID_MONAPPL TYPE FPB_MONAPPL 'C' Monitoranwendung

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_COSEL_KFSPECGL TYPE COSELTAB Standardtabelle für COSEL
ET_COSEL_OBJECT TYPE COSELTAB Selektionstabelle mit Feldname
ET_KFSPECGL LIKE COSEL2 Selektionstabelle ohne Feldname
ET_OBJECT LIKE COSEL2 Selektionstabelle ohne Feldname
ET_RETURN TYPE FPB_T_BAPIRETURN1 Tabellentype zu BAPIRETURN1
IT_KFSPECGL TYPE FPB_T_KFSPECGL_LIST Liste für Regelpflege
IT_OBJECT TYPE FPB_T_OBJECT_LIST Objektliste für Regelpflege

Exceptions

This function module does not define any Exceptions.