RESAB SAP (Structure for Reducing Funds Reservations etc) Structure details

Dictionary Type: Structure
Description: Structure for Reducing Funds Reservations etc




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




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

RESAB 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 "Structure for Reducing Funds Reservations etc" 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_RESAB TYPE RESAB.

The RESAB table consists of various fields, each holding specific information or linking keys about Structure for Reducing Funds Reservations etc data available in SAP. These include REFBLNR (Document Number for Earmarked Funds), REFBPOS (Earmarked Funds: Document Item), REFBTYP (Earmarked Funds Document Category), BUKRS (Company Code).. 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 RESAB 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
REFBLNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
REFBPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
REFBTYPEarmarked Funds Document Category KBLTYPNUMC3KBLTYP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WAERSTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
WRBTRAmount KBLBTRCURR15(2) WERTV8
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
DMBTRAmount KBLBTRCURR15(2) WERTV8
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
WWERTTranslation Date WWERT_DDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
REFBLNROLDDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
REFBPOSOLDEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
ERLKZCompletion indicator for line item KBLERLKZCHAR1CHAR1_X
ONACCKZPartial payment number required for reduction ONACCKZCHAR1CHAR1_X
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
AWSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
AWPOSReference document item FMAWPOSCHAR10FMAWPOS
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
VRGNGBusiness Transaction KBLVORGANGCHAR4Assigned to domainJ_VORGANG
ATEXTReduction text KBLATEXTCHAR50TEXT50
TRANSDATFM Transaction Date FM_TRANS_DATEDATS8DATUM
TRANSPERPeriod CO_PERIONUMC3PERBLVPE

Key field Non-key field



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

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

How to access SAP table RESAB

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