OIO_RT_SBSDC SAP (RLM returns processes) Table details

Dictionary Type: Table
Description: RLM returns processes




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




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

OIO_RT_SBSDC is a standard SAP Table which is used to store RLM returns processes data and is available within R/3 SAP systems depending on the version and release level.

The OIO_RT_SBSDC table consists of various fields, each holding specific information or linking keys about RLM returns processes data available in SAP. These include SBSDC_ID (Returns document process), OBJTY (Object type for document flow), FUNC_CHECK (Function used to check a subsequent document for returns), FUNC_CREATE (Function used to create a subsequent document for returns).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = OIO_RT_SBSDC_TX


SAP OIO_RT_SBSDC table 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
SBSDC_IDReturns document process OIO_RT_SBSDC_IDCHAR4OIO_RT_SBSDC_ID
OBJTYObject type for document flow OIO_OBJTYCHAR4OIO_CM_OBJTYALPHAOIO_OBJTY
FUNC_CHECKFunction used to check a subsequent document for returns OIO_FUNC_CHECKCHAR30Assigned to domainFUNCNAME
FUNC_CREATEFunction used to create a subsequent document for returns OIO_FUNC_CREATECHAR30Assigned to domainFUNCNAME
BDC_MODE Run mode CALL TRANSACTION USING ...0
X_ACTDocument class is active OIO_RT_X_ACTCHAR1XFELD
X_MTLRelevant for material items OIO_RT_X_MTLCHAR1XFELD
X_CTRRelevant for container items OIO_RT_X_CTRCHAR1XFELD
X_RNTRelevant for rented materials OIO_RT_X_RNTCHAR1XFELD
SBSBR_IDRLM returns posting rule identifier OIO_RT_SBSBR_IDCHAR4OIO_RT_SBSBROIO_RT_SBSBR_ID
EVENT_IDIdentifier for returns event OIO_RT_EVENT_IDCHAR4OIO_RT_EVENTALPHAOIO_RT_EVENT_ID
X_ITEM_POSTFlag: Process item by item OIO_RT_X_ITEM_POSTCHAR1FLAG
X_NO_FLOWFlag: Process does not update object flow OIO_RT_X_NO_FLOWCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table OIO_RT_SBSDC using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIO_RT_SBSDC to SELECT all data from the table
DATA: WA_OIO_RT_SBSDC TYPE OIO_RT_SBSDC.

SELECT SINGLE *
FROM OIO_RT_SBSDC
INTO CORRESPONDING FIELDS OF WA_OIO_RT_SBSDC
WHERE...

How to access SAP table OIO_RT_SBSDC

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