In this blogpost you will learn to “Download spool to presentation server and application server in 3 formats – Excel, Text and HTML “.
In one of my projects I got a requirement to download the spool in Excel, text and HTML format in presentation/Ap...
Hello everyone,
I need to download an excel file template when i click a button in FPM screen.
I have some data in my internal table and i need to download it ,but when i am trying to download it on clicking the button, using the below methods -...
Hi Berndt,
I feel there is a typographical error from your end while searching the function module name.
You have tried to search for Function module RSPO_RETURN_SPOOL_HTML instead of RSPO_RETURN_SPOOLJOB_HTML (This is the correct name of FM and i...
Hi Abhinav,I believe Satish is correct, please check the data in the back end tables directly by passing the values in conditions of the select query.Thanks,Satyajit
Hi Abhinav,Please have a look at the below code, i hope this will help you -TYPES: BEGIN OF ty_taxaccounts,
bukrs TYPE bukrs,
ktopl TYPE ktopl,
saknr TYPE saknr,
ktosl TYPE ktosl,
mwskz TYPE mwskz,
xopvw TYPE xopvw,
END OF ty_taxaccounts.
DATA...