PTRV_WEB_COSTDIST_TRIP_INT SAP (Cost Distribution of Trip) Structure details

Dictionary Type: Structure
Description: Cost Distribution of Trip




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




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

PTRV_WEB_COSTDIST_TRIP_INT 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 "Cost Distribution of Trip" 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_PTRV_WEB_COSTDIST_TRIP_INT TYPE PTRV_WEB_COSTDIST_TRIP_INT.

The PTRV_WEB_COSTDIST_TRIP_INT table consists of various fields, each holding specific information or linking keys about Cost Distribution of Trip data available in SAP. These include PERC_SHARE (Percentage of Cost Assignment), COMP_CODE (Company Code), BUS_AREA (Business Area), CO_AREA (Controlling Area).. 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 PTRV_WEB_COSTDIST_TRIP_INT 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
CDT_NUMBERSequence Number for Cost Assignment of Entire Trip KOR_NRCHAR3NRBEL
PERC_SHAREPercentage of Cost Assignment PERC_SHAREDEC5(2) PERC_SHARE
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
COSTCENTERCost Center PTRV_WEB_INTERFACE_KOSTLCHAR10Assigned to domainPTRV_WEB_INTERFACE_KOSTLKOS
ORDEROrder Number PTRV_WEB_INTERFACE_AUFNRCHAR12Assigned to domainPTRV_WEB_INTERFACE_AUFNRANR
COST_OBJCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
WBS_ELEMTWork Breakdown Structure Element (WBS Element) PTRA_WEB_INTERFACE_PS_POSIDCHAR24PTRA_WEB_INTERFACE_PS_POSIDPRO
NETWORKNetwork Number for Account Assignment PTRV_WEB_INTERFACE_NPLNRCHAR12Assigned to domainPTRV_WEB_INTERFACE_AUFNRNET
ACTIVITYActivity Number PTRV_WEB_INTERFACE_VORNRCHAR4PTRV_WEB_INTERFACE_VORNRVGN
SALES_ORDSales Order Number PTRV_WEB_INTERFACE_KDAUFCHAR10Assigned to domainPTRV_WEB_INTERFACE_VBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
CO_BUSPROCBusiness Process PTRV_WEB_INTERFACE_CO_PRZNRCHAR12Assigned to domainPTRV_WEB_INTERFACE_CO_PRZNRKWP
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant PTRV_WEB_INTERFACE_GM_GRANT_NBCHAR20PTRV_WEB_INTERFACE_GM_GRANT_NBGM_GRANT_NBRGRANTS_GENERIC
CMMT_ITEM_LONGCommitment Item PTRA_WEB_INTERFACE_FM_FIPEXCHAR24PTRA_WEB_INTERFACE_FM_FIPEXFPS
PROJECT_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
PROJECT_EXT_IDProject Number (cProjects) PTRV_PROJECT_EXT_IDCHAR24CGPL_EXTID
TASK_ROLE_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
TASK_ROLE_EXT_IDTaskRole Number (cProjects) PTRV_TASK_ROLE_EXT_IDCHAR24CGPL_EXTID
OBJECT_TYPEObject Type (cProjects) PTRV_OBJ_TYPECHAR3CHAR3
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
CATEGORYCost Category GLO_PTRV_WEB_COST_CATCHAR5Assigned to domainGLO_PTRV_WEB_COST_CAT
DISPLAY_ONLYCost Distribution for Entire Trip Can Only Be Displayed COSTDIST_TRIP_DISPLAY_ONLYCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PTRV_WEB_COSTDIST_TRIP_INT

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