cancel
Showing results for 
Search instead for 
Did you mean: 

Getting xml display of layout

Former Member
0 Kudos

Hi,

I would like to get the xml data of a layout.

At table FPLAYOUTT I found the last version.

How do I get previous versions of the layout (xml/xdp data)?

Thanks in advance,

Yuval

Accepted Solutions (0)

Answers (1)

Answers (1)

diego_santos
Employee
Employee
0 Kudos

Hi Yuval,

Why don't you use the SFP?

SFP -> type the form name -> Display -> in the menu Utilities -> Uploading/Downloading form -> Downloading Form

If you need different versions, then change the version in Version Management menu in the same transaction.

Regards,

Diego

Former Member
0 Kudos

Hi Diego,

I would like to create a program that compare the two xml files of these two  different versions.

Is there any way to get the xml data of an inactivate version instead the process you mention by SFP transaction?

Regards,

Yuval

diego_santos
Employee
Employee
0 Kudos

Hi,

Now I see the reason for FPLAYOUTT.

I never seen or done such tool. But all I can tell is that the table FPLAYOUTT will store the LAYOUT as RAW String

Test the example of FP_TEST_00 form

SE16 -> FPLAYOUTT -> enter FP_TEST_00 in NAME -> enter the entry with D language, in case there's a list.

You will see how the XML is stored.

Hope it helps.

Regards,

Diego