ARSADD SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

ARSADD 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 "Change Document Structure; Generated by RSSCD000" 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_ARSADD TYPE ARSADD.

The ARSADD table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include MANDT (Client), RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), RSART (Record type).. 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 ARSADD 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
AFNAMName of Requisitioner/Requester AFNAMCHAR12AFNAM
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
KZFIXIndicator: Purchasing info record data are fixed CN_KZFIXCHAR1XFELD
KUNNRCustomer EKUNNRCHAR10KNA1ALPHAKUNNRKUN
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10LFA1ALPHALIFNR
ADRN2Address number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
KLVARCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
RSCOMPSpare Part Indicator RSCOMPCHAR1XFELD
MFLICProcurement indicator CN_MFLICCHAR3TCNMFCN_MFLIC
FPLNRBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
FLIEFFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
BSTLNBill of material STNUMCHAR8NUMCVSTNUMSTLNR
BSTLTBOM category STLTYCHAR1STLTY
STKANEdge in the exploded BOM tree STKANNUMC6STKAN
GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
GUID_16GUID in 'RAW' format GUID_16RAW16SYSUUID
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
SOBSLSpecial procurement type SOBSLCHAR2T460ASOBSL
STRECKEInd.: Third-party requisition STRECKECHAR1XFELD
CREADATDate on Which Record Was Created ERDATDATS8DATUM
CREABYName of Person who Created the Object ERNAMCHAR12USNAM
PPE_EXTERN_KEYChar63 CHAR63CHAR63CHAR63
CHANGEBYName of Person Who Changed Object AENAMCHAR12USNAM
CHANGEDATChanged On AEDATDATS8DATUM
BRTDATEFixed key date BRUTRDATS8DATUM
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
MFRPNManufacturer Part Number MFRPNCHAR40CHAR40
MFRNRNumber of a Manufacturer MFRNRCHAR10Assigned to domainALPHALIFNR
CATALOGIDIdentifier for allowed catalogs KATALOGIDCHAR20Assigned to domainKATALOGID
CATALOG_PROD_IDProduct ID in Catalog CATALOG_PROD_IDCHAR40CATALOG_PROD_ID
MCN33Single-Character Indicator CHAR1CHAR1CHAR1
.INCLU--AP 0
ADPIC_REF_RSPOSReference item ADPIC_D_REF_RSPOSNUMC4RSPOS
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table ARSADD

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