Menu

SAP Function Module RPY_ENTITY_READ

Read entity type

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_ENTITY_READ (Read entity type) 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_ENTITY_READ
Short Text Read entity type
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
ENTITY_ID LIKE RPYDMEN-ENTITY_ID ID of the entity type to be read
LANGUAGE LIKE SY-LANGU SY-LANGU Language for reading the descriptions
WITH_ALIASES LIKE RPYDMGF-FLAG 'X' Read with alias names?
WITH_ASSIGNED_TABLE_OR_VIEW LIKE RPYDMGF-FLAG 'X' Read with table / view assignment?
WITH_ATTRIBUTES LIKE RPYDMGF-FLAG 'X' Read with attributes?
WITH_FORMATTED_DOCUMENTATION LIKE RPYDMGF-FLAG SPACE Read with formatted documentation?
WITH_INGOING_RELATIONSHIPS LIKE RPYDMGF-FLAG 'X' Read with ingoing relationships?
WITH_INGOING_SPECIALIZATIONS LIKE RPYDMGF-FLAG 'X' 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 'X' Read with outgoing specializations?
WITH_SAPSCRIPT_DOCUMENTATION LIKE RPYDMGF-FLAG 'X' Read with SAPscript documentation?
WITH_WHERE_USED_LIST LIKE RPYDMGF-FLAG SPACE Read with where-used-list?

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ASSIGNED_TABLE_OR_VIEW LIKE RPYDMTV Table / view assignment
ENTITY_INFO LIKE RPYDMEN Basic information on entity type

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
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
SAPSCRIPT_DOCUMENTATION LIKE RPYDMSD Documentation in SAPscript form
WHERE_USED_LIST LIKE RPYDMHI Where-used List

Exceptions

This function module does not define any Exceptions.