2008 Nov 11 9:54 AM
I get the following WARNING message in extended syntax xheck.
How to remove it.
INT_TABLE stands for 2 fields: Table INT_TABLE[] and its header line
Field INT_TABLE is not referenced statically in the program
Here is the definition of int_table
TYPES : BEGIN OF x_table,
SIGN(1) TYPE C,
OPTION(2) TYPE C,
LOW(10) TYPE C,
HIGH(10) TYPE C,
END OF x_table.
int_table TYPE STANDARD TABLE OF x_table.
Int_table is used in a function module as a TABLE parameter in the form,
In the perform S_user_field is used
2008 Nov 11 9:58 AM
Hi,
Do some kind of check for ur interanl table in the program.
if not INT_TABLE[] is initial.
endif.
Regards,
Nagaraj
2008 Nov 11 9:58 AM
Hi,
Do some kind of check for ur interanl table in the program.
if not INT_TABLE[] is initial.
endif.
Regards,
Nagaraj
2008 Nov 11 9:59 AM
2008 Nov 11 10:22 AM
Hi,
After getting the values from funciton module r u using that internal table to display or passing it t any other table,if it is not used any where this kind of warining message will come.
Tirumal.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |