Menu

SAP Function Module RPY_DATA_MODEL_READ

Datenmodell lesen

Recommended Now

Fire TV Stick Lite Essentials Bundle

This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.

Check it out on amazon.com →

The Function Module RPY_DATA_MODEL_READ (Datenmodell lesen) is a standard Function Module in SAP ERP and is part of the function group SIDM within the package SDUM.

Technical Information

Function Module RPY_DATA_MODEL_READ
Short Text Datenmodell lesen
Function Group SIDM
Package SDUM
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CICO_MODE LIKE RPYDMGF-CICOMODE 'R' Checkin / checkout mode
CICO_REQUEST_NO LIKE RPYDMGF-CICOREQUNO SPACE Checkin / check out administration number
DATA_MODEL_ID LIKE RPYDMDM-MODEL_ID ID of the data model to be read
LANGUAGE LIKE SY-LANGU SY-LANGU Language for reading the descriptions
LEVELS LIKE RPYDMGF-LEVELS 1 Number of hierarchy levels (' '-999)
WITH_ALIASES LIKE RPYDMGF-FLAG SPACE Read with alias names?
WITH_ASSIGNED_TABLES_OR_VIEWS LIKE RPYDMGF-FLAG SPACE Read with tables / view assigmnents?
WITH_ATTRIBUTES LIKE RPYDMGF-FLAG SPACE Read with attributes?
WITH_FORMATTED_DOCUMENTATION LIKE RPYDMGF-FLAG SPACE Read with formatted documentation?
WITH_INGOING_RELATIONSHIPS LIKE RPYDMGF-FLAG SPACE Read with ingoing relationships?
WITH_INGOING_SPECIALIZATIONS LIKE RPYDMGF-FLAG SPACE Read with ingoing specializations?
WITH_OUTGOING_RELATIONSHIPS LIKE RPYDMGF-FLAG SPACE Read with outgoing relationships?
WITH_OUTGOING_SPECIALIZATIONS LIKE RPYDMGF-FLAG SPACE Read with outgoing specializations?
WITH_OUTGOING_SPEC_CATEGORIES LIKE RPYDMGF-FLAG SPACE Read with outgoing specializations?
WITH_PARTS_LISTS LIKE RPYDMGF-FLAG 'X' Read with hierarchy information?
WITH_SAPSCRIPT_DOCUMENTATION LIKE RPYDMGF-FLAG 'X' Read with SAPscript documentation?
WITH_SUCCESSOR_ENTITY_INFOS LIKE RPYDMGF-FLAG SPACE Read with subordinate entity types?
WITH_SUCCESSOR_MODEL_INFOS LIKE RPYDMGF-FLAG SPACE Read with subordinate data model?
WITH_WHERE_USED_LISTS LIKE RPYDMGF-FLAG SPACE Read with where-used-lists?

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MODEL_INFO LIKE RPYDMDM Basic information about the data model

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
ALIASES LIKE RPYDMAL Aliases
ASSIGNED_TABLES_OR_VIEWS LIKE RPYDMTV Tables / view assignments
ATTRIBUTES LIKE RPYDMAT Attributes
ERRORS LIKE RPYGSER Error information
FORMATTED_DOCUMENTATION LIKE RPYDMFD Documentation in formatted form
INGOING_RELATIONSHIPS LIKE RPYDMRL Ingoing relationships
INGOING_SPECIALIZATIONS LIKE RPYDMSP Ingoing specializations
OUTGOING_RELATIONSHIPS LIKE RPYDMRL Outgoing relationships
OUTGOING_SPECIALIZATIONS LIKE RPYDMSP Outgoing specializations
OUTGOING_SPEC_CATEGORIES LIKE RPYDMSC Specialization Types
PARTS_LISTS LIKE RPYDMHI Hierarchy information
SAPSCRIPT_DOCUMENTATION LIKE RPYDMSD Documentation in SAPscript form
SUCCESSOR_ENTITY_INFOS LIKE RPYDMEN Subordinate entity types
SUCCESSOR_MODEL_INFOS LIKE RPYDMDM Subordinate data model
WHERE_USED_LISTS LIKE RPYDMHI Where-used lists

Exceptions

This function module does not define any Exceptions.