SAP BAPI1194_GR_RCGAPIFL BAPI: API Value Assign. Texts Struct. (SAPscript Long Texts) Table data and field list

BAPI1194_GR_RCGAPIFL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BAPI: API Value Assign. Texts Struct. (SAPscript Long Texts)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPI1194_GR_RCGAPIFL TYPE BAPI1194_GR_RCGAPIFL.

The BAPI1194_GR_RCGAPIFL table consists of various fields, each holding specific information or linking keys about BAPI: API Value Assign. Texts Struct. (SAPscript Long Texts) data available in SAP. These include PARENT_CHANGE_NO (Change Number), ERRORMODE (Indicator: Error or warning in an API function), ERRORINFO (Count Parameters), MESSAGE_ID (Message Class)... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

BAPI1194_GR_RCGAPIFL structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI1194_GR_RCGAPIFL structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPI1194_GR_RCGAPIFL table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
IDENTIFIER_PPiPPE GUID in (External) CHAR32 Format PVS_GUID_EXTCHAR32SYSUUID_C
PARENT_CHANGE_NOChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
ERRORMODEIndicator: Error or warning in an API function ESEERRMODECHAR1CHAR1
ERRORINFOCount Parameters RCPE_NUMC4NUMC4
MESSAGE_IDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
ERRORPARAM30 Characters CHAR30CHAR30CHAR30
LOGLOCKMODLogical Lock Mode ESELGLCKMDCHAR1CHAR1
EXTINFOExternal Information ESEEXTINFOCHAR10CHAR10
REF_RECNReference to Master Table ESERECNMSTNUMC20ALPHAESDRECN
CHNGSTATUSSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
RECORD_NO_ROOTSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
REF_RECNRHReference to Reference Specification Header RCPE_BAPI_ESERECNREFNUMC20
FORMAT_COLTag column TDFORMATCHAR2TDELEMSTYL
TEXT_LINEText Line TDLINECHAR132TDSTXLLINE
RECORD_NOSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN

Key field Non-key field



How do I retrieve data from SAP structure BAPI1194_GR_RCGAPIFL using ABAP code?

As BAPI1194_GR_RCGAPIFL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPI1194_GR_RCGAPIFL as there is no data to select.

How to access SAP table BAPI1194_GR_RCGAPIFL

Within an ECC or HANA version of SAP you can also view further information about BAPI1194_GR_RCGAPIFL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).