BAPITRVCOM SAP (Cost distribution miles/kms; Structure for BAPI interface) Structure details

Dictionary Type: Structure
Description: Cost distribution miles/kms; Structure for BAPI interface




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




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

BAPITRVCOM 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 miles/kms; Structure for BAPI interface" 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_BAPITRVCOM TYPE BAPITRVCOM.

The BAPITRVCOM table consists of various fields, each holding specific information or linking keys about Cost distribution miles/kms; Structure for BAPI interface data available in SAP. These include PERC_SHARE (Share of individual receipt), 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: Not classified


SAP BAPITRVCOM 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
KEY_MILESequence Number of Miles/Kilometers Distribution KEY_MILECHAR3NRBEL
PERC_SHAREShare of individual receipt AUBLGDEC10(2) AUBLG
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
CO_AREAControlling Area KOKRSCHAR4TKA01CACCDCAC
COSTCENTERCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
ORDEROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
COST_OBJCost Object KSTRGCHAR12CKPHKSTRGKTR
WBS_ELEMTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
NETWORKNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SALES_ORDSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
CO_BUSPROCBusiness Process CO_PRZNRCHAR12CBPRALPHACO_PRZNRKWP
FUNDS_CTRFunds Center FISTLCHAR16FMFCTRFISTLFIS
CMMT_ITEMCommitment Item FIPOSCHAR14FMFPOFIPOSFIP
FUNDFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
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
FUND_LONGObsolete FM_GEBER_LONGCHAR20CHAR20
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
.INCLU--AP 0
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_IDTask Number (cProjects) PTRV_TASK_EXT_IDCHAR24CGPL_EXTID
OBJECT_TYPEObject Type (cProjects) PTRV_OBJ_TYPECHAR3CHAR3
CATEGORYCost Category GLO_PTRV_COST_CAT_CORECHAR5GLO_PTRV_COST_CAT_CORE

Key field Non-key field



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

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

How to access SAP table BAPITRVCOM

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