cancel
Showing results for 
Search instead for 
Did you mean: 

Call web URL in ABAP class (eclipse ADT)

09-11-2024 7:35 AM
User_1443410 Explorer
1958 views 5 comments
SAP Managed Tags
Labels
ABAPABAP in EclipseadteclipseEclipse ADT
Subscribe

I want to use a web link/ URL  (example link : https://www.sap.com) inside ABAP class in eclipse .But facing issues like call methods, cl_gui_frontend_services  and other function modules are not permitted. Calling Web URL directly into ABAP  class is possible? or any alternative methods are there ? pls provide a solution to this.

 

SAP S/4HANA Cloud ABAP Environment  BW SAP HANA Modeling Tools (Eclipse) 

#ECLIPSE   

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
SAP Mentor
SAP Mentor

The S/4HANA Cloud ABAP Environment only allows you to create Service APIs that can be consumed using SAPUI5 applications or Console Applications that implement the Interface IF_OO_ADT_CLASSRUN. Both can't trigger your users browser directly to open a specific URL. 

Maybe you can not only describe what should be implemented but also why.