PIN_F16HT SAP (Structure for Form 16 header tab) Structure details

Dictionary Type: Structure
Description: Structure for Form 16 header tab




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




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

PIN_F16HT 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 Form 16 header tab" 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_PIN_F16HT TYPE PIN_F16HT.

The PIN_F16HT table consists of various fields, each holding specific information or linking keys about Structure for Form 16 header tab data available in SAP. These include BEGDA (Date), ENDDA (Date), PERNR (Personnel Number), ENAME (Formatted Name of Employee or Applicant).. 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 PIN_F16HT 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
CNTR2National assignment indicator CNTRNRAW1RAW1
BEGDADate DATUMDATS8DATUM
ENDDADate DATUMDATS8DATUM
PERNRPersonnel Number P_PERNRNUMC8PERNR
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
POSINFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
ICNUMIdentity Number PSG_IDNUMCHAR30CHAR30
GBDATDate of Birth GBDATDATS8PDATEGBDAT
GESCHGender Key GESCHCHAR1GESCH
FFNAMFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
FLNAMFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
HNUMBStreet and House Number PAD_STRASCHAR60PAD_STRAS
LOCAT2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
ORT01City PAD_ORT01CHAR40PAD_ORT01
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
TELNRTelephone Number TELNRCHAR14TELNR
PANNOField of length 16 CHAR16CHAR16CHAR16
TANNOField of length 16 CHAR16CHAR16CHAR16
GIRNOField of length 16 CHAR16CHAR16CHAR16
TDSCRTax deduction at source circle for the employer PIN_TDSCRCHAR20CHAR20
ADDRSAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
DIRSTCharacter Field Length 1 CHAR01CHAR1CHAR1
EMP_REFNO 0
CERT_NO 0
LAST_UPD 0
EMP_ADDRESS 0

Key field Non-key field



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

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

How to access SAP table PIN_F16HT

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