cancel
Showing results for 
Search instead for 
Did you mean: 

Tables for BW 7.0 InfoSources

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Please find below the list of tables:

RSKSFIELDNEW Fields for New InfoSource

RSKSNEW New InfoSource - TLOGO: TRCS

RSKSNEWT New InfoSource Texts

-Vikram

Former Member
0 Kudos

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

Former Member
0 Kudos

HI ,

RSKSFIELDNEW table will give you field of new infosource.

-Vikram

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Please check the structure RSKS_S_FIELD.

Hope this helps

-Vikram

Former Member
0 Kudos

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

Former Member
0 Kudos

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

prakhar_ojha
Discoverer
0 Kudos

Hi,

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

Former Member
0 Kudos
RSIS         	 Directory of InfoSources with Flexible Update
RSIST 	         Texts on InfoSources with Flexible Update
RSISFIELD	 InfoObjects of an InfoSource 
RSKS 	         Communications Structure for InfoSources with Flexible Update
RSKS 	         Communications Structure (View) for Attributes for an InfoSource with Direct Update
RSKSFIELD       Texts on InfoSources with Flexible Update
RSISFIELD 	  InfoObjects of an InfoSource with Flexible Update 
RSISOSMAP 	  Mapping Between InfoSources and DataSources