PJP_BT_TAXABLE_LINE SAP (Line Structure of ALV Content Table) Structure details

Dictionary Type: Structure
Description: Line Structure of ALV Content Table




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




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

PJP_BT_TAXABLE_LINE 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 "Line Structure of ALV Content Table" 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_PJP_BT_TAXABLE_LINE TYPE PJP_BT_TAXABLE_LINE.

The PJP_BT_TAXABLE_LINE table consists of various fields, each holding specific information or linking keys about Line Structure of ALV Content Table data available in SAP. These include BEZEI (Region Name), COUNC (County Code), CONTX (County Name), BOID (Business Establishment Code).. 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 PJP_BT_TAXABLE_LINE 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
STATESTATE (State, Province, County) REGIOCHAR3T005SREGIO
BEZEI Region Name0
COUNCCounty Code COUNCCHAR3T005ECOUNC
CONTX County Name0
BOIDBusiness Establishment Code PJP_BT_BO_IDCHAR4T7JPBT_BUSOFFICEPJP_BT_BO_ID
BONAMBusiness Establishment Name PJP_BT_BO_NAMECHAR50TEXT50
FPPERFor-period for payroll FAPERCHAR6CHAR6
MONTTCalendar Month PJP_BT_PERIODCHAR20TEXT20
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
PAYTTPayroll Type Text PJP_BT_PAYTYPECHAR20TEXT20
PAYDTPay date for payroll result PAY_DATEDATS8DATUM
FPBEGStart date of payroll period (FOR period) FPBEGDATS8DATUM
FPENDEnd of payroll period (for-period) FPENDDATS8DATUM
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
BETRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
EMPSTEmployment Status of Business Office Tax PJP_BT_EMP_STATCHAR1PJP_BT_EMP_STAT
EPSTT Employment Statu0
EISSTApplicability of Recipients of Employment Improveme PJP_BT_EMPIMP_STATCHAR1PJP_BT_STATUS
ELDSTElderly Status PJP_BT_OLPERCHAR1PJP_BT_STATUS
DISSTDisabled Status PJP_BT_DISABCHAR1PJP_BT_STATUS
RETSTMid-period Retirement Status PJP_BT_MID_RETCHAR1PJP_BT_STATUS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
GTEXTBusiness area description GTEXTCHAR30TEXT30
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
NAME1Personnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTL_001PCHAR4T001PBTRTL
BTEXTPersonnel Subarea Text BTRTXCHAR15TEXT15
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
KTEXT Cost Center Description0
ABKRSPayroll Area ABKRSCHAR2T549AABKRSABK
ATEXTPayroll Area Text ABKTXCHAR20TEXT20
PERSGEmployee Group PERSGCHAR1T501PERSGPRG
PTEXTName of Employee Group PGTXTCHAR20TEXT20
PERSKEmployee Subgroup PERSKCHAR2T503KPERSKPKR
PKTXTName of Employee Subgroup PKTXTCHAR20TEXT20
ORGEHOrganizational Unit ORGEHNUMC8T527XORGEH
ORGTXShort Text of Organizational Unit ORGTXCHAR25TEXT25
PLANSPosition PLANSNUMC8T528BPLANS
PLSTXPosition (Short Text) PLSTXCHAR25TEXT25
STELLJob STELLNUMC8T513STELL
STLTXJob Title STLTXCHAR25TEXT25
ENTRY Entry Date0
LEAVD Leaving Date0
AMT_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NUMBRDummy Field to Count Number of Records inALV PJP_ALV_REC_COUNTINT410

Key field Non-key field



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

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

How to access SAP table PJP_BT_TAXABLE_LINE

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