RSRD_OUTFORM_OT SAP (Output Format per BW Object Type) Table details

Dictionary Type: Table
Description: Output Format per BW Object Type




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




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

RSRD_OUTFORM_OT is a standard SAP Table which is used to store Output Format per BW Object Type data and is available within R/3 SAP systems depending on the version and release level.

The RSRD_OUTFORM_OT table consists of various fields, each holding specific information or linking keys about Output Format per BW Object Type data available in SAP. These include OBJTYPE (Object Type of BW Reporting Object in Broadcasting Framework), LOCAL_ONLY (Indicator: Only Valid for BICS Objects in Local System), PRODUCER (Producer, Converter, or Distributor Class in Broadcasting), PROD_OUTFORM (Output Format in Broadcasting Framework).. 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)


SAP RSRD_OUTFORM_OT 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
OUTFORMOutput Format in Broadcasting Framework RSRD_OUTPUT_FORMATCHAR30RSRD_OUTFORMRSRD_OUTPUT_FORMAT
OBJTYPEObject Type of BW Reporting Object in Broadcasting Framework RSRD_OBJECT_TYPECHAR2RSRD_OBJECT_TYPE
LOCAL_ONLYIndicator: Only Valid for BICS Objects in Local System RSRD_LOCAL_ONLYCHAR1RSBOOL
PRODUCERProducer, Converter, or Distributor Class in Broadcasting RSRD_CLASSCHAR30SEOCLSNAME
PROD_OUTFORMOutput Format in Broadcasting Framework RSRD_OUTPUT_FORMATCHAR30Assigned to domainRSRD_OUTPUT_FORMAT
CONVERTERProducer, Converter, or Distributor Class in Broadcasting RSRD_CLASSCHAR30SEOCLSNAME
CONV_OUTFORMOutput Format in Broadcasting Framework RSRD_OUTPUT_FORMATCHAR30Assigned to domainRSRD_OUTPUT_FORMAT
CONVERTER1Producer, Converter, or Distributor Class in Broadcasting RSRD_CLASSCHAR30SEOCLSNAME
CONV1_OUTFORMOutput Format in Broadcasting Framework RSRD_OUTPUT_FORMATCHAR30Assigned to domainRSRD_OUTPUT_FORMAT
CONVERTER2Producer, Converter, or Distributor Class in Broadcasting RSRD_CLASSCHAR30SEOCLSNAME
CONV2_OUTFORMOutput Format in Broadcasting Framework RSRD_OUTPUT_FORMATCHAR30Assigned to domainRSRD_OUTPUT_FORMAT
CONVERTER3Producer, Converter, or Distributor Class in Broadcasting RSRD_CLASSCHAR30SEOCLSNAME
CONV3_OUTFORMOutput Format in Broadcasting Framework RSRD_OUTPUT_FORMATCHAR30Assigned to domainRSRD_OUTPUT_FORMAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRD_OUTFORM_OT
INTO CORRESPONDING FIELDS OF WA_RSRD_OUTFORM_OT
WHERE...

How to access SAP table RSRD_OUTFORM_OT

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