2008 Feb 15 12:31 AM
i would like to create the system wide table type "somename" with the line type "database table" in the abap dictionary.
i want to get the data , type of internal table from function module .
may i know how to create system wide table type?????
To pass data back to the calling program, the function module needs an export
parameter with the type of an internal table. For this, we define a systemwide
table type INTERNAL-TABLE-NAME with the line type DATABASE-TABLE in the ABAP Dictionary.
in function module i will declare ITAB then what shud be the ASSOCIATED TYPE .
2008 Feb 15 12:34 AM
data: begin of itab.
include strucuture <ztable>. " or Zstructures..
data: endif itab.
se11 > data type > radio button ( structure) create a structure
2008 Feb 15 12:44 AM
To pass data back to the calling program, the function module needs an export
parameter with the type of an internal table. For this, we define a systemwide
table type INTERNAL-TABLE-NAME with the line type DATABASE-TABLE in the ABAP Dictionary.
in function module i will declare ITAB then what shud be the ASSOCIATED TYPE .
2008 Feb 15 1:00 AM
Hello Rajesh,
Your question is answered in another thread. Kindly close one thread.
Regards,
Atish
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |