cancel
Showing results for 
Search instead for 
Did you mean: 

Source structure for Open hub destination

Former Member
0 Kudos

Source structure for Infospoke is /BIC/CY,Infospoke name>. Similarly what is be the source structure table for Open hub destination..???

Accepted Solutions (0)

Answers (1)

Answers (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

It can be DSO or Cube.

Open hub destination is used to pull the data from DSO or Cube to flat file/DB Table/third party.

Source will be DSO or Cube structure.

DSO and Cube names you might be known.

Thanks

Former Member
0 Kudos

Hi Ramanjaneyulu,

What exactly i want is the internal reference structure table for Open hub destination..? Data is extracted from DSO.. Only very few fields from DSO is used in Open hub. Open hub is generation the file in application server. I want to call Open hub structure in ABAP program to add one extra column to the OHD output.. So can you please tell me the reference structure of open hub destination which i can call in ABAP program..?

RamanKorrapati
Active Contributor
0 Kudos

You can take DSO- Active table name as source structure.

table name will be like this way - /BIC/A<dso name>00,

C - Custom DSO

0 - Standard DSO.

Former Member
0 Kudos

Hi Ramanjaneyulu,


Only very few fields of DSO is used in Open hub destination. I want to know the reference structure of open hub destination. I mean what is the table in which i can see open hub destination output apart from the file generated in AL11..?

RamanKorrapati
Active Contributor
0 Kudos

Hi,

output is based on your destination type.

if its file then you can see the file at AL11 - name as <open hub>.csv

if its DB Table then you will see the DB Table - /BIC/OH<open hub name>

Thanks

Former Member
0 Kudos

Hi,

The destination is a .csv file in application server with name of open hub destination. Apart from this is there any SAP table in which i can get the structure of open hub. That means, some table that is getting generated automatically with the details of the fields in open hub when open hub is activated. I wanted to read the structure of open hub destination. I think the question is now clear..

Thanks,
Vishnu