2014 Dec 08 11:06 AM
I have made a local structure in my report program but when I am using it to fetch data, etc, I am getting this error message as mentioned in the headline.
What could be the possible reason for this?
I have made a local structure in my report program but when I am using it to fetch data, etc, I am getting this error message as mentioned in the headline.
What could be the possible reason for this?
2014 Dec 08 11:12 AM
Hi Manan,
You can check sequence of structure field and select query.
Also check once internal table and work area declaration.
Regards,
Chandrashekhar
2014 Dec 08 11:13 AM
Hi Manan,
Can you post your structure and internal table declaration here?
2014 Dec 08 11:17 AM
2014 Dec 08 11:36 AM
Hi Manan,
Please check if the Internal table and the Workarea are type compatible.
2014 Dec 08 1:15 PM
We cannot use any kind of structures (e.g. deep structures) as work area to fetch data from database, certain prerequisites must be verified.
So check definition of work-area (SELECT INTO) or lines of internal table (SELECT APPENDING or INTO TABLE)
Regards,
Raymond
2014 Dec 08 1:37 PM
How did you declare your sturcture ? And how is your code using the structure ? Can yo show ?
2014 Dec 08 2:49 PM
If you are passing the work area to a form and fetching the data in that form, you have to provide the structure in the form parameters.
Rob
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |