cancel
Showing results for 
Search instead for 
Did you mean: 

Jump from Webi to ECC program - stuck with execution

Former Member
0 Kudos

hi,

We are trying to jump from a webi report to ECC program through hyperlink and passing account number and profit center information to the ECC program. We see that the values for these two are being passed to the program selection screen.

We also want to dynamically execute this program as soon as it recieves these two inputs from webi via this hyperlink so that user can directly see the account details rather than clicking on the execute button to run in ECC.

Any solutions pls ?

thanks

SK

Accepted Solutions (1)

Accepted Solutions (1)

former_member215766
Participant
0 Kudos

Hi Kumar,

What you need to do is associate that program to a transaction, on t-code SE93. And there, select the last option: Transaction with parameter.

There you can specify the parameters that you will be passin and the transaction would be executed automatically.

Or in the transaction that you're calling already, on SE93, tick the checkbox that says "Skip selection screen".

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In order to overpass the selection screen of your ECC programm you can actually create another Zprogram in ECC that does:

1. Zprogramm in ECC that receives the parameters from your Bex query (set this new Zprogramm in rsbbs as reciever and fill in correct parameters\select options)

2. This new Zprogramm can pass the parameters to your ECC programm calling it for exmpl:

SUBMIT ECCPROGRAM AND RETURN

WITH CN_PSPNR-LOW = P_POSID

WITH 6-KSTAR IN PKSTAR

WITH $6-KOKRS = '1000'

etc....so overpassing the selection screen.

0 Kudos

Hello SK,

I'm not sure If I understood the question but seems that you will need to work with JCo. I will suggest you to check informations at the below links:

Also, you can check some more information at the connections help below:

Connection between Source Systems and BW

http://help.sap.com/saphelp_nw70/helpdata/en/00/dc54384ac9a81be10000009b38f8cf/frameset.htm

Creating SAP Source Systems

http://help.sap.com/saphelp_nw70/helpdata/en/ac/4a4e38493e4774e10000009b38f889/frameset.htm

BW connectivity(.doc)

http://help.sap.com/bp_biv335/BI_EN/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc

I hope that this information can help you.

Thanks

Diego Ferrary