cancel
Showing results for 
Search instead for 
Did you mean: 

Generating a Custom Transaction in a BSP page

Former Member
0 Kudos

Hi everybody,

In our CRM we have developed a custom transaction.

Now, we would like to view the transaction through a BSP page and after we would like to link the BSP page into our Enterprise Portal.

Are there any program in CRM on line to build a BSP page starting from a Custom Transaction??

Can you suggest me any tips or any documentation to do this???

Thank's a lot.

Accepted Solutions (0)

Answers (2)

Answers (2)

gregorw
Active Contributor
0 Kudos

Hello Antonio,

you can you a HTML Control to run a BSP inside of a SAP GUI transaction.

Regards

Gregor

Former Member
0 Kudos

Hi Gregor,

Antonio is asking about running a dialog program in a BSP page, not the other way round. Essentially he wants to run a dialog transaction in a browser.

Antonio,

I think you should explore ITS. SAP does not provide anything better than that for web enabling existing transactions/dialogs. All the new web enabling technologies are meant for new developments.

Cheers,

Sanjeev

Former Member
0 Kudos

Hi Antonio,

There is no direct way to convert ABAP dynpro transaction (I am assuming you referring to a custom dialog program) to BSP application. Howevere if you have your business logic encapsulated in a class (ABAP) then you can reuse that in your BSP application. I am afraid you might have to develop BSP application on your own, using PCUI will be a good option to reduce the effort.

One other way is to use the ITS, if you are on WAS 640 then you can use built-in ITS service other install an ITS server and you can access all SAP transaction from a browser using WEBGUI service.

Cheers,

Sanjeev