You are on page 1of 52

Archivo de la categoría: Tablas

Estándar

Publicado por

miquelfm1982

Publicado el

diciembre 2, 2015

Publicado bajo

BW, Cadenas de Proceso, Tablas

comentarios

Deja un comentario

Cadenas de Proceso – Buscar Reports


En las Cadenas de Proceso es posible añadir pasos (variantes) para ejecutar Reports
ABAP. Estos pasos/variantes contienen la referencia al Report ABAP.

Una de las opciones para saber que Cadenas de Proceso contienen un Report ABAP en
concreto, es a través de tablas. En este ejemplo se busca una Cadena de Procesos que
utilice el Report ABAP SAP_AGGREGATES_ACTIVATE_FILL.

1) Obtener el paso/variante (Tabla RSPCVARIANT):

Se filtra por los campos (en rojo):


 TYPE: se indica tipo paso/variante es Report ‘ABAP’.
 OBJVERS: se indica versión activa ‘A’.
 FNAM: se indica tipo objeto es ‘PROGRAM’.
 LOW: se indica el nombre del Report ABAP a buscar
‘SAP_AGGREGATES_ACTIVATE_FILL’.

Se recupera el campo ‘VARIANTE’.

2) Obtener la Cadena de Proceso (Tabla RSPCCHAIN):

Se filtra por los campos (en rojo):

 OBJVERS: se indica versión activa ‘A’.


 TYPE: se indica tipo paso/variante es Report ‘ABAP’.
 VARIANTE: se indica el valor recuperado en el paso 1.

En el campo CHAIN_ID se recupera el ID de Cadena de Proceso.

Anuncios
Report this ad
Report this ad
Estándar

Publicado por

miquelfm1982

Publicado el

agosto 26, 2015

Publicado bajo

BW, Tablas

comentarios
Deja un comentario

Buscar Infoobjetos a partir de los


campos del diccionario
En la creación de un Infoprovider (ODS, Cubo, etc…) es necesario utilizar Infoobjetos
(Características o Ratios). Durante la construcción del Infoprovider se añaden
Infoobjetos para guardar la información. En el caso que el sistema SAP BW no
contenga un Infoobjeto se pueden crear (objetos empiezan por Z* o Y*).

Antes de crear cualquier objeto es necesario estar seguro que en nuestro sistema no se
haya creado con otro nombre. El propio sistema nos permite buscar Infoobjetos por su
nombre o su denominación.

Puede ser muy útil realizar una búsqueda por el Tipo de datos (NUMC, CHAR, etc…),
por la rutina de conversión o por la longitud. Para ello se puede consultar la
tabla RSDCHABAS “Caract.básicas (caract., caract.temporales y unidades)”.
Estándar

Publicado por

miquelfm1982

Publicado el

noviembre 14, 2014

Publicado bajo

BW, Cadenas de Proceso, Parametrización, Tablas

comentarios

Deja un comentario

Cadenas de Proceso – Ejecución


inmediata al transportarla
Una de las sorpresas que me he llevado recientemente es la de la ejecución inmediata de
una cadena de procesos al realizar su transporte a otro entorno. Tras darme cuenta del la
situación anómala, modificaba la tipología de la cadena para convertirla en
“Metacadena” (solución provisional) y así evitar su ejecución (sobre todo al transportar
al entorno de productivo) para posteriormente modificarla en el entorno destino.

Tras investigar dicho comportamiento, encontré la nota 1233327 – Correction:


Scheduling of immediate start for transport.

Dicha nota comenta que en la tabla RSADMIN existe el


parámetro NO_TP_SCHEDULE_IMMEDIATE para indicar si se requiere ejecutar la
cadena o no tras su transporte.

En mi caso informé ese parámetro a ‘X’ mediante el


report SAP_RSADMIN_MAINTAIN.

http://service.sap.com/sap/support/notes/1233327
Estándar
Publicado por

miquelfm1982

Publicado el

octubre 7, 2013

Publicado bajo

BW, Fuente de Datos, Tablas

comentarios

Deja un comentario

Buscar características a partir de la


tabla RSOSFIELDMAP
Una de las posibilidades para buscar características en SAP BW es acceder a la tabla
RSOSFIELDMAP por el campo FIELDNM filtrando por el nombre del campo en SAP
R3 y recuperar el campo IOBJNM, que será el nombre de la características.

En el caso de buscar la característica del cliente (KUNNR):


Estándar

Publicado por

miquelfm1982

Publicado el

agosto 12, 2013

Publicado bajo

BW, PSAs, Tablas

comentarios

Deja un comentario

Tabla PSA RSTSODS


Existe la tabla RSTSODS que nos informa sobre varios datos de la PSA. En este caso
concreto es interesante porque tenemos la relación de las PSA de cada las fuentes de
datos con su ID de la tabla en SAP.

Estándar

Publicado por

miquelfm1982

Publicado el

agosto 9, 2013

Publicado bajo

BW, Fuente de Datos, Tablas

comentarios

Deja un comentario
Tabla Fuente de Datos ROOSOURCE
Una de las tablas donde de guarda la información relacionado con las fuentes de datos
en R3 es ROOSOURCE “Cabecera tabla p.fuentes OLTP BW SAP (relev.desde 2.0)”.

Es muy útil cuando se requiere buscar extractores a partir de su origen:


– Campo EXMETHOD -> tipo de extracción (V -> tabla o vista, etc).
– Campo EXTRACTOR -> tabla/vista/módulo de función.

Estándar

Publicado por

miquelfm1982

Publicado el

julio 8, 2013

Publicado bajo

BW, Tablas

comentarios

Deja un comentario

Tablas SAP BW
Listado de tablas de SAP BW:
Transfer Structure
RSTS Transfer Structure List
RSTSFIELD Transfer Structure fields
RSTSRULES Transfer Structure rules
RSAROUTT Text name of Transfer Routine
Text for R/3 Transfer structure
DD03T
Objects
Update Rules
RSUPDROUT Update rules List
RSUPDDAT Update rules with routines
RSUPDKEY Update rule key fields
RSUPDINFO InfoProvider to Infosource correlation
Embedded ABAP coding for Transfer /
Update Rules
RSAABAP ABAP source code per object routine
InfoPackage
RSLDPIO Links datasource to infopackages
RSLDPIOT InfoPackage Text Description
RSLDPRULE ABAP source code for InfoPackages
RSLDPSEL Hardcoded selections in InfoPackages
Contains the request-id number by
RSMONICDP
data target
List of InfoPackage Groups /
RSPAKPOS
InfoPackages
ProcessChain
RSEVENTCHAIN Event Chain Processing Event Table
RSEVENTHEAD Header for the event chain
RSEVENTHEADT Header for the event chain
RSPCCHAIN Process chain details
RSPCCHAINATTR Attributes for a Process Chain
RSPCCHAINEVENTS Multiple Events with Process Chains
RSPCCHAINT Texts for Chain
RSPCCOMMANDLOG System Command Execution Logs (Process Chains)
RSPCLOGCHAIN Cross-Table Log ID / Chain ID
RSPCLOGS Application Logs for the Process Chains
RSPCPROCESSLOG Logs for the Chain Runs
RSPCRUNVARIABLES Variables for Process Chains for Runtime
RSPC_MONITOR Monitor individual process chains
Queries
Directory of the reporting component
RSZELTDIR
elements
RSZELTTXT Texts of reporting component elements
ProcessChain
RSZELTXREF Directory of query element references
Directory of all reports (Query
RSRREPDIR
GENUNIID)
RSZCOMPDIR Directory of reporting components
RSZRANGE Selection specification for an element
RSZSELECT Selection properties of an element
Directory of the reporting component
RSZELTDIR
elements
Assignment reuseable component <->
RSZCOMPIC
InfoCube
RSZELTPRIO Priorities with element collisions
RSZELTPROP Element properties (settings)
Attribute selection per dimension
RSZELTATTR
element
RSZCALC Definition of a formula element
RSZCEL Query Designer: Directory of Cells
RSZGLOBV Global Variables in Reporting
Change history of reporting
RSZCHANGES
components
Workbooks
RSRWBINDEX List of binary large objects (Excel workbooks)
RSRWBINDEXT Titles of binary objects (Excel workbooks)
RSRWBSTORE Storage for binary large objects (Excel workbooks)
RSRWBTEMPLATE Assignment of Excel workbooks as personal templates
RSRWORKBOOK Where-used list for reports in workbooks
Web templates
RSZWOBJ Storage of the Web Objects
RSZWOBJTXT Texts for Templates/Items/Views
RSZWOBJXREF Structure of the BW Objects in a Template
RSZWTEMPLATE Header Table for BW HTML Templates
InfoObject
RSDIOBJ Directory of all InfoObjects
RSDIOBJT Texts of InfoObjects
RSDIOBJ Directory of all InfoObjects
RSDIOBJT Texts of InfoObjects
RSDATRNAV Navigation Attributes
RSDATRNAVT Navigation Attributes
RSDBCHATR Master Data Attributes
Basic Characteristics (for Characteristics,Time Characteristics,
RSDCHABAS
and Units)
RSDCHA Characteristics Catalog
Workbooks
RSDDPA Data Package Characteristic
RSDIOBJCMP Dependencies of InfoObjects
RSKYF Key Figures
RSDTIM Time Characteristics
RSDUNI Units
InfoCube
RSDCUBE Directory of InfoCubes
RSDCUBET Texts on InfoCubes
RSDCUBEIOBJ Objects per InfoCube (where-used list)
RSDDIME Directory of Dimensions
RSDDIMET Texts on Dimensions
RSDDIMEIOBJ InfoObjects for each Dimension (Where-Used List)
RSDCUBEMULTI InfoCubes involved in a MultiCube
RSDICMULTIIOBJ MultiProvider: Selection/Identification of InfoObjects
RSDICHAPRO Characteristic Properties Specific to an InfoCube
RSDIKYFPRO Flag Properties Specific to an InfoCube
RSDICVALIOBJ InfoObjects of the Stock Validity Table for the InfoCube

RSDCUBEMULTI InfoCubes concerned with MultiCube


RSDICMULTIIOBJ MultiProvider: Selection/Identification of InfoObjects
Aggregates
RSDDAGGRDIR Directory of Aggregates
RSDDAGGRCOMP Description of Aggregates
RSDDAGGRT Text on Aggregates
RSDDAGGLT Directory of the aggregates, texts
ODS Object
RSDODSO Directory of all ODS Objects
RSDODSOT Texts of all ODS Objects
RSDODSOIOBJ InfoObjects of ODS Objects
RSDODSOATRNAV Navigation Attributes for ODS Object
RSDODSOTABL Directory of all ODS Object Tables
PSA
RSTSODS Directory of all PSA Tables
DataSource (= OLTP Source)
Header Table for SAP BW DataSources (SAP
ROOSOURCE
Source System/BW System)
RODELTAM BW Delta Procedure (SAP Source System)
RSOLTPSOURCE Replication Table for DataSources in BW
InfoSource
RSIS Directory of InfoSources with Flexible Update
InfoCube
RSIST Texts on InfoSources with Flexible Update
RSISFIELD InfoObjects of an InfoSource
Communications Structure
Communications Structure for InfoSources
RSKS
with Flexible Update
Communications Structure (View) for
RSKS Attributes for an InfoSource with Direct
Update
RSKSFIELD Texts on InfoSources with Flexible Update
InfoObjects of an InfoSource with Flexible
RSISFIELD
Update
Transfer Structure
RSTS Transfer Structure in SAP BW
Generated Objects for a DataSource (Transfer
ROOSGEN
Structure, for example in SAP Source System)
Mapping
Mapping Between InfoSources and DataSources (=OLTP
RSISOSMAP
Sources)
RSOSFIELDMAP Mapping Between DataSource Fields and InfoObjects
InfoSpoke
RSBSPOKESELSET InfoSpoke Directory and Selection Options
RSBSPOKEVSELSET InfoSpoke Directory with Selection Options and Versioning
List of all InfoSpokes with attributes maintained with
RSBSPOKE transaction RSBO which include the name of
the Source & Target Structures
List of all InfoSpokes with the Short & Long Descriptions
RSBSPOKET
(only one of these can be maintained).
Contains all the messages that have been recorded during the
execution of an InfoSpoke. This table can
RSBSTEPIDMESS
be added to using the ABAP Class/Method i_r_log-
>add_sy_message.
SAP BW Statistics
RSDDSTAT Basic Table for InfoCubes/Queries
RSDDSTATAGGR Detail Table for Aggregate Setup
RSDDSTATAGGRDEF Detail Table of Navigation for each InfoCube/Query
RSDDSTATCOND InfoCube Compression
RSDDSTATDELE InfoCube Deletions
RSDDSTATWHM Warehouse Management
Misc
BW Frontend Check. Useful for checking the installed SAP
RSFEC
GUI versions on user machines.
InfoPackage selection and job program, there in field
RSSELDONE
UPDMODE the update status (INIT/DELTA/FULL)
Mapping
RSPSADEL PSA Table deletion
TBTCP Job Schedule Definition
TBTCO Job Schedule Result
RSMONMESS Monitor Messages
RSERRORLOG Check loading errors in table
V_RSZGLOBV Report Variables view table
DEVACCESS Developer Keys table
TSTC All Transactions in the system
RSDDAGGRDIR Directory of the aggregates
ROIDOCPRMS Control parameters for data transfer from the source system
SMEN_BUFFC Objects in User’s Favorites
TSTCT Transaction Codes with Text
DD03L field names and corresponding data element names
DD03LT Description of each data element
DD02L All SAP Defined Table Names
DD02LT Description of All SAP Defined Table Names
Web Item
RSZWITEM Header Table for BW Web Items
BW Web Metadata: Template Item ( Dataprovider, Item, …
RSZWMDITEM
).
RSZWITEMXREF Cross Reference of Web Items
RSZWMIMEIOBUFFER Buffer for Translation MIME Rep. to IO
RSZWOBJ Storage of the Web Objects
RSZWOBJTXT Texts of Templates/Items/Views
RSZWOBJXREF Structure of the BW Objects in a Template
RSZWTEMPLATE Header Table for BW HTML Templates
Archiving
RSARCHIPRO BW Archiving: General Archiving Properties
RSARCHIPROIOBJ BW Archiving: General Archiving Properties
RSARCHIPROLOC BW ARchiving: General Local Properties
RSARCHIPROLOCSEL BW Archiving: Archived Data Area
RSARCHIPROPID BW Archiving: Program References of InfoProvider
RSARCHREQ BW Archiving: Archiving Request
RSARCHREQFILES BW Archiving: Verfified Archive Files
RSARCHREQSEL BW Archiving: Request-Selections
Open Hub Destination
RSBOHSERVICETP Open Hub: Service Types
RSBREQUESTDELTA Open Hub: Cross Reference Outbound/Inbound
RSBREQUESTMESS Open Hub: Log for a Request
RSBREQUID Open Hub: Requests
Mapping
RSBREQUID3RD Open Hub: Status of 3rd Party Requests
RSBREQUIDRUN Open Hub: Table with Status for a Request
RSBSTRUCTURE Open Hub: Generated Structures and Tables

Link original:
http://wiki.scn.sap.com/wiki/display/BI/Important+Tables+in+SAP+BW+7.x

https://sapbwbo.wordpress.com/category/bw/tablas/

Important Tables in SAP BW 7.x


Ir para o final dos metadados

 Criado por Arun Varadarajan, última alteração por Martin Grob em set 12, 2013

Ir para o início dos metadados

Listing of commonly used tables in SAP


BI
Listed below are some of the tables commonly used in SAP BW 7.x - however the same
has not been tested in NW2004s and please make corrections if required. Some of this
material has gone through a lot of eyeballs before making it to the final list and could
contain some older references / incorrect references , however most of them have been
validated.

RSTS Transfer Structure List


RSTSFIELD Transfer Structure fields
RSTSRULES Transfer Structure rules
RSAROUTT Text name of Transfer Routine
Text for R/3 Transfer structure
DD03T
Objects
Update Rules
RSUPDROUT Update rules List
RSUPDDAT Update rules with routines
RSUPDKEY Update rule key fields
RSUPDINFO InfoProvider to Infosource correlation
Embedded ABAP coding for Transfer /
Update Rules
RSAABAP ABAP source code per object routine
InfoPackage
RSLDPIO Links datasource to infopackages
RSLDPIOT InfoPackage Text Description
RSLDPRULE ABAP source code for InfoPackages
RSLDPSEL Hardcoded selections in InfoPackages
Contains the request-id number by
RSMONICDP
data target
List of InfoPackage Groups /
RSPAKPOS
InfoPackages

RSEVENTCHAIN Event Chain Processing Event Table


RSEVENTHEAD Header for the event chain
RSEVENTHEADT Header for the event chain
RSPCCHAIN Process chain details
RSPCCHAINATTR Attributes for a Process Chain
RSPCCHAINEVENTS Multiple Events with Process Chains
RSPCCHAINT Texts for Chain
RSPCCOMMANDLOG System Command Execution Logs (Process Chains)
RSPCLOGCHAIN Cross-Table Log ID / Chain ID
RSPCLOGS Application Logs for the Process Chains
RSPCPROCESSLOG Logs for the Chain Runs
RSPCRUNVARIABLES Variables for Process Chains for Runtime
RSPC_MONITOR Monitor individual process chains

RSZELTDIR Directory of the reporting component elements


RSZELTTXT Texts of reporting component elements
RSZELTXREF Directory of query element references
RSRREPDIR Directory of all reports (Query GENUNIID)
RSZCOMPDIR Directory of reporting components
RSZRANGE Selection specification for an element
RSZSELECT Selection properties of an element
RSZELTDIR Directory of the reporting component elements
RSZCOMPIC Assignment reuseable component <-> InfoCube
RSZELTPRIO Priorities with element collisions
RSZELTPROP Element properties (settings)
RSZELTATTR Attribute selection per dimension element
RSZCALC Definition of a formula element
RSZCEL Query Designer: Directory of Cells
RSZGLOBV Global Variables in Reporting
RSZCHANGES Change history of reporting components

RSRWBINDEX List of binary large objects (Excel workbooks)


RSRWBINDEXT Titles of binary objects (Excel workbooks)
RSRWBSTORE Storage for binary large objects (Excel workbooks)
RSRWBTEMPLATE Assignment of Excel workbooks as personal templates
RSRWORKBOOK Where-used list for reports in workbooks

RSZWOBJ Storage of the Web Objects


RSZWOBJTXT Texts for Templates/Items/Views
RSZWOBJXREF Structure of the BW Objects in a Template
RSZWTEMPLATE Header Table for BW HTML Templates
InfoObject
RSDIOBJ Directory of all InfoObjects
RSDIOBJT Texts of InfoObjects
RSDIOBJ Directory of all InfoObjects
RSDIOBJT Texts of InfoObjects
RSDATRNAV Navigation Attributes
RSDATRNAVT Navigation Attributes
RSDBCHATR Master Data Attributes
Basic Characteristics (for Characteristics,Time
RSDCHABAS
Characteristics, and Units)
RSDCHA Characteristics Catalog
RSDDPA Data Package Characteristic
RSDIOBJCMP Dependencies of InfoObjects
RSKYF Key Figures
RSDTIM Time Characteristics
RSDUNI Units

RSDCUBE Directory of InfoCubes


RSDCUBET Texts on InfoCubes
RSDCUBEIOBJ Objects per InfoCube (where-used list)
RSDDIME Directory of Dimensions
RSDDIMET Texts on Dimensions
RSDDIMEIOBJ InfoObjects for each Dimension (Where-Used List)
RSDCUBEMULTI InfoCubes involved in a MultiCube
RSDICMULTIIOBJ MultiProvider: Selection/Identification of InfoObjects
RSDICHAPRO Characteristic Properties Specific to an InfoCube
RSDIKYFPRO Flag Properties Specific to an InfoCube
RSDICVALIOBJ InfoObjects of the Stock Validity Table for the InfoCube
RSDCUBEMULTI InfoCubes concerned with MultiCube
RSDICMULTIIOBJ MultiProvider: Selection/Identification of InfoObjects

RSDDAGGRDIR Directory of Aggregates


RSDDAGGRCOMP Description of Aggregates
RSDDAGGRT Text on Aggregates
RSDDAGGLT Directory of the aggregates, texts
ODS Object
RSDODSO Directory of all ODS Objects
RSDODSOT Texts of all ODS Objects
RSDODSOIOBJ InfoObjects of ODS Objects
RSDODSOATRNAV Navigation Attributes for ODS Object
RSDODSOTABL Directory of all ODS Object Tables
PSA
RSTSODS Directory of all PSA Tables
DataSource (= OLTP
Source)
Header Table for SAP BW DataSources (SAP Source
ROOSOURCE
System/BW System)
RODELTAM BW Delta Procedure (SAP Source System)
RSOLTPSOURCE Replication Table for DataSources in BW
InfoSource
RSIS Directory of InfoSources with Flexible Update
RSIST Texts on InfoSources with Flexible Update
RSISFIELD InfoObjects of an InfoSource
Communications
Structure
Communications Structure for InfoSources with Flexible
RSKS
Update
Communications Structure (View) for Attributes for an
RSKS
InfoSource with Direct Update
RSKSFIELD Texts on InfoSources with Flexible Update
RSISFIELD InfoObjects of an InfoSource with Flexible Update
Transfer Structure
RSTS Transfer Structure in SAP BW
Generated Objects for a DataSource (Transfer Structure,
ROOSGEN
for example in SAP Source System)

Mapping Between InfoSources and DataSources (=OLTP


RSISOSMAP
Sources)
RSOSFIELDMAP Mapping Between DataSource Fields and InfoObjects
InfoSpoke
RSBSPOKESELSET InfoSpoke Directory and Selection Options
RSBSPOKEVSELSET InfoSpoke Directory with Selection Options and Versioning
List of all InfoSpokes with attributes maintained with
RSBSPOKE transaction RSBO which include the name of
the Source & Target Structures
List of all InfoSpokes with the Short & Long Descriptions
RSBSPOKET
(only one of these can be maintained).
Contains all the messages that have been recorded during the
execution of an InfoSpoke. This table can
RSBSTEPIDMESS
be added to using the ABAP Class/Method i_r_log-
>add_sy_message.
SAP BW Statistics
RSDDSTAT Basic Table for InfoCubes/Queries
RSDDSTATAGGR Detail Table for Aggregate Setup
RSDDSTATAGGRDEF Detail Table of Navigation for each InfoCube/Query
RSDDSTATCOND InfoCube Compression
RSDDSTATDELE InfoCube Deletions
RSDDSTATWHM Warehouse Management
Misc
BW Frontend Check. Useful for checking the installed SAP
RSFEC
GUI versions on user machines.
InfoPackage selection and job program, there in field
RSSELDONE
UPDMODE the update status (INIT/DELTA/FULL)
RSPSADEL PSA Table deletion
TBTCP Job Schedule Definition
TBTCO Job Schedule Result
RSMONMESS Monitor Messages
RSERRORLOG Check loading errors in table
V_RSZGLOBV Report Variables view table
DEVACCESS Developer Keys table
TSTC All Transactions in the system
RSDDAGGRDIR Directory of the aggregates
ROIDOCPRMS Control parameters for data transfer from the source system
SMEN_BUFFC Objects in User's Favorites
TSTCT Transaction Codes with Text
DD03L field names and corresponding data element names
DD03LT Description of each data element
DD02L All SAP Defined Table Names
DD02LT Description of All SAP Defined Table Names
RSZWITEM Header Table for BW Web Items
BW Web Metadata: Template Item ( Dataprovider, Item, ...
RSZWMDITEM
).
RSZWITEMXREF Cross Reference of Web Items
RSZWMIMEIOBUFFER Buffer for Translation MIME Rep. to IO
RSZWOBJ Storage of the Web Objects
RSZWOBJTXT Texts of Templates/Items/Views
RSZWOBJXREF Structure of the BW Objects in a Template
RSZWTEMPLATE Header Table for BW HTML Templates
Archiving
RSARCHIPRO BW Archiving: General Archiving Properties
RSARCHIPROIOBJ BW Archiving: General Archiving Properties
RSARCHIPROLOC BW ARchiving: General Local Properties
RSARCHIPROLOCSEL BW Archiving: Archived Data Area
RSARCHIPROPID BW Archiving: Program References of InfoProvider
RSARCHREQ BW Archiving: Archiving Request
RSARCHREQFILES BW Archiving: Verfified Archive Files
RSARCHREQSEL BW Archiving: Request-Selections
Open Hub Destination
RSBOHSERVICETP Open Hub: Service Types
RSBREQUESTDELTA Open Hub: Cross Reference Outbound/Inbound
RSBREQUESTMESS Open Hub: Log for a Request
RSBREQUID Open Hub: Requests
RSBREQUID3RD Open Hub: Status of 3rd Party Requests
RSBREQUIDRUN Open Hub: Table with Status for a Request
RSBSTRUCTURE Open Hub: Generated Structures and Tables

https://wiki.scn.sap.com/wiki/display/BI/Important+Tables+in+SAP+BW+7.x

BW Statistics and RSDDSTAT* views,


tables
Ir para o final dos metadados

 Criado por Colum Cronin, última alteração por Alon Mizrahi em out 31, 2011

Ir para o início dos metadados

BW 3.x:
- before you use table RSDDSTAT you must activate the BW Statistics: RSA1 -> Tools
-> BW Stats for InfoProviders

- can collect stats for OLAP (frontend) & for Loading (WHM backend)

- make sure that you have stats checked for ALL InfoProviders that you are querying on

- all RSDDSTAT tbls get updated when BW stats are switched on

- all RSDDSTAT tbls feed into the ST03 monitor

==================================================
BI 7.x:

- to activate statistics goto tcode RSA1 .. Tools ... Settings for BI Stats

-- set stats for Query- set stats for InfoProvider (as per 3.x)

- set stats for Web Template- set stats for Workbook

==================================================

RSDDSTAT* predefined views & tables in BI 7.x:

- RSDDSTATAGGR

-- Detail Table for Aggregate Setup

- RSDDSTATAGGRDEF

-- Detail Table of Navigation for each InfoCube/Query

- RSDDSTAT_OLAP:

-- view containing data from the events from the areas for the front end and calculation
layer of the analytic engine (Front End/OLAP)

-- similar to old 3.x one but now has different breakdown for OLAP time

-- SESSIONID: when you start your session (i.e. run the query)

-- STEPUID: when you do something different (i.e. navigate)#

-- Events ID 9000-9011: more info for QTIMEDB


-- Events ID 3000-3999: more info for QOLAPTIME

- RSDDSTATSTEPTP:

-- type of steps
-- BEX, BEX3, BRCS (broadcasting), EXTN (external read), JAVA, MDX

- RSDDSTATHANDLTP:

-- combines Handle & Step type

-- helps to identify where the time is being spent

- RSDDSTAT_DM:

-- Statistics DataManager for Query execution

-- view containing data from the events from the area for the aggregation layer and
analytic engine (Data Manager).

-- gives the detail of the DB access

-- get the STEPID of the RSDDSTAT_OLAP entry with Event ID = 9000 (DBTIME)

-- look STEPID up in RSDDSTAT_DM- gives the InfoProvider its reading

-- gives the aggregate being used- if $__ in AGGREGATE => BIA is being used

-- TABLTP: which fact table is being used- TIMEREAD: time spent reading- WP_ID:
which work process is being used

- RSDDSTATWHM:

-- Warehouse management statistics

-- time it takes to do a load

- RSDDSTATCOND

-- InfoCube Compression

- RSDDSTATDELE

-- InfoCube Deletions

- RSDDSTAT_WRITE

-- InfoCube Writes

- RSDDSTATBCACT

-- Business Content Activation Statistics

- RSDDSTATCOND
-- Data on Condensing Run InfoCube

- RSDDSTATEXTRACT

-- Time of last delta load

https://wiki.scn.sap.com/wiki/display/BI/BW+Statistics+and+RSDDSTAT*+views%2C+tables

DataSources Tables
Ir para o final dos metadados

 Criado por Paulo Junior, última alteração em out 04, 2010

Ir para o início dos metadados


In the Source System:

ROOSOURCE Header table for DataSources in the source system


ROOSFIELD Specific fields for a DataSource in the source system
ROOSGEN Generated objects for spcific DataSource in the source system

In the Business Warehouse system:

Replicate Table for OLTP Sources in BW. For 3.X


RSOLTPSOURCE
DataSources. If the DataSource is here, it cannot be in RSDS
OLTP Source Fields. For 3.X DataSources. If the DataSource is
RSOLTPSOURCEFIE
here, it cannot be in RSDS
For 7.X DataSources. If the DataSource is here, it cannot be in
RSDS
RSOLTPSOURCE or RSOLTPSOURCEFIE
RSDST DataSource - Texts

https://wiki.scn.sap.com/wiki/display/BI/DataSources+Tables

DTP tables
Ir para o final dos metadados

 Criado por Sridevi Aduri, última alteração por Colum Cronin em abr 08, 2010

Ir para o início dos metadados


RSBKDTP BW: Data Transfer Process Header Data
RSBKDTPH DTP: Historic Versions
RSBKDTPSTAT Status Information on Data Transfer Process
RSBKDTPT Texts on Data Transfer Processes
RSBKDTPTH Texts on Data Transfer Processes
RSDDSTATDTP Table for WHM Statistics. Details DTP
RSOACUBE_DTP BW: OLTP Direct Access: Directory of Assigned Remote DTPs
RSBKDATAPAKSEL DTP: Data Package Selections
RSBKSELECT Selections for DTP Request (Summary)
RSBKREQUEST DTP Request
RSBKREQUEST_V View of DTP Request
RSBKBP Breakpoints
RSBKDATAINFO Information on DTP Runtime Buffers
RSBKDATAPAKID DTP: Status Table for Data Packages
RSBKSUBSTEP Properties of Substeps in a DTP

https://wiki.scn.sap.com/wiki/display/BI/DTP+tables

Hierarchy Tables
Ir para o final dos metadados

 Criado por Vincent Judge, última alteração por Colum Cronin em fev 22, 2010

Ir para o início dos metadados

RSHIEDIR Hierarchy Directory, Header Information


RSHIEDIRT Hierarchy directory texts
/BI*/H<IOBJNM> Hierarchy structure table
/BI*/J<IOBJNM> Interval table
RSMHIERNODE Master data table for text nodes
RSTHIERNODE Text table for text nodes

RSRHIEDIR_OLAP OLAP table hierarchy directory


/BI*/K<IOBJNM> Conversion of hierarchy nodes - SID
/BI*/I<IOBJNM> SID table hierarchy structure

HIEID Internal hierarchy ID (unique ID)


OBJVERS Object version (M or A)
HIETYPE Type BW hierarchies 1= master data hierarchy with ref to infoobject
HIENM Hierarchy name
VERSION Hierarchy version
DATETO Date valid to
IOBJNM InfoObject
DATEFROM Date valid from
LOGSYS Source system
REQUEST Request number for data transfer
TSTPNM Last changed by
TIMESTMP UTC time stamp in abbreviated form (YYYYMMDDhhmmss)

HIEID Internal hierarchy ID (unique ID)


OBJVERS Object version
NODEID Internal ID number for a hierarchy node
IOBJNM InfoObject
NODENAME Hierarchy node name
TLEVEL Hierarchy node level
LINK Link indicator for a hierarchy node
PARENTID Parent ID for a hierarchy node
CHILDID Child ID for a hierarchy node
NEXTID Next ID for a hierarchy node
DATEFROM Date valid from
DATETO Date valid to
INTERVL Flag: node is interval
SIGNCH +/- sign reversal

HIEID Internal hierarchy ID (unique ID)


OBJVERS Object version
NODEID Internal ID number for a hierarchy node
LEAFFROM Hierarchy leaf from
LEAFTO Hierarchy leaf to

HIEID Internal hierarchy ID (unique ID)


OBJVERS Object version
NODENAME Hierarchy nodes unable to be posted

LANGU Language key


HIEID Internal hierarchy ID (unique ID)
OBJVERS Object version
NODENAME Hierarchy nodes unable to be posted
TXTSH Short description
TXSTMD Medium description
TXTLG Long description

https://wiki.scn.sap.com/wiki/display/BI/Hierarchy+Tables

Process Chain Tables


Ir para o final dos metadados

 Criado por Colum Cronin, última alteração por Lucas Oliveira em jul 07, 2011

Ir para o início dos metadados

RSEVENTHEAD Header for the event chain


RSPC_BUFFER Shared Buffer for Processes
RSPC_MONITOR Monitor individual process chains
RSPCCHAIN Process chain
RSPCCHAINATTR Attributes for a Process Chain
RSPCCHAINEVENTS Multiple Events with Process Chains
RSPCCHAINT Texts for Chain -> Text - Chain-ID
RSPCLOGS Application Logs for the Process Chains
RSPCLOGCHAIN Cross-Table Log ID / Chain ID
RSPCPROCESSLOG Logs for the Chain Runs
RSPCRUNVARIABLES Variables for Process Chains for Runtime
RSPCVARIANT* Generic Variant-Storage
RSEVENTCHAIN Event Chain Processing Event Table
RSEVENTHEADT Header for the Event Chain
RSPCCOMMANDLOG System Command Execution Logs

https://wiki.scn.sap.com/wiki/display/BI/Process+Chain+Tables

PS Tables
Ir para o final dos metadados

 Criado por VIDYAPRASANNA MAGADI, última alteração por Arun


Varadarajan em set 26, 2009

Ir para o início dos metadados


Tables Description
PRPS WBS element master table
BPJA Total costs for annual period CO object
KBUD Budget
KNB0 supplementary budget

https://wiki.scn.sap.com/wiki/display/BI/PS+Tables

BI-IP tables
Ir para o final dos metadados

 Criado por Guest, última alteração por Mariana Lazar em mar 18, 2015

Ir para o início dos metadados

Most of the important tables in BI Integrated Planning start with the prefix: RSPL.
 Planning Functions and Planning Function Type:

Planning Service

 SRVNM is the technical name of the planning function


 SRVTYPENM is the technical name of the planning
RSPLF_SRV function type (see RSPLAN)
 INFOPROV is the name of the infoprovider or
aggregation level
 TXTLG is the description of the planning function

RSPLF_SRV_COND Rule Condition in Planning Service


RSPLF_SRV_CU Characteristic Usage
RSPLF_SRV_P Parameter Value (Elementary Type)
RSPLF_SRV_PS Parameter Value (Selection Type)
RSPLF_SRV_TI Index: Associated TLOGO Objects
RSPLF_SRVT Text Table for Planning Service
RSPLF_SRVTYPE Definition of Planning Service
RSPLF_SRVTYPE_D Dialog Information
RSPLF_SRVTYPE_P Parameter Definition for Planning Service
RSPLF_SRVTYPE_PT Text Table for Parameter Definition&nbsp
RSPLF_SRVTYPE_PV Maintenance View for Parameter Definition
RSPLF_SRVTYPET Text Table for Definition of Planning Services

 Planning Sequences:

RSPLS_SEQUENCE Planning Sequence


Planning Steps

 SEQNM is the technical name of the planning


sequence
 STEPID reflect the order in which the planning
RSPLS_SEQUENCE_S function are called
 AGGRLEVEL is the technical name of the aggregation
level
 SELOBJ is the technical name of the filter
 SRVNM is the technical name of the planning function

RSPLS_SEQUENCET Texts for Planning Sequences

 Aggregation Levels:

RSPLS_ALVL Planning: Primary Table for Aggregation Level


RSPLS_ALVL_IOBJ Planning: Aggregation Levels for InfoObjects
RSPLS_ALVLT Planning: Text Table for Aggregation Level

 Characteristic Relationship:

RSPLS_CR_HEAD Characteristic Relationships: Header Table


RSPLS_CR_PROP Characteristic Relationships: Settings
RSPLS_CR_RANGE Char.Relationship: Range (for example, for DataStore Object)
RSPLS_CR_ROLE Characteristic Relationships: Roles of the Characteristics
RSPLS_CR_STEPS Relationships Between Characteristics in Basic InfoProvider

 Data Slices:

RSPLS_DS Data Slices


RSPLS_DS_FIELD Data Slices: InfoObjects with Restrictions
RSPLS_DS_HEAD Data Slices: Header Table
RSPLS_DS_RANGE Data Slices: Selection
RSPLS_DST Text Table: Data Slices

https://wiki.scn.sap.com/wiki/display/BI/BI-IP+tables

A tabela a seguir lista os termos utilizados neste guia. Estes termos se aplicam aos
estágios SAP BW Load e Extract

Tabela 1. Terminologia
Termo Descrição
BAPI (Business Application Um método de API de um objeto de negócios
Programming Interface) SAP que fornece acesso a processos e dados em
um sistema de aplicativos de negócios, como o
SAP BW.
Tabela 1. Terminologia
Termo Descrição
BOR (Business Object O repositório do SAP BW que contém objetos de
Repository) negócios SAP e seus métodos, entre outros
objetos.
Objetos de Negócios Uma representação de uma entidade de negócios
ou um processo de negócios no mundo real, como
uma ordem de compra, no sistema SAP BW. Eles
são as unidades organizacionais, os dados
principais e outros documentos que podem ser
transferidos para o SAP BW.
BW Business Information Warehouse.
ERP Enterprise Resource Planning.
Hierarquia Um objeto que resume e agrupa características de
acordo com critérios específicos.

As hierarquias podem ser criadas apenas para


aquelas características que não fazem referência a
outras características, significando apenas aquelas
características para as quais existem dados
principais.
InfoCube Um contêiner de dados central para consultas e
avaliações. InfoCubes contêm dois tipos de
dados: figuras-chave e características.
InfoObject Um termo genérico para as características do
Business Information Warehouse, figuras-chave e
assim por diante. InfoObjects são utilizados em
InfoCubes.
InfoPackage Uma descrição de quais dados em um InfoSource
devem ser solicitados a partir do Sistema de
Origem. Um InfoPackage pode especificar uma
tarefa do IBM® InfoSphere DataStage para
produzir os dados a serem carregados.
InfoSource Um DataSource, ou seja, uma representação de
uma estrutura de provedor, que são dados
agrupados logicamente a partir de um ponto de
negócios da visualização. Estes dados podem ser
transportados de um Sistema de Origem para o
SAP BW. Cada InfoSource pode ser designado
simultaneamente a vários Sistemas de Origem (ou
seja, componentes de aplicativo ou sistemas
externos do R/3).
Tabela 1. Terminologia
Termo Descrição
InfoSpoke O objeto de extração do SAP BW que especifica
os dados a serem extraídos para um arquivo ou
tabela de banco de dados.
Key Figure Figuras-chave referem-se a unidades de
InfoObject, com Características. Estas unidades
são valores ou quantidades, por exemplo, campos
de moeda, quantidade ou numéricos, tais como
receita de vendas ou número de funcionários.
InfoSource Principal Um InfoSource Principal representa entidades,
tais como empresas e clientes. Os dados do
InfoSource Principal contêm dados Master, textos
ou estruturas de transferência de Hierarquia.
Open Hub Um canal de distribuição do SAP BW, que pode
extrair, transformar e carregar dados em um
planejamento.
Cadeia de Processo Uma série de processos que são planejados no
segundo plano aguardando um evento. Alguns
processos acionam um evento que, por sua vez,
pode iniciar outros processos.

Esta funcionalidade do fluxo de trabalho no SAP


BW reduz a quantidade de trabalho manual
necessário para carregar e extrair dados e fornecer
informações.
RFC Remote Function Call. A implementação do SAP
do RPC (Remote Procedure Call) no ABAP. É
uma chamada para um módulo de função que é
executado em um sistema diferente da função de
chamada. O Remote Function Call também pode
ser chamado a partir do mesmo sistema mas,
geralmente, o responsável pela chamada e quem
recebe a chamada estão dispersos.
Servidor RFC Um componente do InfoSphere DataStage Server
que está em conformidade com um padrão
especificado do SAP BW como uma solução de
extração e carregamento de dados de terceiros
certificada. O servidor se conecta ao Servidor de
Aplicativos do SAP BW quando chamado. O
servidor atende todas as diretivas de
carregamento ou extração de dados iniciadas do
SAP BW e aciona o InfoSphere DataStage para
executar tarefas específicas de carregamento e
extração.
Tabela 1. Terminologia
Termo Descrição
Sistema de Origem O repositório de dados ou banco de dados que
contém os InfoSources. Ele é o Sistema de
Origem lógico que a saída para o estágio
representa. As origens de dados carregadas no
SAP BW que usam as tarefas do InfoSphere
DataStage podem ser representadas como um ou
mais Sistemas de Origem.
InfoSource de Transação Os InfoSources de Transação fornecem
quantidades numéricas associadas a combinações
de entidades master, tal como o valor em dólar
das vendas de cada loja durante cada período de
tempo.
Estrutura de Transferência Um conjunto de metadados de campo que
descrevem o formato dos dados a serem
carregados no SAP BW a partir de um
InfoSource. Um InfoSource Principal possui
estruturas de transferência separadas para dados
do atributo, dados de texto e Hierarquias.
Variante Uma variante é uma coleta de critérios
predefinidos, semelhante a um grupo de valores
utilizado como parâmetros.

As variantes são anexadas a vários processos que


são definidos para as Cadeias de Processo usadas
pelo InfoSphere DataStage para a extração de
dados, como o processo Iniciar, o processo
Exportar Dados em Sistemas Externos e o
processo Programa ABAP. (O Programa ABAP
referenciado pelo próprio processo do Programa
ABAP possui uma variante anexada nele.)

https://www.ibm.com/support/knowledgecenter/pt-
br/SSZJPZ_8.5.0/com.ibm.swg.im.iis.ds.entpak.sapbw.help.doc/topics/r_pack_sapbw_Termino
logy.html

Enhancing an Extractor (BW/BI)


November 6, 2013 | 8,247 Views |
Amit Kumar
more by this author

ABAP Development

bwenhanceextractor;

 share 0
 share 0
 tweet
 share 0

Follow

Introduction

Extractors:

Extractors are used to retrieve data in the SAP source system (i.e. ECC in our case), which can fill the
extract structure of a data source with the data from the SAP source system(i.e. ECC).The extractor may
be able to supply more fields than the existing extract structure.

Extractors are used to extract data from a source system (i.e. ECC) and transfer it to BI system or BW
system. They are also used for direct access to the source data from the BI system or BW system. SAP
has provided standard extractors for purpose of extracting data. But in some situations these standard
extractors won’t completely meet our business requirements. In such cases we need to enhance standard
extractors. For example in some transaction a custom field has been added to meet our requirement. Since
this is a custom field it will not be present in standard extractor. Now we need to include this field in
extractor we will have to enhance the standard extractor.

Extractors use the DataSource defined in SAP for the data extraction.

What is BI?

Business intelligence (BI) refers to presentation of business records by collecting, integrating, analyzing
the business records.

BI systems provide historical and prognostic views of business operations.BI most often using records
that have been gathered into a system and occasionally working from operational data or Transaction
data.

BI Extractors

Data retrieval is one of the key data warehousing processes in BI. BI provides mechanisms – extractors –
for retrieving data (master data, transaction data, metadata) from various sources. The extraction and
transfer of data occurs when requested by BI.

Data Source:

Data Source is a set of fields that provide the data for a business unit for data transfer into BI.Technically,
DataSource is a set of logically-related fields that are provided to transfer data into BI in the extraction
structure.

There are three types of DataSource:


o DataSource for transaction data
o DataSource for master data
o DataSource for texts

Extract Structure for a DataSource:

The extraction structure for a data source shows the format in which the DataSource, or the extractor for
the DataSource, transfers its data. The extract structure must be created in the DDIC as a dictionary
structure or transparent table. A view is not permitted here since it would then not give you the option to
add an Append structure. Append structure (container for Custom fields) enable you to convert business
requirements. You can populate the fields in the Append structure using function enhancements (BADI,
user exit etc).

When to enhance a DataSource using Extract structure:

 Business Content does not include the field in a DataSource for your application.
 When we do some enhancement in the standard transaction, we need more fields.

Enhance a DataSource using Extract structure – Procedure:

Step 1: Go to transaction RSA6 for enhancing a datasource using extract structure. Select a DataSource
(0REFX_6).
Step 2: Choose the data sources which need to be enhanced using extract structure. Click on extract
structure (REIS_CASHFLOW_TRAN).

Step 3: Now use “Append Structure” to append new fields.


Step 4: Now add the required fields.

A. Step 5: Activate the append structure.Go to RSA6 transaction select the data source Go to
datasourceàchange DataSource.

Step 6: Here, we have the options like ‘Select’, ‘Hide’, ‘Inversion’ and ‘Field only’ each for a different
use.

 Selection:
 Hide field: Used exclude an extract structure field from the data transfer. As a result of our
action, the field is no longer made available in BW or BI when setting the transfer rules and
generating the transfer structure.
 Inversion is only possible for certain transaction data DataSources. These include DataSources
that have a field that is indicated as an inversion field.The value of the key figure is then
transferred in inverted form i.e. multiplied by (–1) into BW or BI.
 Field only: The indicator Field only known in Exit is set for fields of an append structure. By
default these fields are not passed onto the extractor from the field list and selection table.
Deselect the indicator ‘Field Only’ to enable the Service API to pass on the append structure
field to the extractor together with the fields of the delivered extract structures in the field list
as well as in the selection table.
Procedure to populate the records in the data source:

Step 1: To populate the records according to the business requirement we can do by implementing a
BADI, USEREXIT etc.Here we have used BADI “RSU5_SAPI_BADI”.

Step 2: Select the interface àgo to the data transform.

With delta load, we can prevent long loading times and unnecessary locks on the database by only
loading new or modified data records into SAP BW. This is advantageous when working with
applications with large data collections.

Update Modes

 Delta-initialization: Determines the beginning inventory; can be run multiple times for each
DataSource with enhanced selection criteria.
 Delta update: Determines and loads the delta dataset.
 Full update: Determines and loads the entire dataset. You need to delete the data in the BW
before reloading.

Step 3: Inside method write the perform signature.


Step 4: Now go the SE38 create a report “ZPME1_0REFX_6 “, Select type as “Subroutine pool”.

Step 5: Inside the form take the field values from BI into an internal table. Based on the field values from
BI fetch the data from ECC system then pass the fetched into the internal table “C_T_DATA”.
Extraction of the data:

Once new datasource is created through any of the methods explained above, it is ready for the extraction.
So, for extracting the data from the new datasource:

 Go to the transaction RSA 3.

All the records satisfying the desired selection criteria will be extracted and displayed
References:

1. Help.sap.com
2. www.Sdn.sap.com

https://blogs.sap.com/2013/11/06/enhancing-an-extractor-bwbi/

How to find extractor and/or InfoSource


for given R3 table/field?
2

0
0
Share
"If I know what ""R/3"" table and/or field I want to get into BW,= how can I find out
whether there is an extractor already set up= in standard content? I have looked thru the
forums and could= not find an answer=2E The closest I came was to use the
ROOSOURCE= and ROOSFIELD tables in R/3 but that did not give me the table=
name in R/3, only the field=2E For example, I have a project where I know I have been
given= table names like BSEG, LFA1, and BSIK (there are others) as data= my users
want to report on=2E Thank you so much in advance for any replies to this question=2E
"
b
By bigmarko
13 years ago

 SAP BW

2 Answers
Answer this question
Sign In to Post a Comment
Sign In
a
arpankumar
13 years ago
If you have a specific requirements like this where,

1. You know the table name as a source


2. Know all the fields it should contain
3. may be know which field should act as pointer to delta (if applicable)
4. have rough idea about the BW objects like wants to use ODS or not etc..

why don't you explore the possibility of creating a generic extractor from
the table view (via RSO2).

If you have a multiple table then

use join (sq01..)


Build the DS from that query.

Otherwise you can try with ""Where Used list"" for the table/field in R/3.
But not sure if it would check the ""D"" objects. Can have a try though.

Thanks,
Arpan

"" rmarkowsk... via sap-r3-bw""


09/30/2004 06:44 PM
Please respond to
sap-r3-bw
To
Arpan K Chowdhury/India/IBM@IBMIN
cc

Subject
[sap-r3-bw] How to find extractor and/or InfoSource for given R3
table/field?

If I know what ""R/3"" table and/or field I want to get into BW, how can I
find out whether there is an extractor already set up in standard content?
I have looked thru the forums and could not find an answer. The closest
I came was to use the ROOSOURCE and ROOSFIELD tables in R/3 but that did
not give me the table name in R/3, only the field.

For example, I have a project where I know I have been given table names
like BSEG, LFA1, and BSIK (there are others) as data my users want to
report on.

Thank you so much in advance for any replies to this question.

****FREE Data Profiling White Paper from Innovative Systems****


Enterprise Data at Risk: Preventing Data Integration Disaster
http://www.ITtoolbox.com/r/rd.asp?i=7648
***************************************************************
*Archives: http://Groups.ITtoolbox.com/g/sap-r3-bw.asp
*Manage Subscriptions: http://My.ITtoolbox.com
*Leave Group: mailto:leave-sap-r3-bw@Groups.ITtoolbox.com
*Need Subscription Help? mailto:Listmaster@ITtoolbox.com
*Terms of Use: http://www.ittoolbox.com/help/termsofuse.htm
*Copyright (c) ITtoolbox and message author. No redistribution.

Answered
PH
Peter Holk
13 years ago

Hi,
try from SAP Library under BW and search for the tablename. The
documentation returns all the places the table is used.
Url:
http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/
frameset.htm

Regards
Peter

"" rmarkowsk...
via sap-r3-bw""
<sap-r3-bw@Groups To
.ITtoolbox.com> Peter Holk <peh@edbgruppen.dk>
cc
30-09-2004 15:14
Subject
[sap-r3-bw] How to find extractor
Please respond to and/or InfoSource for given R3
sap-r3-bw@Groups. table/field?
ITtoolbox.com

If I know what ""R/3"" table and/or field I want to get into BW, how can I
find out whether there is an extractor already set up in standard content?
I have looked thru the forums and could not find an answer. The closest I
came was to use the ROOSOURCE and ROOSFIELD tables in R/3 but that did not
give me the table name in R/3, only the field.

For example, I have a project where I know I have been given table names
like BSEG, LFA1, and BSIK (there are others) as data my users want to
report on.

Thank you so much in advance for any replies to this question.

****FREE Data Profiling White Paper from Innovative Systems****


Enterprise Data at Risk: Preventing Data Integration Disaster
http://www.ITtoolbox.com/r/rd.asp?i=7648
***************************************************************
*Archives: http://Groups.ITtoolbox.com/g/sap-r3-bw.asp
*Manage Subscriptions: http://My.ITtoolbox.com
*Leave Group: mailto:leave-sap-r3-bw@Groups.ITtoolbox.com
*Need Subscription Help? mailto:Listmaster@ITtoolbox.com
*Terms of Use: http://www.ittoolbox.com/help/termsofuse.htm
*Copyright (c) ITtoolbox and message author. No redistribution.

https://it.toolbox.com/question/how-to-find-extractor-and-or-infosource-for-given-r3-table-
field-093004

Tables for BW 7.0 InfoSources


Hallo,

I'm looking for the tables containing the metadata (creator, fieldlist/ddic-type, text, etc
etc) for 7.0 InfoSources.

For 3.x InfoSources all those information could be found in RSIS* and RSOS* tables.
Are there any aquivalent tables for tne 7.0 ones?

Thanks a lot in advance & kindly regards

Chris

Christian Baum
August 14, 2015 at 10:00 AM
0 Likes
Not what you were looking for? View more on this topic or

9 replies

Pratap Sone replied


May 17, 2010 at 18:33 PM

1. RSIS Directory of InfoSources with Flexible Update


2. RSIST Texts on InfoSources with Flexible Update
3. RSISFIELD InfoObjects of an InfoSource
4. RSKS Communications Structure for InfoSources with
Flexible Update
5. RSKS Communications Structure (View) for Attributes
for an InfoSource with Direct Update
6. RSKSFIELD Texts on InfoSources with Flexible Update
7. RSISFIELD InfoObjects of an InfoSource with Flexible
Update
8. RSISOSMAP Mapping Between InfoSources and DataSources

0 likes

Vikram Srivastava replied


May 17, 2010 at 18:40 PM

Hi ,

Please find below the list of tables:

RSKSFIELDNEW Fields for New InfoSource

RSKSNEW New InfoSource - TLOGO: TRCS

RSKSNEWT New InfoSource Texts

-Vikram

0 likes

Christian Baum replied


May 17, 2010 at 18:46 PM

Hey Vikram,

thanks a lot. Here we go!

Do I see that right: There is no DDIC-Object like a structure or a table representing the
fields of the InfoSource?

Regards

Chris

0 likes

Vikram Srivastava replied


May 17, 2010 at 19:07 PM
HI ,

RSKSFIELDNEW table will give you field of new infosource.

-Vikram

0 likes

Christian Baum replied


May 17, 2010 at 19:09 PM

Hey,

yes, I saw that all fields are in there including their dataelement. I was just wondering if
there are any ddic types generated for the whole structure that can be used in abap
coding without the need of dynamic field assignments etc.

Regards

Chris

0 likes

Vikram Srivastava replied


May 17, 2010 at 19:24 PM

Hi,

Please check the structure RSKS_S_FIELD.

Hope this helps

-Vikram

0 likes

Christian Baum replied


May 17, 2010 at 19:48 PM

Hi Vikram,
unfortunately not.

I was hoping there is a generated structure or table for the InfoSources as for PSAs or
FactTables.

The background why I was asking is as follows:

I would like all logic of an expert routine between two new InfoSources to be handles
by a static method and I don't want the types of the parameters of these mathods to be
determined at runtime. For sure I could just use ANY TABLE as parameter type but
that would mean I have to work very very much with field symbols and dynamic
assignments.

I'm thankfull for every advice but will mark this thread as solved, as you allready
answered my initial question.

Thanks a lot!

Regards

Chris

Edited by: Christian Baum on May 17, 2010 7:48 PM

0 likes

Marek Gubco replied


November 29, 2010 at 12:28 PM

Hi Christian,

unfortunately, there is no such out-of-the-box DDIC structure in 7.0 any more. You
need to create your structure dynamically based on the field list and type descriptions in
the RSKSFIELDNEW table. Search the forum for the usage of the
cl_alv_table_create=>create_dynamic_table method.

Regards,

Marek

0 likes

Prakhar Ojha replied


August 14, 2015 at 10:01 AM
Hi,

where can I check the description of the the fields present in table RSKSFIELDNEW?

https://archive.sap.com/discussions/thread/1688240

Mapping Between R/3 Source Fields and BI InfoObjects – Part 2


September 20, 2012 | 4,088 Views |

Anjali P
more by this author

BW Content and Extractors

BW (SAP Business Warehouse) Enterprise Data Warehousing / Business Warehouse

 share 0
 share 0
 tweet
 share 0

Follow

This is Part 2/2 of the document discussing the SAP Tables helpful in Mapping
Between R/3 Source Fields and BI InfoObjects.

You can find the Part 1/2 here http://scn.sap.com/docs/DOC-31778

1) RSTSFIELD Table – Transfer structure fields

To see, per datasource/transfer structure, to which infoobject the R/3 field is mapped,
table RSTSFIELD can be viewed.

To access this go to se11 –> give the table name–>display.

In the next screen, click on Contents.


In the subsequent screen, give MATNR in FIELDNM if you want to know to which
InfoObject it is mapped.

You can see that R/3 field MATNR is mapped to infoobject 0MATERIAL within
several transfer structures/datasources.

2) RSOSFIELDMAP Table – Mapping Between OLTP Source Fields and


InfoObjects

RSOSFIELDMAP is a BW Table which consists of all the mapping details between R/3
source fields and BI InfoObjects.

To access this go to se11 in BI –> give the table name–>display.

In the next screen, click on Contents.

In the next screen, give fieldname eg.VBELN in FIELDNM and execute.


It will display the respective source field names and the data sources where that field is
used.

3) RSOLTPSOURCEFIE Table – OLTP Source Fields

This table is useful in checking whether all necessary R/3 fields are already extracted
and transferred to BI.

To access this go to se11 in BI –> give the table name–>display.

In the next screen, click on Contents.


Within the selection screen you can enter, for eg, R/3 field MATNR if you want to
know in which

datasources MATNR is used.

4) RSISOSMAP Table – Mapping Between InfoSources and OLTP Sources

The mapping between OLTP Sources and BW InfoSources is stored in this table.

To access this go to se11 in BI –> give the table name–>display.

In the next screen, click on Contents. In the next screen, you can either click on execute
or give the

OLTP Source name and execute.


Thank you for reading this document. Hope you found it helpful. Please leave your
valuable comments and ratings below.

https://blogs.sap.com/2012/09/20/mapping-between-r3-source-fields-and-bi-infoobjects-
part-2/

Selecione Procurar InfoSource... clicando no menu ao lado de InfoSource na guia


Estrutura de Transferência para a página Entrada. Isto permite localizar qualquer
InfoSource que esteja definido no sistema SAP BW, independentemente do InfoSource
ter sido designado ao Sistema de Origem atual.

Essa é uma alternativa útil para a opção de menu Selecionar a partir deste Sistema de
Origem..., pois você pode desejar utilizar o Sistema de Origem atual para carregar uma
característica que já está sendo carregada a partir de outro Sistema de Origem.

Como a lista completa de InfoSources pode ser grande, a opção de procura:

 Aprimora o desempenho quando você recupera a lista.


 Reduz o tamanho da lista a partir da qual você deve fazer uma seleção.

A opção Procurar InfoSource... abre o diálogo Procurar InfoSource, onde é possível


fornecer critérios de procura.

O diálogo Procurar InfoSource possui os seguintes componentes:

 Tipo de InfoSource. Escolha um dos seguintes tipos: Principal, Transação,


Todos os Tipos.
 Nome do InfoSource. Para limitar a lista de InfoSources com base no Nome do
InfoSource ou a Descrição Longa, as caixas correspondentes fornecem uma lista
de operadores de comparação, tais como entre, contém padrão, e assim por
diante.
 Se entre ou não entre for selecionado, ambos os controles de edição à direita do
operador selecionado ficarão ativados. Qualquer outro operador selecionado
ativa somente o primeiro controle.
 Depois de especificar os critérios de procura e clicar em OK, o diálogo
Selecionar InfoSource é aberto.

https://www.ibm.com/support/knowledgecenter/pt-
br/SSZJPZ_8.5.0/com.ibm.swg.im.iis.ds.entpak.sapbw.help.doc/topics/r_pack_sapbw_Searchin
g_for_an_InfoSource.html

Selecionando Estruturas de
Transferência de Entrada

Depois de selecionar a conexão, clique na guia Estrutura de Transferência na página


Entrada. A guia Estrutura de Transferência especifica o Sistema de Origem e sua
descrição, o InfoSource e sua descrição, o tipo de InfoSource, os componentes
relacionados às hierarquias (se apropriado) e, indiretamente, a estrutura de transferência
para os dados a serem carregados no SAP BW. Esta guia suporta a criação de
InfoSources e Sistemas de Origem a partir do editor de estágio sem precisar utilizar a
GUI do SAP BW.

Esta guia Estrutura de Transferência possui os seguintes componentes:

 Sistema de Origem. O Sistema de Origem selecionado e sua descrição são


mostrados nas caixas de texto correspondentes.
 O menu ao lado do Sistema de Origem possui uma lista das operações
relacionadas aos sistemas de origem.
 InfoSource. O InfoSource selecionado e sua descrição são mostrados nas caixas
de texto correspondentes.
 O menu ao lado do InfoSource possui as seguintes opções:
o Propriedades do InfoSource.... Exibe as propriedades do InfoSource
selecionado.
o Propriedades da Característica... . Esta opção aparece se o InfoSource
selecionado é um InfoSource Principal. Ela fornece acesso direto
(utilizando o diálogo Propriedades da Característica) às propriedades da
característica em que o InfoSource Principal carrega dados.
o Selecionar a partir deste Sistema de Origem.... Permite selecionar um
InfoSource a partir do conjunto definido no SAP BW. Você verá
somente os InfoSources designados ao Sistema de Origem selecionado.
Isso carrega um conjunto de campos de estrutura de transferência para a
grade.
o Criar InfoSource Principal a partir de Nova Característica....
o Criar InfoSource Principal a partir da Característica Existente. Abre
outro menu com as opções Procurar Característica e Selecionar
Característica a partir do InfoCatalog. (A última opção abre outro
menu com a opção Procurar InfoCatalog.)
o Criar InfoSource de Transação....
o Procurar InfoSource....
 Tipo de Atualização. Especifica Direto para um InfoSource de Dados
Principais ou Flexível para um InfoSource de Transação.
 Tipo de InfoSource. Especifica se deve carregar um tipo de InfoSource de
Atributos, Textos ou Hierarquias ao carregar um InfoSource de dados Master.
Isto não é exibido para um InfoSource de Transação.

A grade é de leitura, já que os metadados são obtidos a partir do SAP BW. Se um


InfoSource selecionado anteriormente para o estágio não estiver associado na conexão
do SAP BW ao sistema de origem atualmente selecionado para o estágio, a descrição do
InfoSource será mostrada como "Não localizado no Sistema de Origem" e a grade da
estrutura de transferência exibida estará vazia.

https://www.ibm.com/support/knowledgecenter/pt-
br/SSZJPZ_8.1.0/com.ibm.swg.im.iis.ds.entpak.sapbw.help.doc/topics/r_pack_sapbw_Selectin
g_input_Transfer_Structures.html

You might also like