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

issue in smartfrom

Former Member
0 Likes
591

Hi exports ,

I have problem in smart form  po I am expected output is  hederdata like ekko,ekpo,and esll.

heare based on ekko-ebelp get the multiple items eg( 1,2,3) now some conditions I get the esll data in to separate internal table

it contains eg (1-----> (a,b,c),2------>(d,e,f),3---->(g,h,j)   like dynamically how to print the these data in main window.

please help me.......

Hi exports ,

I have problem in smart form  po I am expected output is  hederdata like ekko,ekpo,and esll.

heare based on ekko-ebelp get the multiple items eg( 1,2,3) now some conditions I get the esll data in to separate internal table

it contains eg (1-----> (a,b,c),2------>(d,e,f),3---->(g,h,j)   like dynamically how to print the these data in main window.

please help me.......

2 REPLIES 2
Read only

Former Member
0 Likes
568

Hi,

Open program lines in main window to write your dynamic logic in smartform. Add your import and export parameters in program lines and write the select or read inside  program logic.

Read only

former_member184675
Active Participant
0 Likes
568

Hi,

For each line do what and save the data in a global table (eg: GT_ESLL ).

Secondly you need to create a LOOP for GT_ESLL into a work area and output the information in text elements or whatever you need.

You'll need to create your flow-logic to correspond to the output desired , so the exact location where to place the LOOP and Text-Elements depend on that.

-

Best of luck,

Andrei