2015 Jan 28 6:46 AM
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.......
2015 Jan 28 6:55 AM
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.
2015 Jan 28 9:26 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |