2014 Feb 07 8:49 AM
Hi,
How to pass an internal table of type deep structure into smartform as interface parameter?
pls help....
Regards
Sreekanth
2014 Feb 07 9:23 AM
Hi,
Have a look here.
http://scn.sap.com/community/abap/blog/2013/10/22/deeper-dive-into-deep-structure--part-3
this is dealing with deep structure define in a class but the principle is the same
regards.
Hi,
How to pass an internal table of type deep structure into smartform as interface parameter?
pls help....
Regards
Sreekanth
2014 Feb 07 9:23 AM
Hi,
Have a look here.
http://scn.sap.com/community/abap/blog/2013/10/22/deeper-dive-into-deep-structure--part-3
this is dealing with deep structure define in a class but the principle is the same
regards.
2014 Feb 07 10:25 AM
2014 Feb 07 11:05 AM
Hi Eitan,
how can i solve this.
So i can't have a Internal table of type deep structure?
Plz replay..
Regards
Sreekanth
2014 Feb 07 2:55 PM
Hi,
- Use the import tab.
- Use "type" not "like"
regards.
p.s. You can download the smart form source from the article .
2014 Feb 10 4:30 AM
Hi,
Thank you very much.
It is very rewarding to be of help.
Eitan.
2014 Feb 10 7:17 AM
Hi,
Still i am not getting 'GIT_FLIGHT' as an internal table. I am new in abap plz help.
i have noticed that you were not used 'OCCURS' with your type declartion.
Regards
Sreekanth
2014 Feb 10 7:46 AM
Hi,
I find it much easier to retrieve the data in the driver program and pass the data as parameter (see http://en.wikipedia.org/wiki/Separation_of_concerns)
If you want to put the code in the form itself please move the declaration of to the "global data" tab.
Also see programs SF_EXAMPLE* in package SMART
Regards.
2014 Feb 10 7:58 AM
hi,
How u defined TP_SCARR_1_TAB in ur class?
Regards
Sreekanth
2014 Feb 10 8:04 AM
2014 Feb 10 8:14 AM
hi,
Got it... thanks a lot.
TYPES:
tp_scarr_1_tab TYPE STANDARD TABLE OF tp_scarr_1 WITH NON-UNIQUE DEFAULT KEY .
regards
sreekanth
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |