2008 Feb 15 12:46 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 .
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:59 AM
Hi Rajesh,
its associated type will be same as DATABASE-TABLE in the ABAP Dictionary.
Regards,
Atish
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |