TRSPAS_SCHEDULE_DISPLAY SAP (Treasury - Security Price Adjustment: Schedule) Structure details

Dictionary Type: Structure
Description: Treasury - Security Price Adjustment: Schedule




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




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

TRSPAS_SCHEDULE_DISPLAY 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 "Treasury - Security Price Adjustment: Schedule" 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_TRSPAS_SCHEDULE_DISPLAY TYPE TRSPAS_SCHEDULE_DISPLAY.

The TRSPAS_SCHEDULE_DISPLAY table consists of various fields, each holding specific information or linking keys about Treasury - Security Price Adjustment: Schedule data available in SAP. These include MANDT (Client), BEARER_CAT (Security Price Adjustment Category), BEARER_ID (Security Price Adjustment Bearer ID), CASHFLOW_ID (Cash flow ID).. 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: Can be enhanced (character-type or numeric)


SAP TRSPAS_SCHEDULE_DISPLAY 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BEARER_CATSecurity Price Adjustment Category TB_SPA_BEARER_CATCHAR2T_IRA_BEARER_CAT
BEARER_IDSecurity Price Adjustment Bearer ID TB_SPA_BEARER_IDCHAR32T_IRA_BEARER_ID
CASHFLOW_IDCash flow ID TB_SPA_CASHFLOW_IDNUMC4T_IRA_CASHFLOW_ID
IRA_DATESecurity Price Fixing Date TB_SPA_DATEDATS8T_IRA_DATE
SECURITIES_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RHANDPLExchange VVRHANDPLCHAR10TWH01VVRHANDPLWHP
SKURSARTRate/Price Type - Treasury Instruments TI_KURSARTCHAR2Assigned to domainVVSKURSARTRATETYPE_F4
SECURITIES_PRICEPrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
SECURITIES_WAERSQuotation currency (which prices are in) VVNOTWAERSCUKY5Assigned to domainWAERS
REGI_STATEStatus of Security Price Adjustment TB_SPA_REGISTRATION_STATECHAR2T_IRA_REGISTRATION_STATE
TERM_FROMStart of Security Price Adjustment Period TB_SPA_TERM_FROMDATS8T_IRA_TERM_FROM
IRA_TRIGGERSecurity Price Adjustment Trigger TB_SPA_TRIGGERCHAR2T_IRA_TRIGGER
FIXER_NAMEEmployee ID of Person Fixing Security Price TB_SPA_FIXER_NAMECHAR12SYCHAR12
FIXING_DATESystem Date of Security Price Adjustment TB_SPA_FIXING_DATEDATS8DATUM
FIXING_TIMESystem Time of Security Price Adjustment TB_SPA_FIXING_TIMETIMS6UZEIT
ACTIVITY_STATEActivity Status of Security Price Adjustment Registration TB_SPA_ACTIVITY_STATECHAR2T_IRA_ACTIVITY_STATE
XREGI_STATEStatus of Security Price Adjustment (Text) TB_XSPA_REGISTRATION_STATECHAR30TEXT30
XIRA_TRIGGERSecurity Price Adjustment Trigger (Text) TB_XSPA_TRIGGERCHAR30TEXT30
XCASHFLOW_IDCash Flow ID (Text) TB_XIRA_CASHFLOW_IDCHAR30TEXT30
IREGI_STATECarrier field for icons ICON_TEXTCHAR132SYCHAR132
XDAYName of Weekday TB_IRA_LANGTCHAR20TEXT20
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
RFHAZUTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS
RANTYPContract Type RANTYPCHAR1RANTYP
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
SFGTYPTransaction Category TB_SFGTYPNUMC3Assigned to domainT_SFGTYP
SGSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
XGSARTName of product type TB_XGSARTCHAR30TEXT30
XFHAARTName of Transaction Type TB_FATEXTCHAR30T_XTEXT30
IRA_DATE_IIInterest Fixing Date TB_IRA_DATEDATS8T_IRA_DATE

Key field Non-key field



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

As TRSPAS_SCHEDULE_DISPLAY 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 TRSPAS_SCHEDULE_DISPLAY as there is no data to select.

How to access SAP table TRSPAS_SCHEDULE_DISPLAY

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