/ISDFPS/PM_TP_O SAP (Flight Programs for Order) Table details

Dictionary Type: Table
Description: Flight Programs for Order




ABAP Code to SELECT data from /ISDFPS/PM_TP_O
Related tables to /ISDFPS/PM_TP_O
Access table /ISDFPS/PM_TP_O




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

/ISDFPS/PM_TP_O is a standard SAP Table which is used to store Flight Programs for Order data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/PM_TP_O table consists of various fields, each holding specific information or linking keys about Flight Programs for Order data available in SAP. These include AUFNR (Order Number), PARVW (Partner Function), PARNR (Partner), TPROG_ID (Training Program ID).. 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 /ISDFPS/PM_TP_O 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
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
PARNRPartner I_PARNRCHAR12ALPHAI_PARNR
TPROG_IDTraining Program ID TPROG_IDCHAR15Assigned to domainTPROG_ID
FUNCT_IDFunction ID FUNCT_IDCHAR15Assigned to domainFUNCT_ID
STATUS_IDTraining Status ID TSTAT_IDCHAR15Assigned to domainCHAR15
TRAIN_IDTraining ID TRAIN_IDCHAR15Assigned to domainCHAR15
DATUMDate DATUMDATS8DATUM
SOLL_ISTTarget/Actual /ISDFPS/PM_TP_SOLL_ISTCHAR1/ISDFPS/DO_PM_TP_SOLL_IST
AFUNCT_IDAdditional Function ID AFUNCT_IDCHAR15Assigned to domainAFUNCT_ID
TACT_VALUETraining Activity Completed (Actual) TACT_VALUEDEC8(2) DEC_8_2
TUNIT_VALUEUnit TUNIT_VALUEUNIT3Assigned to domainCUNITMEINS
TPASSTraining Passed TPASSCHAR1CHAR1
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
ERNAMEntered by AUFERFNAMCHAR12USNAM
ERFDATCreated on AUFERFDATDATS8DATUM
AENAMLast changed by AUFAENAMCHAR12USNAM
AEDATChange date for Order Master AUFAEDATDATS8DATUM
PACKEDTransfer /ISDFPS/PM_TP_PACKCHAR1XFELD
PERMITTEDApproved /ISDFPS/PM_TP_PERMITTEDCHAR1/ISDFPS/PM_TP_PERMITTED

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/PM_TP_O using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/PM_TP_O
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/PM_TP_O
WHERE...

How to access SAP table /ISDFPS/PM_TP_O

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