cancel
Showing results for 
Search instead for 
Did you mean: 

how to web enable a sap transaction

Former Member
0 Kudos

Hi All,

How to web enable a sap transaction?Actuall i have a report in the sap system which shows the absence overview.I need to make this report web enable and make accessible via MSS.

Thanks in advance.

regards,

maha

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

Welcome to SDN.

Which version of R/3 you are using?

if you are on WAS6.4 using integrated ITS you can simply create transaction iviews

else you may require a standalone ITS server

and there are other ways like using BSP you can completely code the entire transaction for web, etc

Regards

Raja

Former Member
0 Kudos

Hi Raja,

Thank you for your quick reponse.

we are using WAS 6.20 R/3 4.6c.Is there any idea how to call using eclipse?

Thanks in advance

regards,

maha.

Former Member
0 Kudos

If iam not wrong, You are trying to call SAP Transaction Iview from portals.

Create an SAP Transactional Iview pointing that system alias.specify transaction code while setting the properties.

U can use EPCF's doNavigate to call the above created iview.

If this is wat u looking @..i can help u some more..

Regards.

PS:Consider awarding points for helpful answers.

Former Member
0 Kudos

Hi peter,

Thank you I will try that.But that doesnt sovle my requirements.Below is the details

here is my task details

We have a report ZABSENCE and make the following enhancements

•Web enable so it can be made accessible via MSS

•Exclude New

•Reporting set of persons similar to any MSS report using the Chief relationship

•List abbreviations of days of the week in the header

•Mark public holidays /non working days in a color and add these colors to legend

regards,

maha.

athavanraja
Active Contributor
0 Kudos

<i><b>Web enable</b> so it can be made accessible via MSS</i>

This has got lot of meaning. if you just want to see as it is (sapgui) then just create transaction iview. you dont have to do anything with the transaction to web enable it.

Regards

Raja

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi maha ,

To make a sap transation web enabled , u have to create SAP Transaction IView where in make sure that you are specifying the system connection and user mappings properly.