TYPE_TAB_FILE_OUTPUT SAP (Structure for File output - Format29.) Structure details

Dictionary Type: Structure
Description: Structure for File output - Format29.




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




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

TYPE_TAB_FILE_OUTPUT 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 "Structure for File output - Format29." 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_TYPE_TAB_FILE_OUTPUT TYPE TYPE_TAB_FILE_OUTPUT.

The TYPE_TAB_FILE_OUTPUT table consists of various fields, each holding specific information or linking keys about Structure for File output - Format29. data available in SAP. These include VEN_TYPE (Sequence number), TRANSACTION_TYPE (Transaction Type), STCD1 (Tax Number 1), STCD2 (Tax Number 2).. 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 TYPE_TAB_FILE_OUTPUT 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
VEN_TYPESequence number NUMNUMC2NUM02
TRANSACTION_TYPETransaction Type TRANSACTION_TYPENUMC2MXTRANSTYPE
STCD1Tax Number 1 STCD1CHAR16STCD1
STCD2Tax Number 2 STCD2CHAR11STCD2
STENRTax Number at Responsible Tax Authority STENRCHAR18CHAR18
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
COUNTRYNationality NATIOCHAR15TEXT15
NAME1Name 1 NAME1_GPCHAR35NAME
PAID_AMTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
VAT_WHTax Amount in Local Currency HWSTECURR13(2) WERT7
BASGRUNOGroup Number for Tax Base Amounts BASGRUNONUMC2NUM2
15_BASE_AMTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
15_NON_CREDIT_AMTTax Amount in Local Currency HWSTECURR13(2) WERT7
10_BASE_AMTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
10_TAX_AMTTax Amount in Local Currency HWSTECURR13(2) WERT7
15_IMPORT_BASE_AMTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
15_IMPORT_TAX_AMTTax Amount in Local Currency HWSTECURR13(2) WERT7
10_IMPORT_BASE_AMTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
10_IMPORT_TAX_AMTTax Amount in Local Currency HWSTECURR13(2) WERT7
VAT_EXEMPT_IMPORTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
0_VAT_IMPORTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
VAT_EXEMPTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
VAT_WITHHELDTax Amount in Local Currency HWSTECURR13(2) WERT7
VAT_RETURNTax Base Amount in Local Currency HWBASCURR13(2) WERT7
15_OR_16_BASE_AMTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
10_OR_11_BASE_AMTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
TAX_INDICATORSingle-Character Indicator CHAR1CHAR1CHAR1
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR

Key field Non-key field



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

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

How to access SAP table TYPE_TAB_FILE_OUTPUT

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