TISSR_GP_CHANGE SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The TISSR_GP_CHANGE table consists of various fields, each holding specific information or linking keys about data available in SAP. These include ASSET_NR (Capital Investment Number for Regulatory Reporting), RANTYP (External System ID for Capital Investment Type for Reporting), BUKRS (Company Code), CHANGENR (Document change number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TISSR_GP_CHANGET


SAP TISSR_GP_CHANGE 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
MANDANTClient MANDTCLNT3T000MANDT
ASSET_NRCapital Investment Number for Regulatory Reporting ISSR_ASSET_NRCHAR13ALPHAISSR_ASSET_NR
RANTYPExternal System ID for Capital Investment Type for Reporting ISSR_RANTYPCHAR1RANTYP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CHANGENRDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR
OBJECTCLASObject class CDOBJECTCLCHAR15ALPHAOBJECTCL
OBJECTIDObject value CDOBJECTVCHAR90CHAR90
TABNAMETable Name TABNAMECHAR30DD02LAS4TABDTB
TABKEYChanged table record key CDTABKEYCHAR70CHAR70
FNAMEField Name FIELDNAMECHAR30DD03LFDNAMEDFD
CHNGINDChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
VALUE_NEWNew contents of changed field CDFLDVALNCHAR254FIELDVAL
VALUE_OLDOld contents of changed field CDFLDVALOCHAR254FIELDVAL
VALID_OLDDate DATUMDATS8DATUM
VALID_NEWDate DATUMDATS8DATUM
OLD_DGUEL_ABDate DATUMDATS8DATUM
NEW_DGUEL_BISDate DATUMDATS8DATUM
UDATECreation date of the change document CDDATUMDATS8DATUM
UTIMETime changed CDUZEITTIMS6UZEIT
USERNAMEUser name of the person responsible in change document CDUSERNAMECHAR12CHAR12
REASON ISSR_DESCRIPTIONCHAR60ISSR_DESCRIPTION

Key field Non-key field



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

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

SELECT SINGLE *
FROM TISSR_GP_CHANGE
INTO CORRESPONDING FIELDS OF WA_TISSR_GP_CHANGE
WHERE...

How to access SAP table TISSR_GP_CHANGE

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