MSR_S_RRD_HEAD_INT_SCR SAP (MSR: Header Structure for Internal Refund Determination) Structure details

Dictionary Type: Structure
Description: MSR: Header Structure for Internal Refund Determination




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




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

MSR_S_RRD_HEAD_INT_SCR 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 "MSR: Header Structure for Internal Refund Determination" 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_RRD_HEAD_INT_SCR TYPE MSR_S_RRD_HEAD_INT_SCR.

The MSR_S_RRD_HEAD_INT_SCR table consists of various fields, each holding specific information or linking keys about MSR: Header Structure for Internal Refund Determination data available in SAP. These include ERNAM (Name of Person who Created the Object), NAME_TEXT (Description of rule), ERDAT (Date on Which Record Was Created), VKORG (Sales Organization).. 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)


SAP MSR_S_RRD_HEAD_INT_SCR 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
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
NAME_TEXTDescription of rule BEZEI60CHAR60TEXT60
ERDATDate on Which Record Was Created ERDATDATS8DATUM
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
LFARTDelivery Type LFARTCHAR4Assigned to domainLFARTALT
VKOIVSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWIVDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPAIVDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WERK_NAMEText Field of Length 60 TEXT60CHAR60TEXT60
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
RESWK_NAMEText Field of Length 60 TEXT60CHAR60TEXT60
WADAT_ISTActual Goods Movement Date WADAT_ISTDATS8DATUMWDTI
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
MSR_IDProcess Identification Number MSR_PROCESS_IDCHAR10ALPHAMSR_PROCESS_ID
LOGSTATNumeric 1-character NUM1NUMC1NUM1
STATTXTText (20 Characters) TEXT20CHAR20TEXT20
FKARTBilling Type FKARTCHAR4Assigned to domainFKART
MSR_DOC_TYPEDocument Type MSR_DOC_TYPECHAR2MSR_DOC_TYPE

Key field Non-key field



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

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

How to access SAP table MSR_S_RRD_HEAD_INT_SCR

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