ASREFIELD SAP (Append Structure SREFIELD for EU) Append Structure details

Dictionary Type: Append Structure
Description: Append Structure SREFIELD for EU




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




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

ASREFIELD is a standard SAP Append Structure which is used to store Append Structure SREFIELD for EU data and is available within R/3 SAP systems depending on the version and release level.

The ASREFIELD table consists of various fields, each holding specific information or linking keys about Append Structure SREFIELD for EU data available in SAP. These include LOCSYS (Specification from local system), LOCSYSNSIC (Local non-SIC system), PAYSC (Link to payment plan), FDUDT (Last payment due date).. 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: Not classified


SAP ASREFIELD append 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
LOCSYSSpecification from local system LOCSYSCHAR20CHAR20
LOCSYSNSICLocal non-SIC system LOCSYSNSICCHAR20CHAR20
PAYSCLink to payment plan PAYSCCHAR10CHAR10
FDUDTLast payment due date FDUDTDATS8DATUM
BUDEXCommitment budget overruns permitted BUDEXCHAR1CHAR1
ONACCKZPartial payment number required for reduction ONACCKZCHAR1CHAR1_X
ATEXT1Additional reference ATEXT1CHAR50TEXT50
REFAOUser reference REFAOCHAR20CHAR20
PERSCHPerson responsible PERSCHCHAR12USNAM
LOCMANAGPerson responsible locally FMLOCMANAGCHAR12USNAM
GROUPNRGroup key GROUPNRCHAR10CHAR10
VERSIONVersion FMEUVERSCHAR10CHAR10
CONTKZContract signed CONTKZCHAR1CHAR1
CONTDATContract signed on: CONTDATDATS8DATUM
CONTREGContract entered on: CONTREGDATS8DATUM
PERSARCPerson responsible for accompanying documents PERSARCCHAR12USNAM
INVCNRReference to invoice number INVCNRCHAR25TEXT25
INVCDTInvoice reference: date INVCDTDATS8DATUM
INVCLCInvoice reference: location INVCLOCCHAR25TEXT25
PURONRReference to purchase order PURONRCHAR25TEXT25
PURODTPurchase order reference: date PURODTDATS8DATUM
PUROLCPurchase order reference: location PUROLOCCHAR25TEXT25
CONTNRReference to contract CONTNRCHAR25TEXT25
CONTDTContract ref.: Date CONTDTDATS8DATUM
CONTLCContract ref.: Location CONTLOCCHAR25TEXT25
DEMNRReference to contract change DEMNRCHAR25TEXT25
DEMDTContract changed on: DEMDTDATS8DATUM
DEMLCContract change: Location DEMLOCCHAR25TEXT25
FREPNRReference to closing check FREPNRCHAR25TEXT25
FREPDTClosing check: date FREPDTDATS8DATUM
FREPLCClosing check: location FREPLOCCHAR25TEXT25
REGLNRReference to rule REGLNRCHAR25TEXT25
REGLDTRule: date REGLDTDATS8DATUM
REGLLCRule: location REGLLOCCHAR25TEXT25
AVISNRReference to expert opinion AVISNRCHAR25TEXT25
AVISDTOpinion: Date AVISDTDATS8DATUM
AVISLCOpinion: Location AVISLOCCHAR25TEXT25
OTHERNRReference to further data 1 OTHERNR1CHAR25TEXT25
OTHERDTFurther data 1: date OTHERDT1DATS8DATUM
OTHERLCFurther data 1: location OTHERLOC1CHAR25TEXT25
OTHERNR2Reference to further data 2 OTHERNR2CHAR25TEXT25
OTHERDT2Further data 2: date OTHERDT2DATS8DATUM
OTHERLC2Further data 2: location OTHERLOC2CHAR25TEXT25
CHANGINVOIReason for changing baseline date for payment in invoice CHANGINVOICHAR80TEXT80
XBRIEFAccompanying letter required PRQ_XBRIEFCHAR1X
XPAPERPaper printout required PRQ_XPAPERCHAR1X
GEST_GRPUser Group PRQ_GRPCHAR5CHAR5
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
REASONReason for transaction FMPRREASONCHAR240TEXT240

Key field Non-key field



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

As ASREFIELD 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 ASREFIELD as there is no data to select. You could however select data from any tables that this append structure has been assigned too.

How to access SAP table ASREFIELD

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