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

Open link in browser

Former Member
0 Likes
1,347

Hi Experts,

I want to open a link in browser through SAP code. The report has to be scheduled in background.

Is there any function module to do the same?

Thanks in advance.

Supriya.

12 REPLIES 12
Read only

Former Member
0 Likes
1,164

Use the FM GUI_RUN.You have to pass the URL and name of .exe file of your browse.

Reward if useful.

Read only

former_member216668
Participant
0 Likes
1,164

use FM : CALL_BROWSER

or FM HR_URL_CALL_BROWSER

Read only

Former Member
0 Likes
1,164

But the report has to be scheduled in background.

Supriya.

Read only

0 Likes
1,164

How are you fetching URL name in your report?

Read only

Former Member
0 Likes
1,164

hi Supriya Mordekar,

goto t.code DWDM then find Use as general WWW browser click as,

can see any website.

click source code then find function modules.

Reward if useful,

Thanks,

S.Suresh.

Read only

Former Member
0 Likes
1,164

Is there any other way out using function module?

Necuase code is fully object oriented.

Supriya.

Read only

0 Likes
1,164

I think there should be no problem while executing it in backgroung.Do you want that URL to be opened or not?You should make use of FM.

Reward if useful.

Read only

Former Member
0 Likes
1,164

URL is fixed.

BUt i want to call this FM inbackground.

Supriya.

Read only

0 Likes
1,164

So go ahead.What problm ur facing?

Read only

Former Member
0 Likes
1,164

hi ,

I am passing the link to which asks u to enter the cell number and text message. once u click on send the msg will be sent to the number provided. Its working fine manually. Now i used the FM to send the mail I scheduled report in background. The report is executing succesfully but sms is not being sent.

Please help.

Supriya.

Read only

0 Likes
1,164

Hi Supriya ,

Have you sloved your problem .If yes please help us.

Regards

Poonam

Read only

Former Member
0 Likes
1,164

I am getting dump incase of background scheduling.