ISAD_SUPPLIER_PDF SAP (Supplier Information for Aircraft) Structure details

Dictionary Type: Structure
Description: Supplier Information for Aircraft




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




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

ISAD_SUPPLIER_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 "Supplier Information 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_SUPPLIER_PDF TYPE ISAD_SUPPLIER_PDF.

The ISAD_SUPPLIER_PDF table consists of various fields, each holding specific information or linking keys about Supplier Information 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_SUPPLIER_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 SYMANDTCLNT3SPCIPPDRMANDT
SQNBRSequence Number ADSPC_SQNBRNUMC5SPCIPPDRADSPC_SRNBR
PNRPart Number ADSPC_PNRCHAR15SPCIPPDRCHAR15
MFRManufacturer Code ADSPC_MFRCHAR5SPCIPPDRCHAR5
SPLSupplier Code ADSPC_SPLCHAR5CHAR5
KWDKeyword Name ADSPC_KWDCHAR8CHAR8
UNTUnit of Measure Code ADSPC_UNTCHAR2CHAR2
UNCQNTUnit of measure clarification - Quantity ADSPC_UNCQNTNUMC5ADSPC_QTO
UNCUNTUnit of measure clarification - Unit of Measure ADSPC_UNCUNTCHAR2ADSPC_UNT
UNPUnit Price Amount ADSPC_UNPCHAR13CHAR13
ICRInternational Currency Code ADSPC_ICRCHAR3CHAR3
PTCSPEC 2000: Price Type Code ADSPC_PTCCHAR1ADSPC_PTC
PRCCPrice Condition Code ADSPC_PRCCCHAR1ADSPC_PRCC
SPQStandard Package Quantity ADSPC_SPQCHAR3CHAR3
DISDiscount Percent ADSPC_DISCHAR2CHAR2
PDPProcurement Discount Percent ADSPC_PDPCHAR5CHAR5
LTMLead Time ADSPC_LTMCHAR3CHAR3
PRPProprietary Code ADSPC_PRPCHAR1ADSPC_PRP
SIRPNRSelected Item - Part Number ADSPC_SIRPNRCHAR32ADSPC_OPN
SIRMFRSelected Item - Manufacturer Code ADSPC_SIRMFRCHAR5ADSPC_MFR
CSDDNRControl Specification/Drawing - Number ADSPC_CSDDNRCHAR32ADSPC_OPN
CSDMFRControl Specification/Drawing - Manufacturer Code ADSPC_CSDMFRCHAR5ADSPC_MFR
CPNPNRCategory I Container - Part Number ADSPC_CPNPNRCHAR32ADSPC_OPN
CPNMFRCategory I Container - Manufacturer Code ADSPC_CPNMFRCHAR5ADSPC_MFR
PSPPNRPreferred Spare Part Number ADSPC_PSPPNRCHAR32ADSPC_OPN
PSPMFRPreferred Spare Part - Manufacturer Code ADSPC_PSPMFRCHAR5ADSPC_MFR
MSQMinimum Sales Quantity ADSPC_MSQCHAR5CHAR5
EXPExpiration Date ADSPC_EXPCHAR6ADSPC_EXP
EFFDATEEffective Date ADSPC_EFFDATENUMC5ADSPC_EFFDATE
OBJObject for Status Management ADSPCIP_RANGECHAR20ADSPCIP_RANGE
DELFLGDeletion Flag for IP ADSPC_DELETION_FLAGCHAR1CHAR1
STATCharacter field of length 40 CHAR40CHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table ISAD_SUPPLIER_PDF

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