amankumarchagti
Explorer
Member since ‎06-21-2023

User Statistics

  • 24 Posts
  • 0 Solutions
  • 11 Kudos given
  • 0 Kudos received

User Activity

Hi there, good day! I wanted to know if there is any API/SDK for SAP S4 HANA Cloud to get all Business Users details. Would be great, if code references can be shared.Thanks
Hi, want to change my SAP connectivity port, right now it is connected to 3311 where 11 is the system number, how can I connect to port 3211? I am trying to connect via SAP JCo.
Hi, I am trying to pull list of all users in SAP ECC using the below code:```import java.io.BufferedWriter; import java.io.FileWriter; import java.io.IOException; import com.sap.conn.jco.JCoDestination; import com.sap.conn.jco.JCoDestinationM...
Hi, I am trying to pull all the users with their respective roles in SAP ECC via JCo and I am using the below code: import java.io.BufferedWriter;import java.io.FileWriter;import java.io.IOException;import com.sap.conn.jco.JCoDestination;import com...
How can I get the list of deleted users using RFC via SAP JCo?