PTRM_WEB_SSC_TRIP SAP (Structure of trip in SSC Interaction Center) Structure details

Dictionary Type: Structure
Description: Structure of trip in SSC Interaction Center




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




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

PTRM_WEB_SSC_TRIP 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 "Structure of trip in SSC Interaction Center" 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_PTRM_WEB_SSC_TRIP TYPE PTRM_WEB_SSC_TRIP.

The PTRM_WEB_SSC_TRIP table consists of various fields, each holding specific information or linking keys about Structure of trip in SSC Interaction Center data available in SAP. These include TRIPNUMBER (Trip Number), DATEDEP (Beginning Date of Trip Segment), DATEARR (End Date of Trip Segment), REASON (Reason for Trip (for example, customer/requisitioner)).. 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 (Deep)


SAP PTRM_WEB_SSC_TRIP 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
EMPLOYEENUMBERPersonnel Number PERNR_DNUMC8PERNRPER
TRIPNUMBERTrip Number REINRNUMC10REINR
DATEDEPBeginning Date of Trip Segment REBEDDATS8REDAT
DATEARREnd Date of Trip Segment REENDDATS8REDAT
REASONReason for Trip (for example, customer/requisitioner) RKUNDECHAR59RKUNDE
LOCATIONLocation RZIELORTCHAR59RZIELORT
COUNTRYTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
APPVL_STATUSTravel Request or Trip Approved (Indicator) ANTRGCHAR1ANTRG
SETTL_STATUSOpen / To be Settled / Settled (Indicator) ABRECCHAR1ABREC
AMOUNT_SUM_REIMBURSEMENTReimbursement amount for a trip PTRV_SUM_REIMBUCURR13(2) WERTV7
AMOUNT_SUM_TRIP_TOTALTotal Cost of Trip PTRV_TRIP_TOTALCURR13(2) WERTV7
CURRENCY_KEYCurrency Key TRVWAERSCUKY5Assigned to domainWAERSFWS
NR_OPT_ARCHIVENumber of Originals NUMBER_OF_FACSIMILESNUMC3NUMC3
NR_ATTACHMENTSNumber of Attachments NUMBER_OF_ATTACHMENTSNUMC3NUMC3
APPVL_STATUS_NAMELong Text LTEXTCHAR40TEXT40
SETTL_STATUS_NAMELong Text LTEXTCHAR40TEXT40
PROCESSING_STATUS_NAMETrip Status PTRV_STATUS_ICONCHAR50
POLICY_VIOLATIONViolation of Travel Policy PTRV_POLICY_VIOLATIONCHAR1XFELD
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table PTRM_WEB_SSC_TRIP

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