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: 

Module pool to BSP

Former Member
0 Kudos

Hi,

Could you please tell me the shortest way to convert the module pool program to BSP ?

Thanking you,

Rajesh

1 ACCEPTED SOLUTION

sitakant_tripathy2
Active Participant
0 Kudos

Hi Rajesh,

as far as I know there is no shortcut method to convert the Module Pool Functionality to BSP...But you can try the following:

1) Create a service for the required transaction in se80..

- Go to SE80->Internet Service-> Create a Service for you and enter the relevant transaction.

- Create a template for the Internet Service and put the dafualt theme as Theme 99

- Check if the HTML code is generated for the respective transaction...

- Right click on the Internet Service Publish->Complete Service...

2) Go to the SICF Transaction and Execute

- Drill Drown to SAP->BC->GUI->SAP->ITS

- Create a service with the same name as your internet service and maintain the required logon and Error Pages details. In the

Logon details tab set the GUI Link as Yes...

- Come out of the details screen and right click and activate the service

- Now test the service and you can see the HTML view in a new window...

3) Take the URL and call it in the BSP application...

I think it should work this way...In case the Service is not working you can take the help of basis guys to check whether the Internet Communication Manager is properly set...

Regards,

Sitakant....

Edited by: Sitakant Tripathy on Sep 8, 2010 4:22 PM

1 REPLY 1

sitakant_tripathy2
Active Participant
0 Kudos

Hi Rajesh,

as far as I know there is no shortcut method to convert the Module Pool Functionality to BSP...But you can try the following:

1) Create a service for the required transaction in se80..

- Go to SE80->Internet Service-> Create a Service for you and enter the relevant transaction.

- Create a template for the Internet Service and put the dafualt theme as Theme 99

- Check if the HTML code is generated for the respective transaction...

- Right click on the Internet Service Publish->Complete Service...

2) Go to the SICF Transaction and Execute

- Drill Drown to SAP->BC->GUI->SAP->ITS

- Create a service with the same name as your internet service and maintain the required logon and Error Pages details. In the

Logon details tab set the GUI Link as Yes...

- Come out of the details screen and right click and activate the service

- Now test the service and you can see the HTML view in a new window...

3) Take the URL and call it in the BSP application...

I think it should work this way...In case the Service is not working you can take the help of basis guys to check whether the Internet Communication Manager is properly set...

Regards,

Sitakant....

Edited by: Sitakant Tripathy on Sep 8, 2010 4:22 PM