‎2020 Jan 14 11:07 AM
‎2020 Jan 14 12:18 PM
‎2020 Jan 14 5:55 PM
There's a dedicated XML format to describe the layout of Smart Forms and all its nodes.
To see this format, in the transaction SMARTFORMS, choose the menu Utilities > Download form (and Upload form).
The file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<sf:SMARTFORM sf:language="FR" xmlns="urn:sap-com:sdixml-ifr:2000" xmlns:sf="urn:sap-com:SmartForms:2000:internal-structure">
...
</sf:SMARTFORM>The code to generate this file is proposed in this wiki:
https://wiki.scn.sap.com/wiki/display/Snippets/Download+Multiple+Smart+forms+using+XML_DOWNLOAD
‎2020 Jan 15 4:56 AM