Menu

SAP Function Module IO_C_GET_ATTRIB_VALUES

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module IO_C_GET_ATTRIB_VALUES () is a standard Function Module in SAP ERP and is part of the function group SI61 within the package SIWB.

Technical Information

Function Module IO_C_GET_ATTRIB_VALUES
Short Text
Function Group SI61
Package SIWB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
KW_APPLICATION LIKE SKWF_REFST-APPL 'KM_KW_R3' KW Framework: Application
ONLY_LOCAL_AREAS LIKE IWPARAMS-FLAG 'X' Single-Character Flag
PROPERTY TYPE SDOK_PROPN Attribute of a Document or a Relationship

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERROR_MSG LIKE IWERRORMSG IWB: Message passing structure

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
INFO_OBJECTS LIKE SDOKOBJECT SDOK: BOR key for information object
IOS_WITH_FOLDER LIKE IWIOFLDGRP IWB: Info Object with Folder and Folder Group
PROP_VALUES LIKE IWPROPSTXT SDOK: Object, attribute name and feature

Exceptions

This function module does not define any Exceptions.