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

abap url not found returncode

Former Member
0 Likes
395

Hey,

i need a Function or Method to open an url from ABAP with a returncode not found.

At time i use  CL_GUI_FRONTEND_SERVICES=>EXECUTE

This function also has the Exception 'File_not_fond', but even if the File is not found, i get the sy-subrc 0.

Has anybody an idea?

1 ACCEPTED SOLUTION
Read only

former_member302911
Active Participant
0 Likes
370

Hi Luis,

have you tried CL_GUI_FRONTEND_SERVICES=>FILE_EXIST ?

Sometimes, for refresh return values after call, method CL_GUI_CFW=>FLUSH is needed.

Regards,

Angelo.

1 REPLY 1
Read only

former_member302911
Active Participant
0 Likes
371

Hi Luis,

have you tried CL_GUI_FRONTEND_SERVICES=>FILE_EXIST ?

Sometimes, for refresh return values after call, method CL_GUI_CFW=>FLUSH is needed.

Regards,

Angelo.