SIC_CUR_RELEASE SAP (Current releases) Structure details

Dictionary Type: Structure
Description: Current releases




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




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

SIC_CUR_RELEASE 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 "Current releases" 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_SIC_CUR_RELEASE TYPE SIC_CUR_RELEASE.

The SIC_CUR_RELEASE table consists of various fields, each holding specific information or linking keys about Current releases data available in SAP. These include MANDT (Client), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), ABART (Scheduling agreement release 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 SIC_CUR_RELEASE 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ABARTScheduling agreement release type MEABARTCHAR1ABARTSAGA
ABRUFRelease Number MEABRUFNUMC10ABRUFSAGN
ABEFZCumulative Received Quantity for Scheduling Agreement MEAWEFZQUAN13(3) MENG13
ABRDTDate of Scheduling Agreement Release (Transmission Date) MEABRDTDATS8DATUM
LFDKDDate of Delivery Note MELFDKDDATS8DATUM
LFNKDNumber of Delivery Note MELFNKD1CHAR16XBLNR1
LWEDTDate of Last Goods Receipt MELWEDTDATS8DATUM
LWEMGQuantity of Last Goods Receipt MELWEMGQUAN13(3) MENG13
ABLLIExternal release number MEABLLICHAR20ABLLI
ERDATDate Release was Created MEERDATDATS8DATUM
ABSFZAgreed Cumulative Quantity ABFTZQUAN13(3) MENG13
ABFDEEnd of Production Go-Ahead Period MEABFDEDATS8DATUM
ABMDEEnd of Material Go-Ahead Period MEABMDEDATS8DATUM
ERUHRTime of Creation MEERUHRTIMS6TIME
ABRZTTime MEABRZTTIMS6TIME
ABHZTRelease Horizon ABHZTDATS8DATUM
RUSKZBacklog and/or immediate requirement exist(s) RUSKZCHAR1RUSKZ
STAABStatus of release STAABCHAR1STAAB
WEBRLInternet release WEBRLCHAR1WEBRL
VENCFAcknowledgment of Internet SA release by vendor VENCFCHAR1XFELD
.INCLU--AP 0
CPUDTDate Release was Created MEERDATDATS8DATUM
CPUTMTime of Creation MEERUHRTIMS6TIME
STPINStop Status for FRC/JIT STPINCHAR1STPIN
BRSVZBacklog/Immediate Requirement Brought Forward BRSVZCHAR1XFELD
ERSGRReasons for creation of release ERSGRCHAR2ERSGR
LGBZO(Automotive) Unloading Point UNLPTCHAR10Assigned to domainLGBZOME_SH_UNLOADING_POINT
INIDTDate of First Creation of a Scheduling Agreement Release INIDTDATS8DATUM
INITMTime of First Creation of a Scheduling Agreement Release INITMTIMS6UZEIT
WEFZMIT2nd. Cumulative Received Quantity (2nd CRQ) WEFZMITQUAN13(3) MENG13
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
.INCLU--AP 0
LOADCARRLoad carrier PL_LOADCARRCHAR18Assigned to domainMATN1MATNRMAT1
T_TRGQTYCumulated target quantity PL_T_TRGQTYQUAN15(3) MENG15
BASEUNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LCTXTDescription of load carrier PL_CONTENT_LCCHAR40TEXT40
.INCLU--AP 0
AKSTOPGRStop Reasons for Current Release AKSTOPGRCHAR20CHAR20
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
ETEFZCumulative Scheduled Quantity for Item ETEFZQUAN13(3) MENG13
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TXZ01Short Text TXZ01CHAR40TEXT40
CONFIRMSingle-Character Indicator CHAR1CHAR1CHAR1
WEBSingle-Character Indicator CHAR1CHAR1CHAR1
SELECTEDSingle-Character Indicator CHAR1CHAR1CHAR1
ABDATReconciliation Date for Agreed Cumulative Quantity ABDATDATS8DATUM
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
LPHISIndicator for scheduling agreement release documentation LPHISCHAR1XFELD
UNLDFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
PRINTEDSingle-Character Indicator CHAR1CHAR1CHAR1
TRANSFERSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table SIC_CUR_RELEASE

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