cancel
Showing results for 
Search instead for 
Did you mean: 

Open new BSP page

Former Member
0 Kudos

Hi all,

i am in ABAP report and i want to open new BSP page from the ABAP report

becuse some time it is open the BSP page in the same session of SAP system.

and also how i can maximize it automatically in the same way of (F11 key).

is there any documents that describe and explain the signature of this method.

CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE

EXPORTING

DOCUMENT = 'XXXXXX .......'

  • APPLICATION = 'X'

  • PARAMETER =

  • DEFAULT_DIRECTORY =

  • MAXIMIZED =

  • MINIMIZED =

  • SYNCHRONOUS =

OPERATION = 'OPEN'

EXCEPTIONS

CNTL_ERROR = 1.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks, All.

raja_thangamani
Active Contributor
0 Kudos

<b>Reward useful answer before closing the thread.</b>

SDN way of thanking is Rewarding useful answer.

Raja T

raja_thangamani
Active Contributor
0 Kudos

If you want to open the BSP in Browsers, you can call the FM CALL_BROWSER & pass your BSP appl URL. This will open the BSP from R/3.

OR you can use the HTML viewer to call URL..

Look at the below blog for the same.

/people/thomas.jung3/blog/2004/08/26/updated-calling-a-bsp-application-from-a-sapgui-transaction

Hope this will help you.

<b>*Reward each useful answer</b>

Raja T

Former Member
0 Kudos

thank Raja for the fast response. I tried it, it works fine for me.

but how i can apply the command for key F11 to maximize the page.

and by the way i am auto scrolling, but i tried to freez the column name but i didn't

work for me.

thank,

Thoram.

raja_thangamani
Active Contributor
0 Kudos

Thoram,

with this FM you cant make the effect of F11. Regarding other issue, please open the new thread, since its not related to your original post.

<b>*Reward each useful answer</b>

Raja T

Message was edited by:

Raja Thangamani