PS3207 SAP (Infotype additional payments Belcotax) Structure details

Dictionary Type: Structure
Description: Infotype additional payments Belcotax




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




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

PS3207 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 "Infotype additional payments Belcotax" 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_PS3207 TYPE PS3207.

The PS3207 table consists of various fields, each holding specific information or linking keys about Infotype additional payments Belcotax data available in SAP. These include BETRG (Amount), BV281 (Code for 281 tax slip), BTIND (Belcotax indicator), LGART (Wage Type).. 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: Can be enhanced (character-type or numeric)


SAP PS3207 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
FYEARIncome year BT_YRNUMC4GJAHRGJAHR
BETRGAmount BETRGCURR9(2) WERTV5
BV281Code for 281 tax slip P12_BV281CHAR2T5B17P12_BV281
BTINDBelcotax indicator P12_BTINDNUMC1P12_BTIND
LGARTWage Type LGARTCHAR4T5BX4LGART
FPDCLIndicator for Infotype Record declared FPDCLCHAR1XFELD
FPYERRevenue year P12_BM_YEARNUMC4
FPMTHIncome period P12_BM_PERIODNUMC4P12_BMPRD
GENFICode for 281 tax slip P12_BV281CHAR2Assigned to domainP12_BV281
ODATEDate of origin P12_BT_ORIGIN_DATEDATS8DATUM
ANZHLNumber for external data P12_BT_NUMBERDEC15(2) PRANZHL
BETPERate for external data P12_BT_RATECURR15(2) PRBETPE
LGTXTAdditional Payment Description P12_BT_3207_LGTXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table PS3207

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