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

Smartforms and Global Definitions

Former Member
0 Likes
1,035

Hi,

I have to develop a smartform and I kno the procedure to declare internal tables in smartform ie thru form interface.

But I want to create a Work area and instead of passign fields like &it_ekko-ebeln&,

i want to pass it like &wa_ekko-ebeln& for both header information and main table info.

So what is the procedure to do it. How to interact with program then?

Hi,

I have to develop a smartform and I kno the procedure to declare internal tables in smartform ie thru form interface.

But I want to create a Work area and instead of passign fields like &it_ekko-ebeln&,

i want to pass it like &wa_ekko-ebeln& for both header information and main table info.

So what is the procedure to do it. How to interact with program then?

4 REPLIES 4
Read only

Former Member
0 Likes
657

like how you use tables interface for passing internal tables you can use import for passing work area from your program.

If you want to loop an internal inside the smartform to display &wa_itab-f1& then you have to use a Table or Loop element in ur window in the smartform.

Thanks.

Message was edited by:

mg s

Read only

Former Member
0 Likes
657

Hello,

You need to create a LOOP PROCESS in the smartform, in this Loop to add the IT and assign with work area,

Regards,

DLC

Read only

Former Member
0 Likes
657

Simple Example Program and it has all kind of information

Program : SF_EXAMPLE_01

Smartform : SF_EXAMPLE_01