BAPIACAR05 SAP (Posting to Accounting: Payroll (Customer)) Structure details

Dictionary Type: Structure
Description: Posting to Accounting: Payroll (Customer)




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




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

BAPIACAR05 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 "Posting to Accounting: Payroll (Customer)" 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_BAPIACAR05 TYPE BAPIACAR05.

The BAPIACAR05 table consists of various fields, each holding specific information or linking keys about Posting to Accounting: Payroll (Customer) data available in SAP. These include CUSTOMER (Customer Numbers), REF_KEY_1 (Business partner reference key), REF_KEY_2 (Business partner reference key), REF_KEY_3 (Reference key for line item).. 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 BAPIACAR05 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
ITEMNO_ACCAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
CUSTOMERCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
REF_KEY_1Business partner reference key XREF1CHAR12CHAR12
REF_KEY_2Business partner reference key XREF2CHAR12CHAR12
REF_KEY_3Reference key for line item XREF3CHAR20CHAR20
BLINE_DATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
PYMT_METHPayment Method DZLSCHCHAR1T042ZZLSCH
VAT_REG_NOVAT Registration Number STCEGCHAR20STCEG
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
PARTNER_BKPartner Bank Type BVTYPCHAR4BVTYP
ACCT_KEYTransaction Key KTOSLCHAR3CHAR3
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
SCBANK_INDState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
PYMT_AMTAmount in Payment Currency BAPI_PYAMTDEC23(4) BAPICURR
PYMT_CURCurrency for Automatic Payment PYCURCUKY5Assigned to domainWAERS
PYMT_CUR_ISOISO code currency WAERS_ISOCHAR3ISOCD
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PART_PRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
PARTNER_SEGMENTPartner Segment for Segmental Reporting FB_PSEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
PARTNER_FUNDPartner Fund BP_PGEBERCHAR10Assigned to domainBP_GEBER
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
PARTNER_GRANT_NBRPartner Grant GM_PGRANT_NBRCHAR20ALPHAGM_GRANT_NBRGRANTS_GENERIC
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
TR_PART_BATrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
NEG_POSTNGIndicator: Negative Posting XNEGP_BFCHAR1XFELD
FUND_LONGObsolete FM_GEBER_LONGCHAR20CHAR20
PARTNER_FUND_LONGObsolete FM_PGEBER_LONGCHAR20CHAR20
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
PARTNER_FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
PARTNER_BUDGET_PERIODFM: Partner Budget Period FM_PBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
.INCLU--AP 0

Key field Non-key field



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

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

How to access SAP table BAPIACAR05

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