PTH_CTXF1_STR1_PDF SAP (Structure for displaying the income and tax amounts) Structure details

Dictionary Type: Structure
Description: Structure for displaying the income and tax amounts




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




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

PTH_CTXF1_STR1_PDF 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 displaying the income and tax amounts" 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_PTH_CTXF1_STR1_PDF TYPE PTH_CTXF1_STR1_PDF.

The PTH_CTXF1_STR1_PDF table consists of various fields, each holding specific information or linking keys about Structure for displaying the income and tax amounts data available in SAP. These include BRCOD (Company Branch Code), TOT_EMP_401_PROG (Total no of emp), TOT_INCOME_401_PROG_BAHT (Total income), TOT_INCOME_401_PROG_STG (total income in charcter).. 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: Cannot Be Enhanced


SAP PTH_CTXF1_STR1_PDF 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
ER_TAXIDTax Identification Number (TH) PTH_TAXIDCHAR10CHAR10
BRCODCompany Branch Code PTH_BRCODCHAR5CHAR5
TOT_EMP_401_PROG Total no of emp0
TOT_INCOME_401_PROG_BAHT Total income0
TOT_INCOME_401_PROG_STG total income in charcter0
TOT_TAX_401_PROG_BAHT total tax in integer0
TOT_TAX_401_PROG_STG total tax in charcter0
TOT_EMP_4012_TERM total employee0
TOT_INCOME_4012_TERM_BAHT total income in integer (4012)0
TOT_INCOME_4012_TERM_STG total income in charcter(4012)0
TOT_TAX_4012_TERM_BAHT total tax in integer (4012)0
TOT_TAX_4012_TERM_STG total tax in charcter(4012)0
TOT_EMP_402_IN_THAI total employee in thai0
TOT_INCOME_402_IN_THAI_BAHT total income in integer in thai0
TOT_INCOME_402_IN_THAI_STG total income in charcter in thai0
TOT_TAX_402_IN_THAI_BAHT total tax in integer in thai0
TOT_TAX_402_IN_THAI_STG total tax in charcter in thai0
TOT_EMP_402_NOT_THAI total employee not in thai0
TOT_INCOME_402_NOT_THAI_BAHT total income in integer not in thai0
TOT_INCOME_402_NOT_THAI_STG total income in charcter not in thai0
TOT_TAX_402_NOT_THAI_BAHT total tax in integer not in thai0
TOT_TAX_402_NOT_THAI_STG total tax in charcter not in thai0
TOT_INCOME_BAHT_C over all income in integer0
TOT_INCOME_STG_C over all income in charcter0
TOT_TAX_BAHT_C over all tax in integer0
TOT_TAX_STG_C over all tax in charcter0
TOT_EMP total no. of persons0
ADDRESS0 address00
ADDRESS1 address10
ADDRESS2 address20
ADDRESS3 address30
ADDRESS4 address40
ADDRESS5 address50
ADDRESS6 address60
ADDRESS7 address70
ADDRESS8 address80
ADDRESS9 address90
ADDRESS10 address100
ADDRESS11 address110
ADDRESS12 address120
PRINT_DETAIL_FLAG1 attchment of I.T.F.10
PRINT_DETAIL_FLAG2 Diskette0
MNTH Month of a year0
BE_YEAR list of income tax for year0
RVC_TOTINWORDSAmount in words IN_WORDSCHAR255CHAR255

Key field Non-key field



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

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

How to access SAP table PTH_CTXF1_STR1_PDF

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