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?...
Hello Sandro,
Yes, the problem was in the string. Now they(web Service) are sending xstring and that xstring is start with 2550444.
Thank You very much.
Hello Sandro,
Thanks for your reply.
I got one long string from one web service and now my requirement is pass that string to ADS_CREATE_PDF_SPOOLJOB but input of this FM is xstring. So I converted that STRING to XSTRING, and then passed. But it'...
Hi All, Thank you very much for all replies. Now I am able to convert entries of column werlgo into one row. Helpful link - https://blogs.sap.com/2013/06/11/dynamic-internal-table-iilustrated-with-an-example-of-creating-the-transpose-of-internal-tabl...