cancel
Showing results for 
Search instead for 
Did you mean: 

smartform

Former Member
0 Kudos

hi all,

which variables, workarea and internal tables we have to declare in form interface and global definitions and tell me about when to use program lines , loop.

thanking you,

with regards,

karthik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please search SDN before posting.

You will get lot of threads and WIKI content on this query.

Thanks,

Daya

Answers (2)

Answers (2)

ThomasZloch
Active Contributor
0 Kudos

Please research yourself first before posting, do not ask basic or generic questions.

Thread locked.

Thomas

Former Member
0 Kudos

Hello vinu,

Variables which will be act as the interface between the driver program and the smartform have to be declared in the form interface.

Variables which will be used globally within the smartform have to be declared in the Global Defnitions.

If you want to manipulate any code in the program, then you can use the program line.

Use of Loop is same as you will use in the program. When ever multiple loops required, you can use the Loop structure in the smartform.

Please revert, if you required any more details.

Also as Daya mentioned, you can get a lot of Threads and WIKI content on this topic.

Regards,

Selva K.