RPLM_TS_DEFECT_CHG SAP (Defect Changeable Data Complete) Structure details

Dictionary Type: Structure
Description: Defect Changeable Data Complete




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




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

RPLM_TS_DEFECT_CHG 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 "Defect Changeable Data Complete" 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_RPLM_TS_DEFECT_CHG TYPE RPLM_TS_DEFECT_CHG.

The RPLM_TS_DEFECT_CHG table consists of various fields, each holding specific information or linking keys about Defect Changeable Data Complete data available in SAP. These include FENUM (Notification Print Item Number), FETXT (Notification Item Short Text), FEKAT (Catalog Type - Problem), FEGRP (Code Group - Problem).. 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 (character-type or numeric)


SAP RPLM_TS_DEFECT_CHG 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
ITEM 0
FENUMNotification Print Item Number FENUMNUMC4NUMC4IFE
FETXTNotification Item Short Text FETXTCHAR40TEXT40
FEKATCatalog Type - Problem RFC_FEKATCHAR1QKATART
FEGRPCode Group - Problem RFC_FEGRPCHAR8QCODEGRP
FECODProblem or Damage Code FECODCHAR4QCODE
OTKATCatalog Type - Object Parts RFC_OTKATCHAR1QKATART
OTGRPCode Group - Object Parts RFC_OTGRPCHAR8QCODEGRP
OTEILPart of Object OTEILCHAR4QCODE
BAUTLAssembly BAUTLCHAR18MATN1MATNRMAT
POSNRSort Number for Item QLFDPOSNUMC4QFELFD
FEQKLASDefect Class QFEHLKLASCHAR2QFEHLKLAS
FMGFRDDefective Quantity for Item (External) QMGFRDQUAN13(3) MENGE
FMGEIGDefective Quantity for Item (Internal) QMGEIGQUAN13(3) MENGE
ANZFEHLERNumber of Defects Found QANZFEHL4INT410QANZAHL4
FEHLBEWDefect Valuation QFEHLBEWFLTP16(16) FLTP
PHYNRPhysical Sample Number QPHYSPRNRCHAR12ALPHAQPHYSPRNRQPN
PRUEFLINRSingle-Unit Number for the Unit to Be Inspected QPRUEFLINRCHAR18ALPHAQSERIALNRQPRFNR
INDTXObject Long Text Available INDLTXCHAR1CHAR1
KZMLAPrimary language indicator for text segment KZMLACHAR1CHAR1
REFOBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
KZSYSFESystematic Defect QKZSYSFECHAR1QKZ
EQUNREquipment Number EQUNRCHAR18ALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30TPLNRTPLNRIFLIFLM
.INCLU--AP 0
FEARTReport Type for Defects Recording QFEARTCHAR8QFEARTQFE
CAUSE 0
FENUMNotification Print Item Number FENUMNUMC4NUMC4IFE
URNUMSequential Number for Cause URNUMNUMC4NUM4
URTXTCause Text URSTXCHAR40TEXT40
URKATCatalog Type - Causes RFC_URKATCHAR1QKATART
URGRPCode Group - Causes RFC_URGRPCHAR8QCODEGRP
URCODCause Code URCODCHAR4QCODE
INDTXObject Long Text Available INDLTXCHAR1CHAR1
KZMLAPrimary language indicator for text segment KZMLACHAR1CHAR1
POSNRSort Number for Item QLFDPOSNUMC4QFELFD
QURNUMSort Number for Cause QURNUMNUMC4NUMC04
REFOBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
.INCLU--AP 0
INVOLVPERCInvolvment in Percentage QN8D_INVOLVPERCNUMC3
ACTIVITY 0
FENUMItem Number in Item Record FELFDNUMC4FELFD
MANUMConsecutive Number of Activity AKNUMNUMC4NUM4
MATXTActivity Text MFTEXTCHAR40TEXT40
MNKATCatalog Type - Activities RFC_MFKATCHAR1QKATART
MNGRPCode Group - Activities RFC_MFGRPCHAR8QCODEGRP
MNCODActivity Code MFCODCHAR4QCODE
MNGFAQuantity Factor for Activities MNGFANUMC3NUMC3
QMANUMSort Number for Activity QMANUMNUMC4NUMC04
INDTXObject Long Text Available INDLTXCHAR1CHAR1
KZMLAPrimary language indicator for text segment KZMLACHAR1CHAR1
PSTERStart Date PSTERMADATS8DATUM
PSTURStart Time of Activity PSTURMATIMS6UZEIT
PETEREnd Date PETERMADATS8DATUM
PETUREnd Time of Activity PETURMATIMS6UZEIT
POSNRSort Number for Item QLFDPOSNUMC4QFELFD
REFOBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID

Key field Non-key field



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

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

How to access SAP table RPLM_TS_DEFECT_CHG

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