Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web Repository

Former Member
0 Kudos
1,656

Hi,

I want to create a new HTML template and make an entry in the table WWWDATA. For that I want to view the existing templates.

1) SAP Help mentions something called the SAP Web Repository. How do I access it (which transaction).

2)Also once I create a new template will an entry be made in WWWDATA and WWWPARAMS table.

3)Can I use this template directly in code using function module WWW_GET_SCRIPT_AND_HTML?

Any help would be appreciated.

Thanks and Regards,

Jayesh

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos
463

1. transaction SMW0 (its zero at the end)

2. yes

3. yes.

Regards

Raja

0 Kudos
463

Hi Jayesh,

You can also check out my informative (if somewhat lighthearted) blog which demonstrates some of its functionality: /people/brad.williams/blog/2005/05/02/the-mystery-of-miraculix

Hope you enjoy

Brad