ROOSMETHDS SAP (DataSource Methods) Structure details

Dictionary Type: Structure
Description: DataSource Methods




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




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

ROOSMETHDS 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 "DataSource Methods" 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_ROOSMETHDS TYPE ROOSMETHDS.

The ROOSMETHDS table consists of various fields, each holding specific information or linking keys about DataSource Methods data available in SAP. These include BEFOREXP (Function name), MAINTAIN (DataSource Event Maintenance), CHECKDS (Function name), SAVEDS (Save Event of a DataSource).. 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 ROOSMETHDS 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
AFTERIMPAfter-Import Methods of a DataSource AFTERIMPCHAR30Assigned to domainFUNCNAME
BEFOREXPFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
MAINTAINDataSource Event Maintenance MAINTAINDSCHAR30Assigned to domainFUNCNAME
CHECKDSFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
SAVEDSSave Event of a DataSource SAVEDSCHAR30Assigned to domainFUNCNAME
TRANSPDSTransport Event of a DataSource TRSANSPDSCHAR30Assigned to domainFUNCNAME
DELETE_DSDeletion of Datasource DELETE_DSCHAR30Assigned to domainFUNCNAME
RESETDELTAFunction Module for Invalidatin a Delta Update ROOSFDELTACHAR30Assigned to domainFUNCNAME
APPL_PROPFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
ACTIVATEActivate DataSource Event ROACTIVATECHAR30Assigned to domainFUNCNAME
ZDD_REPLAYDataSource Event: Replay for Zero Downtime Delta ROREPLAYZDCHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

How to access SAP table ROOSMETHDS

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