cancel
Showing results for 
Search instead for 
Did you mean: 

Read Data context from ABAP Program

Joseph_BERTHE
Active Contributor
0 Kudos

Hello everyone,

Is there any solution to read Data Context from ABAP program embedded into Side Panel ?

What I want to do is to retreive Tags from content area and execute a classical ABAP Report in the side panel with the Tags as program's parameter.

Kind Regards,

Joseph

Accepted Solutions (0)

Answers (2)

Answers (2)

julieplummer20
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Joseph,

Have you looked at this blog - it is not exactly what you want to do, but may provide some pointers:

Best wishes,

Julie R Plummer.

johannes_konings
Participant
0 Kudos

Hi Joseph,

I think it is not possible to execute an ABAP Report directly. But you can use a webdynpro CHIP with an IFrame. In the IFrame you can create an ITS-Url with the tags that execute a report.

The URL can look something like that:

http://<<domain>>:<<port>>/sap/bc/gui/sap/its/webgui/?sap-client=xxx&sap-language=EN &~transaction=*SO10 RSSCE-TDNAME= TEST ; RSSCE-TDID= ST ; RSSCE-TDSPRAS= D ; DYNP_OKCODE= EDIT

It should also work with a classic report.

best

Johannes