cancel
Showing results for 
Search instead for 
Did you mean: 

Pass a variable value dynamically for Web reporting

Former Member
0 Kudos

Hi,

I have a requirement in which I need to show only one particular customer id's account details when he logs in to the portal. When I integrate a report as an iView in a portal, is there any mechanism by which the Id can be dynamically passed to the web query at run time and then show the corresponding report.

Kindly help. ( Points assured -:) )

Rgds,

Sam..

Accepted Solutions (0)

Answers (1)

Answers (1)

Masaaki
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I do not know the detail of what you want to do. but I think using Customer EXIT variable (T-cd:CMOD) is good. Web API may be used.

How do you decide by which customer id should the query filtered. if it can be read from user ID, customer exit is useful.

filter value can be set at the last of the URL, that is Web API. by using "HTTP watch", you can easily find the command.

Kind regards,

Masaaki