RSGENERAL_4 SAP (Cross-'warehouse' structure) Structure details

Dictionary Type: Structure
Description: Cross-'warehouse' structure




ABAP Code to SELECT data from RSGENERAL_4
Related tables to RSGENERAL_4
Access table RSGENERAL_4




Structure field list including key, data, relationships and ABAP select examples

RSGENERAL_4 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 "Cross-'warehouse' structure" 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_RSGENERAL_4 TYPE RSGENERAL_4.

The RSGENERAL_4 table consists of various fields, each holding specific information or linking keys about Cross-'warehouse' structure data available in SAP. These include CHAVL (Dim: Field for Characteristic Value (Maximum Length)), CHAVL_EXT (Dim: Field for Characteristic Value (Maximum Length)), CHATEXT (Long description), CHATLEN (Used length of characteristic value text (CHATEXT)).. 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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


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

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
BOOLData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CHAVLDim: Field for Characteristic Value (Maximum Length) RSCHAVL_MAXLENCHAR250RSCHAVL_MAXLEN
CHAVL_EXTDim: Field for Characteristic Value (Maximum Length) RSCHAVL_MAXLENCHAR250RSCHAVL_MAXLEN
CHATEXTLong description RSTXTLGCHAR60TEXT60
CHATLENUsed length of characteristic value text (CHATEXT) RSTXTLENINT410INT4
CURRENCYCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
UNITUnit key RSUNITUNIT3Assigned to domainCUNITMEINS
DATEQuery: Key date RSDATEDATS8DATUM
DATETOValid-to date RSDATETODATS8DATUM
DATEFROMValid-From Date RSDATEFROMDATS8DATUM
DATECHARKey date as character field RADATECHARCHAR10CHAR10
TFLAGLong text exists RSDTFLAGCHAR1RSBOOL
DFLAGDocument available? RSDDFLAGCHAR1RSBOOL
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
UNI_IDXUUID in X form (binary) SYSUUID_XRAW16SYSUUID
UNI_IDCUUID in character form SYSUUID_CCHAR32SYSUUID_C
UNI_IDC25UUID in compressed form SYSUUID_25CHAR25SYSUUID_25
IDN4BW: General reference field for internal IDs RSIDN4NUMC4NUMC4
FIELDNMField name RSFIELDNMCHAR30RSFIELDNM
ATTRIVLValue of an Attribute (Max. Length) RSATRVL_MAXLENCHAR250RSCHAVL_MAXLEN
KYFGENVLField for any key figure value (external display) RSKYFVLCHAR23
SIDMaster data ID RSSIDINT410RSSID
SID_NUMCSID in NUMC format RSSIDNUMCNUMC10NUMC10
F4_MODECall-up mode from F4 help for characteristic values RSF4MODECHAR1RSF4MODE
FRONT_VERSION Version number for the frontend component0
FRONT_REVISION Revision number of the frontend component0
URL_PREFIX URL of Application Server0

Key field Non-key field



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

As RSGENERAL_4 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 RSGENERAL_4 as there is no data to select.

How to access SAP table RSGENERAL_4

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

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


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!