agrawalaadhar8
Participant
Member since ‎2018 Aug 30

User Statistics

  • 48 Posts
  • 3 Solutions
  • 15 Kudos given
  • 11 Kudos received

User Activity

Hi All, I have a requirement to generate an outbound IDoc which carries the posting data of the document posted through the F-28 and other similar TCodes (FBZ1). When the document is posted, an outbound IDoc should be generated which has all the ...
Hi All, I am trying to achieve the below functionality: Storing report program names in a table against some keys.In master program: I will read program name from this table and then need to call Submit Program.Since the programs will have differ...
Hi, I am uploading an xlsx file to my file uploader. The file then goes to the backend through gateway. Is there any way I can convert the file to csv in my controller and then send csv to backend? Please Help Thanks
Hi All, I need to download an excel template file on click of a download button in front-end. I am calling my service using 'POST' and in back-end in the DPC_EXT CLASS~GET_STREAM method I am creating a file. The problem is I am getting a tab de...
Hi All, I am using one UploadCollecition control since I need to add one file for upload to my app and in the end, i.e. when user press Approve button, only then the file upload is done. How can I limit the number of files uploaded since I only w...