kyoungmi_oh
Explorer
Member since ‎2014 Dec 07

User Statistics

  • 22 Posts
  • 0 Solutions
  • 9 Kudos given
  • 1 Kudos received

User Activity

I just wondering what usage the following standard table field is and impact on the application as the authorization object.BUT000-AUGRPof course,  I get the information of normal usage.  But I would be happy if you could demonstrate more detail on t...
Hi, I tried to connect TWITTER in ABAP. so, i used "CURL" below : CONCATENATE 'curl -i -X POST' ' -H "Content-Type: application/x-www-form-urlencoded"' ' -H "User-Agent: OAuth gem v0.4.4"' ' -H "Authorization: OAuth oauth_consumer_key=our_o...
Dear. I am developing se38 program to create QR code or varcode. But problem is that it's downloaded to local PC by execute GUI_DOWNLOAD function Would you kindly check my source code, then please let me know how to download bitmap image to se...
Dear. After upgrade from 1702 to 1809 on-premise(SAP_CUAN release : 140 SP-level : 0000 - SAP Marketing), error occurs when open App menu. (Error Message) App could not be opened because the SAP UI5 component of the application could not be loa...
Dear. As implemented API with partner, need to call multipart content-type to transfer file. As I did test in postman, curl code is like below : curl -X POST \ http://52.79.156.104:10080/v3/ppmt/uploads/target \ -H 'authorization: Bearer ...