MSR_S_ILOG_INT SAP (ADV Extension Incompletion Log) Structure details

Dictionary Type: Structure
Description: ADV Extension Incompletion Log




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




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

MSR_S_ILOG_INT 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 "ADV Extension Incompletion Log" 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_MSR_S_ILOG_INT TYPE MSR_S_ILOG_INT.

The MSR_S_ILOG_INT table consists of various fields, each holding specific information or linking keys about ADV Extension Incompletion Log data available in SAP. These include REFUND_CONTROL (Refund Control), LIFNR (Account Number of Vendor or Creditor), INSPECTION_CODE (Inspection Code), MSR_RET_REASON (Return Reason).. 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 MSR_S_ILOG_INT 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
FU_CODEFollow-Up Activity Code MSR_FU_CODECHAR4Assigned to domainMSR_FU_CODE
REFUND_CONTROLRefund Control MSR_REFUND_CONTROLCHAR1MSR_REFUND_CONTROLMSR_ELM_REFUND_CONTROL
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
INSPECTION_CODEInspection Code MSR_INSPECTION_CODECHAR4Assigned to domainQCODE
MSR_RET_REASONReturn Reason MSR_RETURNS_REASONCHAR3Assigned to domainMSR_RETURNS_REASON
RMA_VENDORVendor RMA Number MSR_VRMA_NRCHAR20MSR_RMA_NR
NEXT_PLANTNext Plant MSR_NEXT_PLANTCHAR4Assigned to domainWERKS
REPLACE_MATNRReplacement Material MSR_REPLACE_MATNRCHAR18MARAMATN1MATNRS_MAT1
REPLACE_QTYReplacement Material Quantity MSR_REPLACE_QTYQUAN15(3) MENG15
REPLACE_UNITReplacement Material Unit of Measure MSR_REPLACE_UNITUNIT3T006CUNITMEINS
POSGUIDATP: Encryption of DELNR and DELPS POSGUIDCHAR22SYSUUID_22
REP_AVAIL_DATEReplacement Material Availability Date MSR_REPLACE_AVAILABILITY_DATEDATS8DATS
REP_AVAIL_QTYAvailable Quantity for Replacement Material MSR_REPLACE_AVAILABILITY_QTYQUAN15(3) MENG15
PAYING_PLANTSupplying Plant for Replacement Material MSR_REPLACE_PLANTCHAR4Assigned to domainWERKSSH_T001W_EXTS

Key field Non-key field



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

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

How to access SAP table MSR_S_ILOG_INT

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