u9_
Explorer
Member since ‎2016 Nov 18

User Statistics

  • 11 Posts
  • 0 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

Hello All, I have string and pass to ADS_CREATE_PDF_SPOOLJOB, But its returning error 'Not PDF'. What I did is - I convert string into xstring as below DATA :lv_buffer TYPE xstring, lv_xstrpdf_ads TYPE xstring. CLEAR : lv_buffer. EXPORT m...
Hello, I have created one z table and created fixed value in domain for some fields and then create TMG for that. When I run TCODE I want to display keys value only of fields which I used fixed value. I tried on screen attribute 'List box with key' ...
Hi All,In my system their is one report which is developed in 2009. Now I want to improve performance of that program.They used view and GET keyword to read data and process. If I used select query, is the performance will improved? (Can I write sele...
Hello All,I create one dynamic internal table and send via email as an attachment to one person using HR_KR_STRING_TO_XSTRING and SCMS_XSTRING_TO_BINARYDATA : p_email TYPE adr6-smtp_addr VALUE 'abc@gmail.com'. "Convert Xstring into BinaryCALL FUNCTIO...
Hello,I have one internal table lt_werlgoTYPES : BEGIN OF ty_werlgo, werks TYPE werks_d, lgort TYPE lgort_d, werlgo TYPE char9,END OF ty_werlgo. Now I want to convert entries of column werlgo into one row.How can I do this?...
Kudos from
Kudos given to