RSSRCTYPE_MAP SAP (Behavior of Source System Types) Table details

Dictionary Type: Table
Description: Behavior of Source System Types




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




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

RSSRCTYPE_MAP is a standard SAP Table which is used to store Behavior of Source System Types data and is available within R/3 SAP systems depending on the version and release level.

The RSSRCTYPE_MAP table consists of various fields, each holding specific information or linking keys about Behavior of Source System Types data available in SAP. These include SAPSYSTEM (Source system is SAP system), REMOTELOGON (Remote logon possible), TCPIP (TCPIP destination), CONVEXIT (Conversion exit during loading).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RSSRCTYPE_MAP table 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
SRCTYPEType of Source System RSSRCTYPE_BWCHAR1RSSRCTYPE_BW
SAPSYSTEMSource system is SAP system RSSRCTYPE_MAP_SAPSYSTEMCHAR1RS_BOOL
REMOTELOGONRemote logon possible RSSRCTYPE_MAP_REMOTELOGONCHAR1RS_BOOL
TCPIPTCPIP destination RSSRCTYPE_MAP_TCPIPCHAR1RS_BOOL
CONVEXITConversion exit during loading RSSRCTYPE_MAP_CONVEXITCHAR1RS_BOOL
DATAMARTSource system has BW DataMart interface RSSRCTYPE_MAP_DATAMARTCHAR1RS_BOOL
DATASOURCEDataSources can be maintained in BW RSSRCTYPE_MAP_DATASOURCECHAR1RS_BOOL
ONLYCHARRestriction to character structures possible RSSRCTYPE_MAP_ONLYCHARCHAR1RS_BOOL
DELTASource system can deliver delta RSSRCTYPE_MAP_DELTACHAR1RS_BOOL
CONTENTContent is delivered for source system RSSRCTYPE_MAP_CONTENTCHAR1RS_BOOL
TSEQUALDSTransfer structure is identical to extract structure RSSRCTYPE_MAP_TSEQUALDSCHAR1RS_BOOL
NOIDOCALE is always omitted when loading RSSRCTYPE_MAP_NOIDOCCHAR1RS_BOOL

Key field Non-key field



How do I retrieve data from SAP table RSSRCTYPE_MAP using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSSRCTYPE_MAP to SELECT all data from the table
DATA: WA_RSSRCTYPE_MAP TYPE RSSRCTYPE_MAP.

SELECT SINGLE *
FROM RSSRCTYPE_MAP
INTO CORRESPONDING FIELDS OF WA_RSSRCTYPE_MAP
WHERE...

How to access SAP table RSSRCTYPE_MAP

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