cancel
Showing results for 
Search instead for 
Did you mean: 

how to access power list catalog?

former_member431874
Participant
0 Kudos

How can I access the power list catalog just like this? : http://il.youtube.com/watch?v=LtPqlN8kIu0

In the video, the catalog is accessed via NWBC. I wonder how to get there or is there any transaction code for it?

Thanks.

VT

Accepted Solutions (1)

Accepted Solutions (1)

Micha_Reisner
Explorer
0 Kudos

This is a custom development provided by Alessandro Lavazzi @ http://code.google.com/p/powerlistcatalog/ .

Refer to

http://code.google.com/p/powerlistcatalog/wiki/HowToInstall

for installation instructions.

Former Member
0 Kudos

can you please give the sample code in text file.

Best regards,

Rohit

former_member431874
Participant
0 Kudos

Dear Michaela Reisner,

Thank you very much. This is exactly what I'm looking for. However, after following all the steps mentioned, I recieve an error as shown in the following picture: [http://uppic.net/full/47ab8b251dcf1d98001f337474822549]

Would you please suggest how I may solve the problem?

-


Dear Rohit,

A webdynpro named ZSCN_POWLC is created after I followed the instruction for installation. Although I can display it in SE80, I do know how to copy the code into a text file. Anyway, this is how it looks like in SE80: [http://uppic.net/full/451fbfd7f438697ffe09e5cf28783ac2]

By the way, please let me know if you have any idea on how to solve the problem I mentioned above to Michaela.

Micha_Reisner
Explorer
0 Kudos

Dear Vitthavat Akaratheranont,

when you import the nugget the following objects are created in your system:

- ZSCN_POWLC_URL (domain)

- ZSCN_POWLC_URL (data element)

- ZSCN_POWLC_DS (table)

- ZSCN_POWLC (web dynpro component)

- ZSCN_POWLC (web dynpro application)

These objects have to be ACTIVATED after import.

For doing that:

1. go to transation SE11 enter e.g. the table ZSCN_POWLC_DS and click on activate (CTRL+F3).

The popup will offer you to include the data element and domain for activation. So select all for activation.

2. in SE80 display the web dynpro component ZSCN_POWLC and activate it (CTRL+F3)..

After that you can call the catalog application directly from SE80:

Display the web dynpro APPLICATION (expand the object tree -> the web dynpro application can be found as last element in the tree). Choose "Test" in the web dynpro application menu (or use right click on the name of the web dynpro application).

Hope that solves your issue.

Edited by: Michaela Reisner on May 18, 2011 11:34 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello VT,

POWL always run with applid id,

Which you can get in FPB_MAINTAIN_HIER transaction.

/sap/bc/webdynpro/sap/powl?applid="value you get from above transaction"

best regards,

Rohit

for more information on POWL, please use.

http://wiki.sdn.sap.com/wiki/display/WDABAP/POWL

Edited by: Rohit Mahajan on Feb 7, 2011 5:56 PM

Former Member
0 Kudos

Hi,

When i see the youtube film..(full screen ), you can see that the URL is

/sap/bc/webdynpro/sap/powl?

So in your system you can run this application like

http://host:port/sap/bc/webdynpro/sap/powl?sap-client=100&sap-language=en

PS:needless to say that you have to replace your host:port to replace with your host name and port

Edited by: Baskaran Senthivel on Feb 7, 2011 1:20 PM

former_member431874
Participant
0 Kudos

Dear Baskaran Senthivel,

Trying http://host:port/sap/bc/webdynpro/sap/powl?sap-client=100&sap-language=en (the host and port are replaced), I recieved an error implying an invalid URL.

Dear Rohit Mahajan,

That's very useful. Thank you.

However, the transaction in the video still remains unknown.

Former Member
0 Kudos

Hi,

I was doubting on that, because in my system it didnt work as i didnt supply any URL parameters. You can analyse the application of for what kind of parameters it accepts etc.

From the youtube film, couldnt see what parameters are supplied.

gill367
Active Contributor
0 Kudos

You can use

http://<host>:<port>/sap/bc/webdynpro/sap/powl_easy?

ther enter the application id and click start.

thanks

sarbjeet singh