BAPI_PTK53 SAP (Trip Costs Assignment Specification with TE Key for BAPI) Structure details

Dictionary Type: Structure
Description: Trip Costs Assignment Specification with TE Key for BAPI




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




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

BAPI_PTK53 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 "Trip Costs Assignment Specification with TE Key for BAPI" 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_BAPI_PTK53 TYPE BAPI_PTK53.

The BAPI_PTK53 table consists of various fields, each holding specific information or linking keys about Trip Costs Assignment Specification with TE Key for BAPI data available in SAP. These include TRIPNO (Trip Number), TRAVEL_PERIOD_NO (Trip Period Number), PERIOD_VERSION (Sequential Number of Period), ACCOUNT_ASSIGNMENT_ALLOCATION (Account Assignment Allocation).. 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 BAPI_PTK53 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
PERSON_NOPersonnel Number PERNR_DNUMC8PERNRPER
TRIPNOTrip Number REINRNUMC10REINR
TRAVEL_PERIOD_NOTrip Period Number PTRV_PERODNUMC3PTRV_PEROD
PERIOD_VERSIONSequential Number of Period PTRV_PDVRSNUMC2NUMC2
ACCOUNT_ASSIGNMENT_ALLOCATIONAccount Assignment Allocation KEYKOCHAR2KEYKO
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
CO_AREAControlling Area KOKRSCHAR4TKA01CACCDCAC
COSTCENTERCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
ORDERIDOrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
COST_OBJCost Object KSTRGCHAR12CKPHKSTRGKTR
WBS_ELEMWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
NETWORKNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SALES_ORDSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
PROFIT_SEGM_NOProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
CO_BUSPROCBusiness Process CO_PRZNRCHAR12CBPRALPHACO_PRZNRKWP
FUNDS_CTRFunds Center FISTLCHAR16FMFCTRFISTLFIS
CMMT_ITEMCommitment Item FIPOSCHAR14FMFPOFIPOSFIP
FUNDFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
PO_NUMBERPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
SERVICEActivity Number ASNUMCHAR18ASMDALPHAASNUMASN
ACTTYPEActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
MASTER_COMP_CODEMaster Company Code PTRV_BUKRS_2CHAR4T001BUKRSBUK
MASTER_BUS_AREAMaster business area PTRV_GSBER_2CHAR4TGSBGSBERGSB
MASTER_COSTCENTERMaster cost center PTRV_KOSTL_2CHAR10CSKSALPHAKOSTLKOS
ACTTYPE_2Activity type PTRV_LSTAR_2CHAR6CSLALSTARLAR
ALLOC_NOAssignment number HR_ZUONRCHAR18HR_ZUONR
TAX_CODETax on sales/purchases code MWSKZCHAR2T007AMWSKZ
OBJECT_TYPEObject Type PTRV_OTYPECHAR2T778OOTYPEPOT
JOBJob STELLNUMC8T513STELL
NUMBER_OF_HOURSNumber of Hours for Activity Allocation/External Services POHRSDEC7(2) PTM_DEC5_2S
SERVICE_TYPEService Type (Public Service Germany) DARTCHAR2T5D7CDARTDAR
SERVICE_CATEGORYService Category (Public Service Germany) UDARTCHAR2T5D7EUDARTUDA
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
TAXJURCODETax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
CMMT_ITEM_LONGCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS

Key field Non-key field



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

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

How to access SAP table BAPI_PTK53

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