SBLSVRamana
Explorer
Member since ‎2013 Nov 15

User Statistics

  • 20 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi , I'm trying to find the position or string based on STRING function in AMDP Method using SQL below Statements. select locate( lv_text_as, ' ' ) INTO lv_len FROM dummy; select substr( lv_text_as, 1, lv_len ) from dummy; SELECT substr( lv...
Hi, I need to send mails with template for every 3 hours after first time mail sent. I create steps lie below to acheive that. First I created 3 variables in workflow container. TimestampToSentMail ( Initially blank ) add 3 hours to current t...
Hi, We have a scenario where a multiple picture will be captured in SAP UI5 app and combined into a single PDF file which will be attached to Work Order (IW33) in SAP ECC. In frontend UI5 app, we have converted Image into Binary format and ...
Hi, I need to schedule a report B after the report A job got finished and need to pass the variant of Report A to Report B while scheduling the job programmatically in ABAP. ...
Hi,I have a SAP HANA stored procedure with one Input Parameter and multiple Output parameter tables.I need to send these output tables as excel file (multiple files or one file with different tabs) via E-Mail in SAP HANA .Please suggest me how to ach...