RLBT_ITEM_BASIS_DB SAP (Item Default Data for Business Scenario) Structure details

Dictionary Type: Structure
Description: Item Default Data for Business Scenario




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




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

RLBT_ITEM_BASIS_DB 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 "Item Default Data for Business Scenario" 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_RLBT_ITEM_BASIS_DB TYPE RLBT_ITEM_BASIS_DB.

The RLBT_ITEM_BASIS_DB table consists of various fields, each holding specific information or linking keys about Item Default Data for Business Scenario data available in SAP. These include BUKRS (Company Code), PARTNER_TYPE_L (Partner type within returnable packaging relationships), PARTNER_NO_L (Number for a Returnable Packaging Business Partner), PARTNER_NO_EXT_L (External Description for Returnable Packaging Business Part.).. 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)


SAP RLBT_ITEM_BASIS_DB 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
ACCTPTYAccount posting type RL_POTYPECHAR3CRLPOTYRL_POTYPE
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
.INCLU-_L 0
PARTNER_TYPE_LPartner type within returnable packaging relationships RL_PARTNER_TYPECHAR1RL_PARTNER_TYPE
PARTNER_NO_LNumber for a Returnable Packaging Business Partner RL_PARTNER_NOCHAR10RL_PARTNER_NO
PARTNER_NO_EXT_LExternal Description for Returnable Packaging Business Part. RL_PARTNER_NO_EXTCHAR35RL_EXTERNAL_ID
.INCLU-_E 0
PARTNER_TYPE_EPartner type within returnable packaging relationships RL_PARTNER_TYPECHAR1RL_PARTNER_TYPE
PARTNER_NO_ENumber for a Returnable Packaging Business Partner RL_PARTNER_NOCHAR10RL_PARTNER_NO
PARTNER_NO_EXT_EExternal Description for Returnable Packaging Business Part. RL_PARTNER_NO_EXTCHAR35RL_EXTERNAL_ID
ACCTNOReturnable packaging account RL_ACCTNOCHAR12RLACCTALPHARL_ACCTNORL_ACCTNORLACCT01
ACCTNO_EXTReturnable Packaging Account Number at Partner RL_ACCTNO_EXTCHAR35RL_EXTERNAL_ID
MOVDATEGoods Movement Date for Returnable Packaging Business Trans. RL_MOVDATEDATS8SYDATS
MOVTIMETime of the Goods Movement RL_MOVTIMETIMS6SYTIME
TZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE

Key field Non-key field



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

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

How to access SAP table RLBT_ITEM_BASIS_DB

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