RSSTSMAPPING SAP (Transfer Structure Commun. Structure/Transfer Structure) Structure details

Dictionary Type: Structure
Description: Transfer Structure Commun. Structure/Transfer Structure




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




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

RSSTSMAPPING 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 "Transfer Structure Commun. Structure/Transfer 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_RSSTSMAPPING TYPE RSSTSMAPPING.

The RSSTSMAPPING table consists of various fields, each holding specific information or linking keys about Transfer Structure Commun. Structure/Transfer Structure data available in SAP. These include IOBJNM (InfoOject of the communication structure), IOBJROUT (Global transfer routine for InfoObjects), IOBJROUTTXT (InfoObject conversion routine, indicator), CTXTSH (Short description).. 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 RSSTSMAPPING 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
POSITPosition of the Field in the Structure / Table RSPOSITNUMC4AS4POS
IOBJNMInfoOject of the communication structure RSIOBJNM_KSCHAR30RSDIOBJRSIOBJNM
IOBJROUTGlobal transfer routine for InfoObjects RSIOBJROUTCHAR25RSUNIIDX
IOBJROUTTXTInfoObject conversion routine, indicator RSCONVROUT_IOBJ_TEXTCHAR60TEXT60
CTXTSHShort description RSTXTSHCHAR20TEXT20
CTXTMDMedium description RSTXTMDCHAR40TEXT40
CTXTLGLong description RSTXTLGCHAR60TEXT60
CFIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
CDATALMNTData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
CDATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
CINTLENInternal Length in Bytes INTLENNUMC6DDLENG
CLENGLength (No. of Characters) DDLENGNUMC6DDLENG
CDECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
CINTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
CCONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
CREFFIELDReference field for currency and qty fields REFFIELDCHAR30Assigned to domainFDNAME
CLOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG
CINTEGRITYCheck of Referential Integrity RSINTEGRITYCHAR1RSBOOL
CALPHA_CONVERSIONAlpha Convert InfoObject Communication Structure RSAC_ALPHA_CONVERSIONCHAR1RSBOOL
IOBJNM_TSInfoObject of the transfer structure RSIOBJNM_TSCHAR30RSIOBJNM
FIXED_VALUEFixed value for communicatino structure RSFIXED_VALUECHAR255CHAR255
CONVROUT_GGlobal conversion rule RSCONVROUT_GLOBALCHAR25RSUNIIDC25
CONVROUT_LLocal conversion routine RSCONVROUT_LOCALCHAR25RSUNIIDC25
FORMULA_IDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25
CONVERSIONRun Optional Conversion in the Transfer Rules RSAC_OPTIONAL_CONVERSIONCHAR1RSAC_OPTIONAL_CONVERSION
TTXTSHShort description RSTXTSHCHAR20TEXT20
TTXTMDMedium description RSTXTMDCHAR40TEXT40
TTXTLGLong description RSTXTLGCHAR60TEXT60
TIOBJSTATUSInfoObject status as icon RSIOBJSTATUSCHAR4Assigned to domainICON
CR_GLOBAL_TEXTGlobal conversion, label RSCONVROUT_GLOBAL_TEXTCHAR60TEXT60
CR_LOCAL_TEXTLocal Conversion Routine, ID RSCONVROUT_LOCAL_TEXTCHAR60TEXT60
CHECKEDMaintenance status in transfer rule maintenance RSTSRULES_STATECHAR4Assigned to domainICON
TFIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TDATALMNTData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
TDATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
TINTLENInternal Length in Bytes INTLENNUMC6DDLENG
TLENGLength (No. of Characters) DDLENGNUMC6DDLENG
TDECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
TINTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
TCONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
TREFFIELDReference field for currency and qty fields REFFIELDCHAR30Assigned to domainFDNAME
TRANSRULETransfer rule RSTRANSRULECHAR30RSTRANSRULE
TRANSRULTYPType of transfer rule RSTRANSRULTPCHAR4RSTRANSRULTP
SELECTEDSingle-Character Indicator CHAR1CHAR1CHAR1
FORMULA_TEXTFormula, name RSFORMULA_TEXTCHAR60TEXT60
FORMULA_STATUS Formula Status0

Key field Non-key field



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

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

How to access SAP table RSSTSMAPPING

Within an ECC or HANA version of SAP you can also view further information about RSSTSMAPPING 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!