SECXML_C14N_READER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report to run C14n from
If you would like to execute this report or see the full code listing simply enter SECXML_C14N_READER into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: DECRYPT = Decrypt
Selection Text: FILENAME = Local File
Selection Text: INCL_NSP = InclusiveNamespaces
Selection Text: STRFORM = STR-Transform
Title: Canonized with CL_SEC_SXML_READER
Text Symbol: 001 = Canonization
Text Symbol: 002 = Canonized in ms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_SET_FUNCTIONCODE CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE' EXPORTING functioncode = 'DISP'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.