patricksteffens
Participant
Member since ‎2017 Oct 09

User Statistics

  • 66 Posts
  • 2 Solutions
  • 16 Kudos given
  • 10 Kudos received

User Activity

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...