lrayapat73
Participant
Member since ‎2020 Sep 03

User Statistics

  • 50 Posts
  • 0 Solutions
  • 8 Kudos given
  • 0 Kudos received

User Activity

Hi All, I am using BAPI_USER_LOCK to lock users, while executing this BAPI for a particular user, if the user account is kept open in SAP GUI client, BAPI is unable to lock the user. Giving following message, Maintenance of user user1 locked by u...
Hi All, I am using Sap.Data.Hana.v4.5 library to connect a on-prem SAP Hana Database instance. Following is my connection string, <add name="Hana" connectionString="encrypt=true;sslValidateCertificate=false;Server=server1.com:30015;UserName=user1...
Hi All, I am making RFC calls using .Net connector NCo3.0, using User name and password with SNC Mode=1. How do we know the data is encrypted when we use SNC. Is it based on if request goes to 4800 port on SAP server? I am checking through wire...
Hi All, I am trying to connect SAP ABAP system with .Net connector (Nco 3.0), how do we send user name and password in encrypted format while making RFC calls? Thanks in advance.
Hi All, I am trying get all users with certain filters like FirstName="somename", LastName=somename", pls. refer below, how can I pass logical oprtation like "or" , currently with below code it's always going as "and" operation, all the users where...