FIGLSA_S_TBRF8_HEADER SAP (Header of KSA Trial Balance Report Form 12) Structure details

Dictionary Type: Structure
Description: Header of KSA Trial Balance Report Form 12




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




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

FIGLSA_S_TBRF8_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 of KSA Trial Balance Report Form 12" 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_FIGLSA_S_TBRF8_HEADER TYPE FIGLSA_S_TBRF8_HEADER.

The FIGLSA_S_TBRF8_HEADER table consists of various fields, each holding specific information or linking keys about Header of KSA Trial Balance Report Form 12 data available in SAP. These include LANGU (Language Key), WAERS (Currency Key), MAN_FI_ROLE_TITLE (Character 100), MAN_FI_ROLE_TEXT (Character 100).. 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 FIGLSA_S_TBRF8_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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MAN_FI_ROLE_TITLECharacter 100 CHAR100CHAR100CHAR100
MAN_FI_ROLE_TEXTCharacter 100 CHAR100CHAR100CHAR100
AUTH_US_ROLE_TITLECharacter 100 CHAR100CHAR100CHAR100
AUTH_US_ROLE_TEXTCharacter 100 CHAR100CHAR100CHAR100
ACC_CH_ROLE_TITLECharacter 100 CHAR100CHAR100CHAR100
ACC_CH_ROLE_TEXTCharacter 100 CHAR100CHAR100CHAR100
FIN_CN_ROLE_TITLECharacter 100 CHAR100CHAR100CHAR100
FIN_CN_ROLE_TEXTCharacter 100 CHAR100CHAR100CHAR100
CFO_ROLE_TITLECharacter 100 CHAR100CHAR100CHAR100
CFO_ROLE_TEXTCharacter 100 CHAR100CHAR100CHAR100
MINISTRY_ENCharacter 100 CHAR100CHAR100CHAR100
BRANCH_ENCharacter 100 CHAR100CHAR100CHAR100
SECTION_CMP_ENCharacter 100 CHAR100CHAR100CHAR100
COUNTRY_ENCharacter 100 CHAR100CHAR100CHAR100
MINISTRY_ARCharacter 100 CHAR100CHAR100CHAR100
BRANCH_ARCharacter 100 CHAR100CHAR100CHAR100
SECTION_CMP_ARCharacter 100 CHAR100CHAR100CHAR100
COUNTRY_ARCharacter 100 CHAR100CHAR100CHAR100
RESULT_TEXTCharacter 100 CHAR100CHAR100CHAR100
H_TBPYCharacter 100 CHAR100CHAR100CHAR100
S_TBPYCharacter 100 CHAR100CHAR100CHAR100
H_TOTALCharacter 100 CHAR100CHAR100CHAR100
S_TOTALCharacter 100 CHAR100CHAR100CHAR100
H_GR_TOTALCharacter 100 CHAR100CHAR100CHAR100
S_GR_TOTALCharacter 100 CHAR100CHAR100CHAR100
START_DATECharacter Field Length = 10 CHAR10CHAR10CHAR10
END_DATECharacter Field Length = 10 CHAR10CHAR10CHAR10
RESULT_KEYSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table FIGLSA_S_TBRF8_HEADER

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