PIN_F16FT SAP (Strcture for Form 16 final tab information) Structure details

Dictionary Type: Structure
Description: Strcture for Form 16 final tab information




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




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

PIN_F16FT 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 "Strcture for Form 16 final tab information" 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_F16FT TYPE PIN_F16FT.

The PIN_F16FT table consists of various fields, each holding specific information or linking keys about Strcture for Form 16 final tab information data available in SAP. These include CNTR2 (National assignment indicator), BEGDA (Date), ENDDA (Date), PERNR (Personnel Number).. 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_F16FT 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
HDTAB 0
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 LAND1CHAR3LAND1LND
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_ADDRNUMCHAR10ALPHAAD_ADDRNUMADR
DIRSTCharacter Field Length 1 CHAR01CHAR1CHAR1
EMP_REFNO 0
CERT_NO 0
LAST_UPD 0
EMP_ADDRESS 0
MNTAB 0
CNTR1National assignment indicator CNTRNRAW1RAW1
GROSSHR Payroll: Amount MAXBTCURR15(2) PRBETRG
SEC10HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BALNCHR Payroll: Amount MAXBTCURR15(2) PRBETRG
STDEDHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PRTAXHR Payroll: Amount MAXBTCURR15(2) PRBETRG
AGDEDHR Payroll: Amount MAXBTCURR15(2) PRBETRG
SALRYHR Payroll: Amount MAXBTCURR15(2) PRBETRG
OTHERHR Payroll: Amount MAXBTCURR15(2) PRBETRG
BPROFHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GTINCHR Payroll: Amount MAXBTCURR15(2) PRBETRG
SEC80HR Payroll: Amount MAXBTCURR15(2) PRBETRG
EMPPFHR Payroll: Amount MAXBTCURR15(2) PRBETRG
SEC88HR Payroll: Amount MAXBTCURR15(2) PRBETRG
S88BDHR Payroll: Amount MAXBTCURR15(2) PRBETRG
S88CDHR Payroll: Amount MAXBTCURR15(2) PRBETRG
S88DDHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTINHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTTXHR Payroll: Amount MAXBTCURR15(2) PRBETRG
CHPVIHR Payroll: Amount MAXBTCURR15(2) PRBETRG
SURCHHR Payroll: Amount MAXBTCURR15(2) PRBETRG
ECESSHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TXBRLHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TXPAYHR Payroll: Amount MAXBTCURR15(2) PRBETRG
S89RLHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PETTXHR Payroll: Amount MAXBTCURR15(2) PRBETRG
IOSTXHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TXDSFHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TXMONHR Payroll: Amount MAXBTCURR15(2) PRBETRG
VOLTXHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TXDEDHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTTDHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TXPERHR Payroll: Amount MAXBTCURR15(2) PRBETRG
NETTXHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PET72HR Payroll: Amount MAXBTCURR15(2) PRBETRG
PET73HR Payroll: Amount MAXBTCURR15(2) PRBETRG
DED24HR Payroll: Amount MAXBTCURR15(2) PRBETRG
CURR_KEYCurrency Key WAERSCUKY5WAERSFWS

Key field Non-key field



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

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

How to access SAP table PIN_F16FT

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