dhawal_patil
Participant
Member since ‎2019 Apr 04

User Statistics

  • 20 Posts
  • 1 Solutions
  • 21 Kudos given
  • 21 Kudos received

User Activity

Concept of Key-Based Authentication for SFTP:SSH (Secure Shell) is a protocol used to securely connect to remote servers like SFTP. One of the most secure methods of authentication in SSH is using SSH keys. This method involves a pair of cryptographi...
Recently, I encountered a requirement where Purchase Order data was being sourced from a non-SAP ERP system. This data was stored in our custom Z tables within the EWM system. The goal was to enable warehouse users to create inbound delivery replicas...
I'm trying to create inbound deliveries directly in our decentralized SAP EWM system without a connected SAP ERP. I've already referred to the following threads on the forum, but they haven't provided a solution:How to create Inbound Delivery through...
While the SAP BTP platform has witnessed significant progress and adoption, offering numerous development tools for SAP platforms, it's noteworthy that SAP GUI for ABAP continues to be widely utilized in many organizations and projects. This document...
I want to filter an internal table and store the data into another internal table based on a condition. I know of two ways, I can achieve it, i.e. with "SELECT from @itab" and "FILTER #( itab WHERE field1 = 'SOME_VALUE' )". I want to know if there ...