I am using GUI_DOWNLOAD to download internal table data as Excel file, however while opening the file getting popup as "The file format and extension of ABC.xls’ don’t match. This file could be corrupted or unsafe. Unless you trust its source, don’t ...
I need to send S_ALR_87012178 output to AL11 path, is there any standard method or functionality to send data from S_ALR_87012178 to AL11? Please let me know the possibilities.
Hello, I am using FM SO_NEW_DOCUMENT_SEND_API1 to send mails to users, however my requirement is to not show sender mail id in mail instead I have to show NoreplySAP is it possible in ABAP programming.Example Sender mail id is 'sap.abap@gmail.com' it...
Hello Team,I am displaying internal table data using "Custom Container" in which we have also added "Sub screen" and some input fields.However, we are unable to perform Page down and Column width optimize is not working.Is it because we are using "Su...
Hello Experts,
We re displaying internal table data using CALL METHOD cl_salv_table=>factory
In output if we select two lines and hit on menu button, the lines between selected lines needs to be selected.
for example: in output lines 1,5,7 and...
Hello Raymond, I using .csv extension and it is creating Microsoft excel comma separated values file, MS popup is also not coming. Will it create any issue? Please find the properties of downloaded file.
Hello Raymond,Thanks for your response,I have changed file name as .csv and passed below parameters to GUI_DOWNLOAD. CODEPAGE = '4103' WRITE_BOM = 'X' REPORT ZTRY_CSV.TYPE-POOLS: truxs.TYPES: BEGIN OF ty_Line, v...
Hello Raymod,If I am executing S_ALR_87012178 with a variant whatever output I get that needs to be place in AL11 folder, this can be achieved creating ABAP program and reading data from Spool, but I am looking a standard way without creating ABAP pr...
I need to send S_ALR_87012178 output to AL11 path, is there any standard method or functionality to send data from S_ALR_87012178 to AL11? Please let me know the possibilities.
Hello,In output, complete values are not getting displayed, generally when we use Column width optimize it displays’ complete value and when we hit Page Down from key board it is not going down. usually in ALV Grid output page down is used to scroll ...