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

CL_HTTP_EXT_BSP Overview?

Former Member
0 Likes
463

Hi ABAP / BSP Gurus,

Good day.

Currently, what I know is that Class CL_HTTP_EXT_BSP is being used to start BSP Applications.

With this, I have some questions:

(1) Can you kindly provide more information on Class CL_HTTP_EXT_BSP?

(2) In our system, a custom class exists (a copy of Class CL_HTTP_EXT_BSP, with modifcations). Is this a usually being done? What could be the possible reasons why Class CL_HTTP_EXT_BSP needs to be copied and modified?

Thank you very much for your inputs on this.

Best regards.

Brando

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
412

Hi,

Use below link it will help you.

http://help.sap.com/saphelp_nw70/helpdata/EN/2b/6f823a735d3269e10000000a114084/frameset.htm

in this Click on 2nd line

What is the BSP runtime environment?

then on Global Object & runtime.

Salil...

Edited by: salil chavan on Jun 4, 2009 4:23 AM

2 REPLIES 2
Read only

Former Member
0 Likes
413

Hi,

Use below link it will help you.

http://help.sap.com/saphelp_nw70/helpdata/EN/2b/6f823a735d3269e10000000a114084/frameset.htm

in this Click on 2nd line

What is the BSP runtime environment?

then on Global Object & runtime.

Salil...

Edited by: salil chavan on Jun 4, 2009 4:23 AM

Read only

Former Member
0 Likes
412

Thanks for the info provided.