cancel
Showing results for 
Search instead for 
Did you mean: 

Declare Variable in Smartforms from BT and EPF tables

Former Member
0 Kudos

Hi All,

I am developing a smartform to display the payslip of employees.

In my smartform I need to use fields from the BT table and EPF Table.

I need to declare variables for the same fields in smartform.

How can this be achieved.

Any pointers or suggestions would be helpful.

Thanks,

Saher

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Create the table type for BT and EPf tables and declare in the form interface.

Regards,

Sravanthi

Former Member
0 Kudos

Hi

Please search with the search term smartforms and u will get many threads which will answer your question.

In general, in form interface of smartform we declare the tables whose values are passed from the print program.

IN global definitions, we declare the variables we use in the smartform.

Regards,

Vishwa.

Former Member
0 Kudos

Go to smart forms form interface there in import tab you can declare your variables there assigning type refered to a field.

You can assign your tables in tables tab of the from interface.

If you would like to use variables internally in smartforms then declare them global definitons.

Former Member
0 Kudos

Hi,

Its giving me the following error when I try to declare the fields

'type BT is unknown'

Thanks,

Saher

Former Member
0 Kudos

Hi,

what's this BT table. Looks like it doesn't exist in dictionary. Could you pls clarify on this!

regards,

Ravi

Former Member
0 Kudos

Is BT a Standard transparent table? or is it a structure?

Is it your internal table?

If its your internal table then in form interface-> tables tab -> there you declare this table name assignment - like and ztable or structure or table as table type.