Following the example of downloading exchange rates from Central Bank Of Turkey using transformations, please find bellow the same way for National Bank of Poland.
Again, lets create an RFC destination ...
One of the standard requests that comes with every SAP implementation is automatic download of exchange rates to your system. Today I will show you on an example of Central Bank Of Turkey, how to transform ...
... If you use method shown there it may happen that when you're loading a variant to a screen it overrides also values from other fields. To avoid that I've prepared a method to fill only fields from ...
You might have a task to use or download one or all files attached to document saved via CV01N transaction. This is not a big deal really, you just need to use some FMs available in standard of SAP like ...
... the application in the future, but as always the choice is yours.
The code of all examples will be available to download with abapGit on https://github.com/fidley/ALVGridInNutshell
Basic ...
...
importing
er_result_file = r_xstring ).
endmethod.
Now you can use the result XSTRING do download data to application server, local pc or use it to send via e-mail. ...
... your favorites by using the proper function from view menu. After selection of the function you'll be asked for the path of saving/loading the file.
g.Multilevel folder hierarchy
Since version ...
... icon designer by me and they are not yet synchronised with Genuitec and moderated, then soon I'll attach here my icons settings, so you'll be able to download them and use them at your installations as well. ...
I was lately trying to find an HTML WYSIWYG editor for ABAP, but I failed. I though or this was not needed so far, or the solution was not posted anywhere. So I've tried several times and thanks to ...
... :-) Then let's load BOM header data to FG memory. If you want to do mass transaction then you would probably want to fill selection table i_cpsc_bom_sel with more than one BOM number, it will be then ...
... to change them or you can import my settings which are attached to this post. To do this close your Eclipse, download two prefs files from this site and put them into your workspace folder under \.metadata\.plugins\org.eclipse.core.runtime\.settings\ ...
... collects all routings which needs to be updated to be sure that each routing is updated only once. Then the most important part is done in following way: 1) We need to load each routing and connected BOM ...
... to new one with usage of FM CP_CC_S_LOAD_COMPLEX_BY_TSK to load source routing to memory , CP_CC_S_COPY_BY_TSK to copy areas we want and CP_CC_S_SAVE to save new routing to database. In my example I will ...
... you that there are many ways to store the customizing, you can keep it in GOS, or in APP server or load it directly from PC, but my favorite one is to keep the customizing in standard texts (SO10) and ...
... it in XML file which can be used in ABAP after.
So first of all we need to download chart designer from SDN so you can google "sap chart designer" to get it. After you'll have it just ...
... like that also with delete routing function which I share with you today. There is no BAPI_ROUTING_DELETE (yet), so firsty we had to load the task to EWB memory with 'CP_CC_S_LOAD_COMPLEX_BY_TSK' ,then ...
Although our connections are now so fast we may still need sometimes to compress data before attaching to mail or downloading into PC. SAP has possibilities to ZIP the content in class CL_ABAP_ZIP and ...
I guess all of us often had to work with files in ABAP usign some of available FM like 'GUI_UPLOAD', 'GUI_DOWNLOAD' etc. When doing so sometimes there is a need to display in ALV the filename ...