GE1_THMRO_SCREEN_300 SAP (ALV fields for the Save or Simulate screen) Structure details

Dictionary Type: Structure
Description: ALV fields for the Save or Simulate screen




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




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

GE1_THMRO_SCREEN_300 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "ALV fields for the Save or Simulate screen" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_GE1_THMRO_SCREEN_300 TYPE GE1_THMRO_SCREEN_300.

The GE1_THMRO_SCREEN_300 table consists of various fields, each holding specific information or linking keys about ALV fields for the Save or Simulate screen data available in SAP. These include PLANNERID (Hedge Plan ID), EXPOSUREID (Exposure ID), TRANSACTIONID (E-HA: Transaction), AMOUNT (Nominal Amount (E-HA)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GE1_THMRO_SCREEN_300 structure 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PLANNERIDHedge Plan ID THM_PLANNERIDCHAR13Assigned to domainALPHATHM_PLANNERIDPLN
EXPOSUREIDExposure ID THM_EXPOSUREIDNUMC5Assigned to domainTHM_EXPOSUREID
TRANSACTIONIDE-HA: Transaction THM_TRANSACTIONCHAR11Assigned to domainALPHATHM_TRANSACTION
AMOUNTNominal Amount (E-HA) THM_TRANSAMOUNTCURR17(2) THM_TRANSAMOUNT
CURRENCYNominal Amount Currency THM_TRANSCURRENCYCUKY5Assigned to domainWAERS
OCI_AMOUNTEquity TPM_OCICURR13(2) WERTV7
OCI_CURRENCYPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
NEW_FLOWGeneral Flag FLAGCHAR1FLAG
VOL_HEDGE_ITEMDesignated volume of the hedge item THM_DES_VOL_HEDGECURR17(2) WERTV9
CURR_HEDGE_ITEMCurrency of the hedge item THM_HEDGE_CURRENCYCUKY5Assigned to domainWAERS
VOL_DERIVATIVEDesignated volume of the derivative THM_DES_VOL_DERCURR17(2) WERTV9
CURR_DERIVATIVECurrency of the designated volume of the derivative THM_CURR_DERCUKY5Assigned to domainWAERS
STATUSHedging relationship status THM_HR_STATUSINT13THM_HR_STATUS
STATUS_CHANGEReason for a status change on the hedging relationship THM_HR_STATUS_CHANGEINT13THM_HR_STATUS_CHANGE

Key field Non-key field



How do I retrieve data from SAP structure GE1_THMRO_SCREEN_300 using ABAP code?

As GE1_THMRO_SCREEN_300 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on GE1_THMRO_SCREEN_300 as there is no data to select.

How to access SAP table GE1_THMRO_SCREEN_300

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