2013 Jul 01 11:26 AM
Dear Experts,
I have scenario as below.
I am printing a 2 document of 'n' number of copies whose templates are same except the variable data.
EG:
Document 1:XXXXX
Name: Test1
Percentage:78
Document 2:
Name: Test2
Percentage:90
Here static data's are Name & Percentage and
variable data's are Test1, Test2,78,90.
When printing the above document is it possible extract the static and dynamic data from spool.
Thanks
Prabaharan
2013 Jul 01 11:44 AM
Hi,
When you define dynamic variables in SCRIPT or Smartform they are just place holders for some XYZ data.
Once the output is generated it is entirely static as far as I know.
But I suppose if you export the format to XML for smartform you can use FB_CONVERT_FORM_TO_XML or some other and via that read which textelements have static values and which have values with respect to symbols....
Regards