PTRV_REASGN_FM SAP (Conversion of FM Data in Trip (e.g. Fiscal Year Change)) Table details

Dictionary Type: Table
Description: Conversion of FM Data in Trip (e.g. Fiscal Year Change)




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




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

PTRV_REASGN_FM is a standard SAP Table which is used to store Conversion of FM Data in Trip (e.g. Fiscal Year Change) data and is available within R/3 SAP systems depending on the version and release level.

The PTRV_REASGN_FM table consists of various fields, each holding specific information or linking keys about Conversion of FM Data in Trip (e.g. Fiscal Year Change) data available in SAP. These include MANDT (Client), PERNR (Personnel Number), REINR (Trip Number), PERIO (Trip Period Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PTRV_REASGN_FM table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
PERIOTrip Period Number PTRV_PERODNUMC3PTRV_PEROD
PDVRSSequential Number of Period PTRV_PDVRSNUMC2NUMC2
REASSIGN_NRSequence Number for Conversion of FM Data PTRV_REASSIGN_NRNUMC4NUMC4
OLD_FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
OLD_FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
OLD_CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
OLD_GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
OLD_FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
NEW_FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
NEW_FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
NEW_CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
NEW_GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
NEW_FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FLG_TRV_UPDType of Conversion of FM Data in Trip PTRV_REASGN_TRV_UPDCHAR1PTRV_REASGN_TRV_UPD
FLG_RWIN_UPDConversion of Trip FM Data Published PTRV_REASGN_RWIN_UPDCHAR1XFELD
DATESChanged On AEDATDATS8DATUM
TIMESTime of Last Change AEUHRTIMS6ATIME
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
UPD_DATESChanged On AEDATDATS8DATUM
UPD_TIMESTime of Last Change AEUHRTIMS6ATIME
UPD_UNAMEName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table PTRV_REASGN_FM using ABAP code

The following ABAP code Example will allow you to do a basic selection on PTRV_REASGN_FM to SELECT all data from the table
DATA: WA_PTRV_REASGN_FM TYPE PTRV_REASGN_FM.

SELECT SINGLE *
FROM PTRV_REASGN_FM
INTO CORRESPONDING FIELDS OF WA_PTRV_REASGN_FM
WHERE...

How to access SAP table PTRV_REASGN_FM

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