abapdotabapdeveloper-tools
来源资料待手动核验
ABAP Tool for SOQL Query
Author: Mark Saksornyuth
ABAP Tool for SOQL Query allows you to easily run SOQL queries in ABAP Platform.
SOQL is similar to the SELECT statement in the widely used Structured Query Language (SQL) but is designed specifically for Salesforce data.
Key Features and Capabilities


SAP Configuration:
https://login.salesforce.com/ to get the certificatesSalesforce Configuration
a new connected app in Salesforce for OAuth authenticationMain Program: ZABAP_SOQL_BUILDER
Provide client id, client_secret from Salesforce Configuration step.
ls_credentials-grant_type = 'password'.
ls_credentials-client_id = <client_id>.
ls_credentials-client_secret = <client_secret>.
ls_credentials-user_name = <user_name>.
ls_credentials-password = <password>.
MIT-license. See LICENSE file.