Application Development and Automation 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: 
Read only

SAP Web Repository

Former Member
0 Likes
2,713

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

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
Read only

athavanraja
Active Contributor
0 Likes
1,520

1. transaction SMW0 (its zero at the end)

2. yes

3. yes.

Regards

Raja

Read only

0 Likes
1,520

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