PTP_REASSIGN_FM SAP (Structure for Converting FM Data in Trip) Structure details

Dictionary Type: Structure
Description: Structure for Converting FM Data in Trip




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




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

PTP_REASSIGN_FM 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 for Converting FM Data in 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_PTP_REASSIGN_FM TYPE PTP_REASSIGN_FM.

The PTP_REASSIGN_FM table consists of various fields, each holding specific information or linking keys about Structure for Converting FM Data in Trip data available in SAP. These include TRIPNUMBER (Trip Number), RFPOS (Item Number of FM Reference Document), REASGN_TAB_NR (Line Number of Table for Conversion of FM Data), COMP_CODE (Company Code).. 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 PTP_REASSIGN_FM 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
RFPOSItem Number of FM Reference Document PTRV_RFPOSNUMC5NUMC05
REASGN_TAB_NRLine Number of Table for Conversion of FM Data PTRV_REASGN_TAB_NRCHAR10CHAR10
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
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

Key field Non-key field



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

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

How to access SAP table PTP_REASSIGN_FM

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