GHO_OWN_TRO_ITM SAP (Transfer of Ownership Item Table) Table details

Dictionary Type: Table
Description: Transfer of Ownership Item Table




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




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

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

The GHO_OWN_TRO_ITM table consists of various fields, each holding specific information or linking keys about Transfer of Ownership Item Table data available in SAP. These include ITEM_ID (Ownership: UUID), DOCUMENT_NO (Ownership Transfer Request Document Number), DOCUMENT_YEAR (Document Year for transfer of ownership), OWNER_TO (Ownership:Owner 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: Can be enhanced (character-type or numeric)


SAP GHO_OWN_TRO_ITM 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 MANDTCLNT3Assigned to domainMANDT
ITEM_IDOwnership: UUID GHO_OWN_UUIDCHAR32SYSUUID_C32
DOCUMENT_NOOwnership Transfer Request Document Number GHO_TRO_DOC_NUMCHAR10GHO_OWN_TRO_HDRALPHAGHO_TRO_DOC_NUM
DOCUMENT_YEARDocument Year for transfer of ownership GHO_TRO_DOC_YEARNUMC4GHO_OWN_TRO_HDRGJAHRGJAHR
OWNER_TOOwnership:Owner Number GHO_OWN_OWNER_NOCHAR10LFA1ALPHALIFNR
INTEREST_TYPEOwner Interest Type GHO_OWN_PART_INT_TYPECHAR2GHO_OWN_INTTYGHO_OWN_PART_INT_TYPE
SEQUENCEOwnership Sequence number GHO_OWN_ISQ_NONUMC2GHO_OWN_ISQ_NO
INTERESTOwnership Transfer Percentage GHO_TRO_INT_TRNFDEC9(8) GHO_OWN_PERCENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM GHO_OWN_TRO_ITM
INTO CORRESPONDING FIELDS OF WA_GHO_OWN_TRO_ITM
WHERE...

How to access SAP table GHO_OWN_TRO_ITM

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