Menu

SAP Function Module SRTT_GET_DATA

Get data of table or view

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 SRTT_GET_DATA (Get data of table or view) is a standard Function Module in SAP ERP and is part of the function group SRTT within the package STRM.

Technical Information

Function Module SRTT_GET_DATA
Short Text Get data of table or view
Function Group SRTT
Package STRM
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_CALLED_FROM_SM30 LIKE NTAB_CMP-FLAG ' '
IV_CHECK_LINEDEP_AUTH LIKE NTAB_CMP-FLAG ' '
IV_SELECT_BY_KEYLIST LIKE NTAB_CMP-FLAG X'- create sellist from keylist
IV_SYSTEMTYPE TYPE SCDTOBJECT-SYSTEM_TRG Cross-System Customizing Object
IV_VIEWNAME LIKE NTAB_CMP-VIEWNAME View Name
IV_VIEW_TABLE_FLAG LIKE NTAB_CMP-FLAG V'- sm30 object, 'T' - no sm30 object
IV_VIEW_VARIANT LIKE NTAB_CMP-VARIANT not used
IV_WITHOUT_EXITS LIKE NTAB_CMP-FLAG ' '
IV_WITHOUT_SUBSET LIKE NTAB_CMP-FLAG ' '
IV_WITH_AUTHORITY_CHECK LIKE NTAB_CMP-FLAG ' '
RFCDEST TYPE RFCDES-RFCDEST Destination table for Remote Function Call
RFCDEST_SRC TYPE RFCDES-RFCDEST Logical Destination (Specified in Function Call)
RFCDEST_TRG TYPE RFCDES-RFCDEST Logical Destination (Specified in Function Call)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EV_DATA_ACCESS_RESTRICTED TYPE NTAB_CMP-FLAG
MSG_TEXT TYPE RFCLINE_D Line with 80 characters

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
IT_HEADER_VIEW LIKE VIMDESC Control Block Structure for View Maintenance
IT_NAMETAB LIKE NTAB_CMP Nametab of View or Table for Nametab Comparison
IT_NAMTAB_VIEW LIKE VIMNAMTAB Control Block Structure for View Fields in View Maintenance
IT_SELLIST LIKE VIMSELLIST Selection Range for View Maintenance

Exceptions

This function module does not define any Exceptions.