TPABAV SAP (BAV internal structure for param. transfer (import/export)) Structure details

Dictionary Type: Structure
Description: BAV internal structure for param. transfer (import/export)




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




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

TPABAV 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 "BAV internal structure for param. transfer (import/export)" 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_TPABAV TYPE TPABAV.

The TPABAV table consists of various fields, each holding specific information or linking keys about BAV internal structure for param. transfer (import/export) data available in SAP. These include PA_FLG_CO1 (Indicator for BAV list control: BAV or Treasury), PA_FLG_01 (Indicator for BAV list control: BAV or Treasury), PA_FLG_02 (Indicator for BAV list control: BAV or Treasury), PA_FLG_03 (Indicator for BAV list control: BAV or Treasury).. 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: Not classified


SAP TPABAV 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
PA_FLG_ANLIndicator for BAV list control: BAV or Treasury KZBAVFCHAR1KZBAVF
PA_FLG_CO1Indicator for BAV list control: BAV or Treasury KZBAVFCHAR1KZBAVF
PA_FLG_01Indicator for BAV list control: BAV or Treasury KZBAVFCHAR1KZBAVF
PA_FLG_02Indicator for BAV list control: BAV or Treasury KZBAVFCHAR1KZBAVF
PA_FLG_03Indicator for BAV list control: BAV or Treasury KZBAVFCHAR1KZBAVF
PA_DATABAV/Start of reporting period DBEBERDATS8DATUM
PA_DATEBAV/End of reporting period DENDBERDATS8DATUM
PA_VONPEDepreciation calculation period PERAFNUMC3PERAF
PA_BISPEDepreciation calculation period PERAFNUMC3PERAF
PA_BERDATReporting date in program BRDATUDATS8DATUM
PA_GJAHRPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
PA_BUKRCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PA_KZBFIndicator for BAV list control: BAV or Treasury KZBAVFCHAR1KZBAVF
PA_SSKZBBAV stock indicator SSKZBNUMC1Assigned to domainSSKZB
PA_SSKZFTax office stock indicator SSKZFNUMC1Assigned to domainSSKZF
PA_SSKZBAV stock indicator SSKZBNUMC1Assigned to domainSSKZB
PA_SUAB*** Internal usage *** SUABNDVNUMC2Assigned to domainSUABNDV
PA_WAERCurrency SWHRCUKY5Assigned to domainWAERSWHR
PA_SUDEInsurance Line of Business Indicator SUDECNUMC2Assigned to domainSUDEC
PA_SDVNKey for BAV List in TZBAV SDVNRCHAR4Assigned to domainSDVNR
PA_TABIField defined as in SY-TABIX TABIX_DINT410TABIX
PA_SORTTYPCharacter Field Length = 10 CHAR10CHAR10CHAR10
PA_RANTYPDContract Type RANTYPCHAR1RANTYP
PA_RANTYPWContract Type RANTYPCHAR1RANTYP
PA_RANTYPIContract Type RANTYPCHAR1RANTYP

Key field Non-key field



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

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

How to access SAP table TPABAV

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