Information: This question is a follow-up question to my previously answered question here: https://answers.sap.com/questions/12921343/simple-transformation-problems-with-encoding-conve.html
I found it could be handled most efficiently as a separat...
I use ST to create an XML file from ABAP. The transformation works finde except for one tiny, yet crucial part.
Here's what the XML should look like in the end:
<?xml version="1.0" encoding="utf-8"?>
<Paket>
<Metadaten>
<DOKNR>N1-QCPR...
Can I serialize ABAP tables containing nodes with variable names into XML using simple transformations?
The Output XML should look as follows:
<?XML Version="1.0" Encoding=UTF-16"?><Root>
<Table>
<abc> 1 </abc>
<def> 2 </def>
</Tab...
I want to delete the selected node and its subtree from a SALV tree. This works for the first node I select. Now after deleting that node I want to delete another one. That results in a shortdump (Exception "NODE_KEY_NOT_FOUND" in method TREE_GET_CHI...
We have defined naming conventions not only for ABAP Coding but also for transport objects such as Adobe Forms and their print reports.
Is it possible to enhance Code Inspector to check these names?
P.S.: Why is there not Primary Tag for Code Ins...
Hi Sandra, thank you for your clarification. It made me understand the whole topic a bit better. We store the XML file on the SAP filesystem and found out, that it is saved in ANSI, i.e. 'Ä' is encoded as E4 and there is no UTF-8 file header.Hence th...
I wanted use a SAP-independent tool to make sure that I don't run into misconceptions in the SAP ABAP context. Additionally I can now prove that it is not an SAP-related issue.
sandra.rossi : We encountered problems where description texts are not translated consistently. E.g. the text "ä<" would be translated into "ä& lt ;" (without whitespace) which is a problem for our software parsing the XML (it fails reading the 'ä' s...