Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Capture smart forms details through API

0 Likes
1,539

How to capture of details of smart forms through API?

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
1,324

What do you means about "details" ?

Read only

Sandra_Rossi
Active Contributor
1,324

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

Read only

0 Likes
1,324

details means populate of data.