PTH_CTX1A_STR4_PDF SAP (Structure for page2 of form HR_TH_ITF1A) Structure details

Dictionary Type: Structure
Description: Structure for page2 of form HR_TH_ITF1A




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




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

PTH_CTX1A_STR4_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 page2 of form HR_TH_ITF1A" 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_CTX1A_STR4_PDF TYPE PTH_CTX1A_STR4_PDF.

The PTH_CTX1A_STR4_PDF table consists of various fields, each holding specific information or linking keys about Structure for page2 of form HR_TH_ITF1A data available in SAP. These include F_NAME_WITH_TITLE (f_name), L_NAME (Formatted Name of Employee or Applicant), EE_ADDR (EE's address), RVC_INCOME_BAHT_C1_D (income in integer1).. 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_CTX1A_STR4_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
BRCODCompany Branch Code PTH_BRCODCHAR5CHAR5
F_NAME_WITH_TITLE f_name0
L_NAME Formatted Name of Employee or Applicant0
EE_ADDR EE's address0
RVC_INCOME_BAHT_C1_D income in integer10
RVC_INCOME_STANG_C1_D income in character10
RVC_TAX_BAHT_C1_D tax in integer10
RVC_TAX_STANG_C1_D tax in character10
RVC_INCOME_BAHT_C2 income in integer20
RVC_INCOME_STANG_C2 income in character20
RVC_TAX_BAHT_C2 tax in integer20
RVC_TAX_STANG_C2 tax in character20
RVC_INCOME_BAHT_C3 income in integer30
RVC_INCOME_STANG_C3 income in character30
RVC_TAX_BAHT_C3 tax in integer30
RVC_TAX_STANG_C3 tax in character30
RVC_INCOME_BAHT_C4 income in integer40
RVC_INCOME_STANG_C4 income in character40
RVC_TAX_BAHT_C4 tax in integer30
RVC_TAX_STANG_C4 tax in character40
RVC_CONDITION1 CONDITION10
RVC_CONDITION2 CONDITION20
RVC_CONDITION3 CONDITION30
REF_NUMBER Reference Number0
TAX_TYP1 type of income10
TAX_TYP2 type of income20
TAX_TYP3 type of income30
TAX_TYP4 type of income40
ER_TAXIDTax Identification Number (TH) PTH_TAXIDCHAR10CHAR10
EE_ICNUM Identity Number0
EE_TAXIDTax Identification Number (TH) PTH_TAXIDCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table PTH_CTX1A_STR4_PDF

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