want to run infospoke from abap program in 3.1 c

Question: hi.


I am facing a quite unique problem..Iam writing an ABAP program in BW...my requirement is I want to pass parameters to info spoke so that it retrives data based on my selection...


I want to know is there any soluti0n that I can pass values from selection screen of ABAP program so that inspoke can retrive values from cube on ourvalue in selection screen.


thanks & regards
vrk

Answer:
Hi,

why you are writing ABAP pgm .If u want to enhance some fields to infospoke u can use BADI interface or if u want to do any manipulation also u can write ABAP code in BADI . we enhanced an infospoke by adding 2 fields and manipulated data also while downloading

Regards
Reddy











hi.


I am facing a quite unique problem..Iam writing an ABAP program in BW...my requirement is I want to pass parameters to info spoke so that it retrives data based on my selection...


I want to know is there any soluti0n that I can pass values from selection screen of ABAP program so that inspoke can retrive values from cube on ourvalue in selection screen.


thanks & regards
vrk

Answer:
Hi,

why you are writing ABAP pgm .If u want to enhance some fields to infospoke u can use BADI interface or if u want to do any manipulation also u can write ABAP code in BADI . we enhanced an infospoke by adding 2 fields and manipulated data also while downloading

Regards
Reddy


hi reddy,

i want to give selections to my selection tab-strip in infospoke from my abap program,is there is any program where it calls infospoke and pass the values..

regards
vrk








hi.


I am facing a quite unique problem..Iam writing an ABAP program in BW...my requirement is I want to pass parameters to info spoke so that it retrives data based on my selection...


I want to know is there any soluti0n that I can pass values from selection screen of ABAP program so that inspoke can retrive values from cube on ourvalue in selection screen.


thanks & regards
vrk

Answer:
Hi vrk,

Is ur selections changing during run time of program? we have given few selection criteria in BADI interface itself.basing on those conditions data gets downloaded.selection condition filteration also can be done by writing abap code in badi interface itself.

Regards
Reddy





Hi,

why you are writing ABAP pgm .If u want to enhance some fields to infospoke u can use BADI interface or if u want to do any manipulation also u can write ABAP code in BADI . we enhanced an infospoke by adding 2 fields and manipulated data also while downloading

Regards
Reddy


hi reddy,

i want to give selections to my selection tab-strip in infospoke from my abap program,is there is any program where it calls infospoke and pass the values..

regards
vrk








hi.


I am facing a quite unique problem..Iam writing an ABAP program in BW...my requirement is I want to pass parameters to info spoke so that it retrives data based on my selection...


I want to know is there any soluti0n that I can pass values from selection screen of ABAP program so that inspoke can retrive values from cube on ourvalue in selection screen.


thanks & regards
vrk

Answer:
hi reddy,

thank u for ur advice , i will focus on BADI to resolve this issue,if i could get it fine...

regards
vrk

Answer:
hi reddy ,

my requirement is to run the infospoke from abap code for further integration with my module ,can u suggest how do i do that,i was trying with call BDC but it is not succesfully executing my spoke,is there any alternative for this problem...

regards
vrk

Answer:
Are InfoSpoke BAPIs available in order to trigger data extractions via InfoSpokes from outside?
No BAPIs are available so far.
It is possible to involve InfoSpokes into BW process chains. Process chains can be triggered from outside via a BAPI in order to launche an InfoSpoke.
A follow up step in this process chain can then be an ABAP Report that will hand over the extracted data to any other target.
Copyright ?2007 - 2008 www.jt77.com