FTR_SEC_HEADER SAP (Header Information for Securities Master Data) Structure details

Dictionary Type: Structure
Description: Header Information for Securities Master Data




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




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

FTR_SEC_HEADER 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 "Header Information for Securities Master Data" 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_FTR_SEC_HEADER TYPE FTR_SEC_HEADER.

The FTR_SEC_HEADER table consists of various fields, each holding specific information or linking keys about Header Information for Securities Master Data data available in SAP. These include RANL (Security ID Number), GSART (Product Type), GSART_T (Text (30 Characters)), SSTATI (Status of a security).. 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 FTR_SEC_HEADER 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
HEADER_TEXTText (10 Characters) TEXT10CHAR10TEXT10
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
GSART_TText (30 Characters) TEXT30CHAR30TEXT30
SSTATIStatus of a security SEC_STATUSNUMC2SEC_STATUS
SSTATI_TChar 20 CHAR20CHAR20CHAR20
XALKZShort name XALKZCHAR15XKBEZ
XALLBLong name XALLBCHAR60XLBEZ
ISSUE_TEXTText (12 characters) TEXT12CHAR12TEXT12
REMITTBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
REMITT_TName 1 of organization BU_NAMEOR1CHAR40BU_NAME
REWHRIssue currency REWHRCUKY5Assigned to domainWAERS
REWHR_TLong Text LTEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table FTR_SEC_HEADER

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