WB2_S_SETTL_CAL_MAINT SAP (Rebates: Maintain Settlement Calendar) Structure details

Dictionary Type: Structure
Description: Rebates: Maintain Settlement Calendar




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




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

WB2_S_SETTL_CAL_MAINT 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 "Rebates: Maintain Settlement Calendar" 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_WB2_S_SETTL_CAL_MAINT TYPE WB2_S_SETTL_CAL_MAINT.

The WB2_S_SETTL_CAL_MAINT table consists of various fields, each holding specific information or linking keys about Rebates: Maintain Settlement Calendar data available in SAP. These include MANDT (Client), NUM (Condition Contract Number), SETTL_DATE (Rebates: Settlement Date), SETTL_DATE_TYPE (Rebates: Settlement Date 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 (Deep)


SAP WB2_S_SETTL_CAL_MAINT 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
LIGHTSSettlement Status WB2_SETTLEMENT_STATUSCHAR4Assigned to domainICON
MANDTClient MANDTCLNT3Assigned to domainMANDT
NUMCondition Contract Number WCB_COCO_NUMCHAR10WCOCOHALPHAWCB_COCO_NUM
SETTL_DATERebates: Settlement Date WB2_SETTLEMENT_DATEDATS8WB2_SETTLEMENT_DATE
SETTL_DATE_TYPERebates: Settlement Date Type WB2_SETTLEMENT_DATE_TYPECHAR1WB2_SETTLEMENT_DATE_TYPE
GUIDCondition Contract: Settlement Calendar item GUID WB2_SETTL_CAL_GUIDRAW16WCB_GUID
REF_SETTL_DATECCS: Reference Settlement Date WB2_REF_SETTLEMENT_DATEDATS8WB2_SETTLEMENT_DATE
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
NMBR_SETTL_DOCSRebates: Number of settlement documents WB2_NUMBER_SETTL_DOCSINT410WB2_NUMBER_SETTL_DOCS
NMBR_OPEN_DOCSRebates: Number of open settlement documents WB2_NUMBER_OPEN_SETTL_DOCSINT410WB2_NUMBER_SETTL_DOCS
NMBR_MAN_DOCSRebates: Number of manual settlement documents WB2_NUMBER_MANUAL_SETTL_DOCSINT410
NMBR_MAN_OP_DOCSRebates: Number of open manual settlement documents WB2_NUMBER_OPEN_MAN_SETTL_DOCSINT410
T_STYLE 0
CT 0

Key field Non-key field



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

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

How to access SAP table WB2_S_SETTL_CAL_MAINT

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