Unfortunately there is no version comparison facility
directly provided into SMARTFORMS t-code but there are ways to find older
version.
Use the below mentioned tricks to find the
versions of the SMARTFORMS.
- Using SMARTFORMS t-code.
Follow the below path to see all the versions of a smart
form.
Goto ->Object Directory Entry->Lock Overview.
See below image for reference.
- Check STXFADM and STXFADMI tables.
- Copy the Function Module name generated by Smart form.
Then
go to SE37 Paste it. Go to Utilities->Version Management
- Use the Function Module SSF_READ_FORM to read all the form admin information.
- Go in Tcode SE03 -> Double click on Search for object in request/Task -> In the Object Selection type enter SSFO, then type your smart form’s name and Execute. It will show all the Requests related to this smart form.