cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Adobe forms seial number printing

Former Member
0 Kudos

Hi All,

I want to print the sequential numbers in adobe form. The information will come from driver program I had created the table in "Design view" section. If the body of the table is increasing(rows) automatically I need to print the sequential no.  I had declared a varaiable "cnt" in global section of interface" and in "code initialization i wrote like this cnt = cnt + 1. but in all the rows value "1" is printing. Could any one please help me to achieve this.

Accepted Solutions (1)

Accepted Solutions (1)

sagar_pawar14
Explorer
0 Kudos

Hi,

U can create one more Column in internal table called "Sequential number" for which you can add logic in interface/driver program to store numbers based on number of row count. Same Column you can map to adobe form field.

Answers (0)