ISAD_REPL_PDF SAP (Replaced Parts for Aircraft) Structure details

Dictionary Type: Structure
Description: Replaced Parts for Aircraft




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




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

ISAD_REPL_PDF 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 "Replaced Parts for Aircraft" 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_ISAD_REPL_PDF TYPE ISAD_REPL_PDF.

The ISAD_REPL_PDF table consists of various fields, each holding specific information or linking keys about Replaced Parts for Aircraft data available in SAP. These include CLIENT (Client ID), SQNBR (Sequence Number), PNR (Part Number), MFR (Manufacturer 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: Can Be Enhanced (Deep)


SAP ISAD_REPL_PDF 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
CLIENTClient ID SYMANDTCLNT3SPCIPCSNMANDT
SQNBRSequence Number ADSPC_SQNBRNUMC5SPCIPCSNADSPC_SRNBR
PNRPart Number ADSPC_PNRCHAR15SPCIPCSNCHAR15
MFRManufacturer Code ADSPC_MFRCHAR5SPCIPCSNCHAR5
EIPEnd Item Part Number ADSPC_EIPCHAR15SPCIPCSNADSPC_EIP
EIMEnd Item Manufacturer Code ADSPC_EIMCHAR5SPCIPCSNADSPC_EIM
CSNSRNBRSerial number ADSPC_SRNBRNUMC5SPCIPCSNADSPC_SRNBR
SRNBRSerial number ADSPC_SRNBRNUMC5ADSPC_SRNBR
RPDETPPart Type - Replacing Part or Replaced Part? ADSPC_RPDETPCHAR1ADSPC_RPDETP
RPPNRReplacing / Replaced Part Number ADSPC_RPPNRCHAR15ADSPC_PNR
RPMFRReplacing / Replaced Part - Manufacturer Code ADSPC_RPMFRCHAR5ADSPC_MFR
INCInterchangeability Code ADSPCIP_INCNUMC1ADSPCIP_INC
MFRTXTManufacturer's Authority Text ADSPC_MFRTXTCHAR40ADSPC_MFRTXT
SBNBRService Bulletin Number ADSPC_SBNBRCHAR20ADSPC_SBNBR
OBJObject for Status Management ADSPCIP_RANGECHAR20ADSPCIP_RANGE
DELFLGDeletion Flag for IP ADSPC_DELETION_FLAGCHAR1CHAR1
CSNCatalog Sequence Number ADSPC_CSNCHAR13ADSPC_CSN
PARTTYPEChar 20 CHAR20CHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table ISAD_REPL_PDF

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