cancel
Showing results for 
Search instead for 
Did you mean: 

how to implement BSP in wed dynpro abap

Former Member
0 Kudos

Hi experts how to implement BSP application into

web dynpro abap, Plz send the application procedure in detail....

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

how to implement BSP application into

web dynpro abap

If i understand your question correctly, you want to use BSP application inside your web dynpro ABAP application,

There are some ways to do:

if you want to simply navigate to BSP application from WDA application then you can use Exit Plugs

http://help.sap.com/saphelp_nw04s/helpdata/en/45/1bc575ba064574e10000000a114a6b/content.htm

If you want to navigate between BSP and WDA application you have to use Suspend and Resume Plugs

http://help.sap.com/saphelp_nw04s/helpdata/en/45/19bf8c16f25d7ae10000000a11466f/content.htm

Abhi