T7RU1655 SAP (Infotype 1655 Fields: Legal properties (Russia)) Table details

Dictionary Type: Table
Description: Infotype 1655 Fields: Legal properties (Russia)




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




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

T7RU1655 is a standard SAP Table which is used to store Infotype 1655 Fields: Legal properties (Russia) data and is available within R/3 SAP systems depending on the version and release level.

The T7RU1655 table consists of various fields, each holding specific information or linking keys about Infotype 1655 Fields: Legal properties (Russia) data available in SAP. These include GPVAL (Grouping Value for Personnel Assignments), BEGDA (Start Date), ENDDA (End Date), LNAME (Long Name of Organization).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T7RU1655 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
GPVALGrouping Value for Personnel Assignments PCCE_GPVALCHAR4PCCE_GPVAL
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
LNAMELong Name of Organization P33_LNAMECHAR1000P33_LNAME
KREGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
KCOUNCCounty Code COUNCCHAR3Assigned to domainCOUNC
KINDEXPostal Code PSTLZCHAR10PSTLZ
KCODE_CITYKLADR City Code P33_CRT01CHAR10CHAR10
KNAME_CITYCity PAD_ORT01CHAR40PAD_ORT01
KSOCR_CITYShort name of city P33_CCITYCHAR10P33_CCITY
KCODE_NPKLADR District Code P33_CRT02CHAR10CHAR10
KNAME_NPDistrict PAD_ORT02CHAR40PAD_ORT01
KSOCR_NPShort name of district P33_CNPCHAR10P33_CCITY
KCODE_STREETKLADR Street Code P33_CRT03CHAR10CHAR10
KNAME_STREETStreet P33_STRASCHAR60P33_STRAS
KSOCR_STREETShort name of street P33_CSTREETCHAR10P33_CCITY
KNAME_HOUSEHouse Number P33_HSNMRCHAR10P33_HSNMR
KNAME_BLDNGBuilding (number or code) AD_BLD_10CHAR10TEXT10
REDOC_TAXAuthorization Document of Representative P33_REDOCCHAR120TEXT120
CONT01_TAXContact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN01_TAXPersonnel Number PERNR_DNUMC8PERNRPER
CONT02_TAXContact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN02_TAXPersonnel Number PERNR_DNUMC8PERNRPER
CONT03_TAXContact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN03_TAXPersonnel Number PERNR_DNUMC8PERNRPER
REGNORegistration Number P33_REGNOCHAR14P33_REGNO
REGDTRegistration Date P33_REGDTDATS8DATUM
REDOC_PFRAuthorization Document of Representative P33_REDOCCHAR120TEXT120
CONT01_PFRContact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN01_PFRPersonnel Number PERNR_DNUMC8PERNRPER
CONT02_PFRContact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN02_PFRPersonnel Number PERNR_DNUMC8PERNRPER
CONT03_PFRContact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN03_PFRPersonnel Number PERNR_DNUMC8PERNRPER
FSSRNRegistration Number of Employer in FSS P33_FSSREGNOCHAR10CHAR10
TAXRGTaxation Regime of Organization (Social Ins. Payments) P33_TAXREGIMECHAR3CHAR3
TXSRGSpecial Tax Regime Code P33_TXSRGCHAR2CHAR2
TXBRGTax Regime Code For Budget Organization P33_TXBRGCHAR2CHAR2
REDOC_SINAuthorization Document of Representative P33_REDOCCHAR120TEXT120
CONT01_SINContact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN01_SINPersonnel Number PERNR_DNUMC8PERNRPER
CONT02_SINContact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN02_SINPersonnel Number PERNR_DNUMC8PERNRPER
CONT03_SINContact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN03_SINPersonnel Number PERNR_DNUMC8PERNRPER
FSSNMFSS Authority Name P33_FSSNMCHAR150P33_TEXT150
SHFSNShort Name of Organization Registred in FSS P33_FSSSHNMCHAR29TEXT29
LOFSHLong Name of Organization Registred in FSS P33_FSSLONMCHAR50TEXT50
FSSCCCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FSSHBShort Key for a House Bank HBKIDCHAR5T012HBKID
FSSKTID for account details HKTIDCHAR5T012KHKTID

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7RU1655
INTO CORRESPONDING FIELDS OF WA_T7RU1655
WHERE...

How to access SAP table T7RU1655

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