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

Classify static and dynamic data when printing from spool

former_member184739
Contributor
0 Likes
330

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

1 REPLY 1
Read only

Former Member
0 Likes
292

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