... owing dirty ABAP code. The structure of the XML will be transformed into internal table of a type EXCHANGE_RATES.
CLASS lcl_exchange_rates DEFINITION.
PUBLIC SECTION.
TYPES: BEGIN OF&nb ...
... 856</CrossRateOther>
</Currency>
</Tarih_Date>
Now there are two main ways to convert XML, you can parse XML using for example CL_XML_DOCUMENT clas ...
I wrote in previous post, you can’t use this class directly without any effort. First of all, the class itself will not display anything if you’ll not create a container for it. The following containers ...
... I’m doing this of course on purpose, while this class stays behind all other four ways of displaying ALV Grid described here, although in some of the cases it’s not that easy to see, as SAP made some effort ...
If you know CMD_EI_API class, you are aware of its power. It's very helpful for the manipulation of customer master data, all master data including contacts. I have played with this class many times an ...
... ith statements SELECTION-SCREEN FUNCTION KEY 1 & 2, the other defnition for TABLES: sscrfields. I've move the logic to class instead of includes so I could get rid of the need of having them i ...
... When the debugger window will appear, add new break-point for class CL_IDENTITY and method NODE_AUTHORITY_CHECK and press F8 4. Once the debugger stops, press F7 to go out from the method ...
... ion as I've attached the whole table bellow, hopefully it will help you to find the correct pseudo comment if the code cannot be adjusted in your opinion.
Test Class
Code
Kind
Text
P ...
I'm playing lately with TFS web services in ABAP and as I'm lazy guy I wanted to make my life a bit easier while working with the JSON results.
There is already a nice class /UI2/CL_JSON available whi ...
... g ALV grid structures.
The definition of the method should look like this:
class-methods: create_xlsx_from_itab
importing
it_fieldcat type lvc_t_fcat option ...
I'm big fan of CMD_EI_API and VMD_EI_API classes. I use them to create, update and delete customer and vendor master data, including contact persons, partners and all data you have in XD02/XK02 transaction ...
... rites view you can create two kind of folders and in Favorites Dev Objects view you can only create folders for Development Objects (programs, classes, interfaces, etc.). This distinguish is done becaus ...
... with the results instead of selecting and updating components in the database. IF_BOM_MM didn't helped as well. I started to dig in the standard transactions and local classes of ME52N and finally ...
If you follow my blog, then you probably noticed that I'm not keen of SALV class, as it's not editable and you cannot handle all events that you can in cl_gui_alv_grid class. With a small trick ...