ADFSH_PRTDET SAP (Flight Scheduling: PRT Detail) Table details

Dictionary Type: Table
Description: Flight Scheduling: PRT Detail




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




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

ADFSH_PRTDET is a standard SAP Table which is used to store Flight Scheduling: PRT Detail data and is available within R/3 SAP systems depending on the version and release level.

The ADFSH_PRTDET table consists of various fields, each holding specific information or linking keys about Flight Scheduling: PRT Detail data available in SAP. These include AIRLN (Flight Scheduling: Airline Code), FLTNR (Flight Scheduling: Flight Number), SECNR (Flight Scheduling: Sector Number), ACDATE (Flight Scheduling: Actual Date of Flight).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ADFSH_PRTDET 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 MANDTCLNT3T000MANDT
AIRLNFlight Scheduling: Airline Code ADFSH_AIRCODECHAR3ADFSH_AIRLNCDADFSH_AIRCODE
FLTNRFlight Scheduling: Flight Number ADFSH_FLTNUMCHAR5ADFSH_FLGTDETADFSH_FLTNUM
SECNRFlight Scheduling: Sector Number ADFSH_SECNRCHAR5ADFSH_SECTMASADFSH_SECNR
ACDATEFlight Scheduling: Actual Date of Flight ADFSH_ACDATEDATS8ADFSH_ACDATE
ARRDEPFlight Scheduling: Arrival / Departure Indicator ADFSH_ARRDEPCHAR1ADFSH_ARRDEP
ITMNRFlight Scheduling: Item number for a flight ADFSH_ITMNRNUMC4ADFSH_ITMNR
DELFLGFlight Scheduling: Flag for deletion ADFSH_DELFLAGCHAR1XFELD
PLNTYTask List Type PLNTYCHAR1PLKOPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8PLKOALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2PLKOALPHAALTNRPAL
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_DTCreated on ADFSH_CDATEDATS8DATUM
LASTCHGDBYLast Changed By UPNAMCHAR12USNAM
LASTCHGDDTChanged On AEDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM ADFSH_PRTDET
INTO CORRESPONDING FIELDS OF WA_ADFSH_PRTDET
WHERE...

How to access SAP table ADFSH_PRTDET

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