cancel
Showing results for 
Search instead for 
Did you mean: 

Infospoke

Former Member
0 Kudos

I want to store data from a cube to a Table by using Infospokes. My cube is containing 4 display attributes. I am unable to get these 4 display attributes when I am trying to create Infospoke. I think because they are display attributes that is the reason I am not getting them in Infospoke-InfoObject Tab.

Now I want to include these 4 display attributes in Table.

Pls let me know how to do this.

I am having an idea that by using Transformation Tab we can do this. but I am not having exact idea what to do.

Can you pls explain the steps what to do exactly and what code I have to write in Badi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I havent used Transformation BAdi but used a lotta a FlatFile extraction. Here is about the BAdi.

"You have the option of transforming the data to be transferred using a Business Add-In (BAdI). The original structure for transfer is thereby the InfoObject list. Possible user scenarios for a transformation would be, for example, the reading of texts or a currency conversion."

For the Transformation tab page, set the indicator for InfoSpoke with Transformation Using BAdI so that the InfoSpoke is activated first. Then you arrive in the BAdI builder.

1.You are in the BAdI builder. Enter a short text for the implementation. The implementation name is always the same as the technical name of the InfoSpoke.

2.The implementation of this BAdI is always filter-dependent. Enter your InfoSpoke on the Properties tab page under Filter Specifications. You can only have one implementation for each InfoSpoke.

If you do not specify an InfoSpoke under Filter Specifications, then this implementation is valid for all InfoSpokes. This means that this is called up for all InfoSpokes during the extraction.

3.Activate your class.

4.From the Interface tab page, you arrive at the TRANSFORM method in the class builder by double-clicking. There you can enter your code: XXXXXXXXXXXXXXX

5.Activate your method. Return to the BAdI builder. Return to your InfoSpoke.

Former Member
0 Kudos

Hi,

Go through this link this gives the step by step procedure, u can do it for attributes or texts..

Creating InfoSpokes:

http://help.sap.com/saphelp_nw04/helpdata/en/66/76473c3502e640e10000000a114084/content.htm

Regards

Siddhu