A client is an organizational unit of an AS ABAP (Application Server ABAP, that is the application layer of an ABAP system in which ABAP programs are executed). For each logon to an AS ABAP, a client ID must be specified. A logon can happen in a quit...
The class CL_DEMO_OUTPUT and its interface IF_DEMO_OUTPUT format ABAP data and other data as output for demonstration and test purposes. Since its appearance, the following evolutionary steps took place:Announcement of CL_DEMO_OUTPUT, Usage and Techn...
ABAP CDS annotations add metadata to a CDS object (mainly CDS entities) that goes beyond the syntax features of the SQL (DDL) part of its definition. An annotation is specified in the CDS source code of a CDS object using the annotation syntax @... t...
You know the ABAP console of ADT that allows to use out->write in the main method of classes that implement interface if_oo_adt_classrun in order to write the content of ABAP data objects to a text console.
You might also know the interface if_demo_...
The ABAP Keyword Documentation is a special kind of SAP documentation that you normally see after using F1 in a source code editor of ADT or ABAP Workbench. ABAP Keyword Documentation is system documentation delivered with every AS ABAP, but you can ...
After decades of blogging, my latest blog is marked as spam and is removed.Thank you very much. I guess this is the end of my year long journey in SAP Community.
(1) The language to create a DDIC database table using ADT is named Dictionary DDL.(2) It supports the definition of foreign key relationships as it was possible in SE11 for decades.
There is no name of the source code to define a DDIC database table in ADT. The source code is created on the fly when you call the editor and deleted after editing.https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abendd...
Ah jetzt ja.In CL_DEMO_OUTPUT_STREAM=>WRITE_XML we format XML ourselves to achieve this. Maybe Debugger can do the same. I will ask the colleagues.Using transformation ID adds the <xml>-Tag what would change the debugged content. This is not desirabl...