Question:
Hi SAPFans,
I'm currently building a web application where I need to know which characteristics that are currently used for drill down. The only functionality I've found is (Java Script):
var dim = SAPBWGetDataProviderDimensions("MY_DATAPROVIDER")
This one seems to give the save state only and not the current navigation. Any help greatly appreciated.
Cheers
Jorgen
_________________
______________________________
Jorgen Bonde Rasmussen
jbrasmussen@mail.dk
Answer:
If your web application has a table item, you can use the Table API to get the current drill state from one of the supplied attributes or via one of the supplied service methods. You can then write Javascript from the API using the Javascript method.
Answer:
Filter Item can be used to the get the Currently applied Filters.
Answer:
Filter Item can be used to the get the Currently applied Filters.
Answer:
Hi again,
I appreciate your answers. The problem is that I am looking for a reasonable easy way to get a list of the characteristics that are currently used for drill down. This is needed in a script that I am doing. I could offcause implement a service for a table item or a navigation item and implement an ABAP method but I think that is a little over the top.
I just have a feeling that there must be a way to get the current state like in the BEX Excel API.
Any help greatly appreciated.
Cheers
Jorgen
_________________
______________________________
Jorgen Bonde Rasmussen
jbrasmussen@mail.dk