Menu

SAP Function Module GET_TABLEBLOCK_RFC

Get table from another system (using RFC)

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module GET_TABLEBLOCK_RFC (Get table from another system (using RFC)) is a standard Function Module in SAP ERP and is part of the function group SRTT within the package STRM.

Technical Information

Function Module GET_TABLEBLOCK_RFC
Short Text Get table from another system (using RFC)
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
BLOCK_SIZE LIKE CCPROGPAR-MAX_BLOCK Natural Number
GET_SYSTAB LIKE CCPROGPAR-CHK_SYSTAB Yes/No (X/ )
RFC_DEST LIKE RFCDES-RFCDEST Logical Destination (Specified in Function Call)
TABNAME LIKE DD02L-TABNAME Name of (Basis) table

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_CONVERT_ERRORS TYPE INT4_TABLE Standard Table of INT4
ET_KEYCONVERT_ERRORS TYPE INT4_TABLE Standard Table of INT4
MESSAGE_TEXT TYPE CHAR80 Char 80
NR_OF_ROWS LIKE CCCFLOW-NBRINS No. of inserts
READY_FLAG LIKE STRMPAR-READY_FLAG Completed flag for RFC table retrieval function

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CODE_PAGE LIKE TCP00-CPCODEPAGE SAP character set identification
INT_FORMAT LIKE TCP00-CPCODEPAGE SAP character set identification
LAST_KEY LIKE TBL32768-LINE Structure 32 K

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
INTTAB TYPE TABLE Buffer table for table data up to length 8000
L_NAME_TAB LIKE DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET
NAME_TAB LIKE NTAB_CMP Table nametab

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CLIENT_NOT_FOUND Client does not exist
CONVERT_ERROR Error determining character set
FIELDTAB_ERROR
PROTECTED Table cannot be processed (INTTAB, systemtab)
READ_ERROR Table cannot be read
TABLE_NOT_FOUND Table not found
TOO_SMALL Entries too long (larger than maximum box)
WRONG_TYPE