cancel
Showing results for 
Search instead for 
Did you mean: 

Using standar table field in Smart form

Former Member
0 Kudos

Hi Guys;

I am developing a smart form and I need to use in my text Pa0002-pernr for example where do I declare tables?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

You want to declare this field in Global Definitions -> Types. Here you can declare your field with table type.

Regards,

Joan

Former Member
0 Kudos

Thank guys you input helped

Former Member
0 Kudos

Hi Falvien,

In case your are using the driver program pass the variable in the form interface.

In case within the smartform

In the global defintions

Declare the field string and internal table

In the initialization write select query fetch the data and display.

Regards,

Kalyan.

Former Member
0 Kudos

Declare that in Global definition> global data>

under variable name give MY_TEXT under type assigment give TYPE and under associated type give PA0002-PERNR

Former Member
0 Kudos

either use the table in print progarm and pass it to smartfom thru interface or

go to global definitions and declare type of table in types and use select in initialixation to get the values.