T777R SAP (Request - Server - Table) Table details

Dictionary Type: Table
Description: Request - Server - Table




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




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

T777R is a standard SAP Table which is used to store Request - Server - Table data and is available within R/3 SAP systems depending on the version and release level.

The T777R table consists of various fields, each holding specific information or linking keys about Request - Server - Table data available in SAP. These include CLUID (Cluster ID), OTYPE (Documentation Object Type), RCODE (Request Code), STYPE (Server Type).. 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: Not classified


SAP T777R 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
MANDTClient MANDTCLNT3T000MANDT
CLUIDCluster ID CLUIDCHAR4BIG4
OTYPEDocumentation Object Type DOTYPCHAR4BIG4
RCODERequest Code RQCODECHAR4BIG4
STYPEServer Type SVTYPECHAR1SVTYPE
SNAMEServer Name SNAMECHAR30SERVERNAME
SPARMServer Parameters SPARMCHAR8CHAR8

Key field Non-key field



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

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

SELECT SINGLE *
FROM T777R
INTO CORRESPONDING FIELDS OF WA_T777R
WHERE...

How to access SAP table T777R

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