2006 Sep 28 6:04 AM
hi experts,
what is constants and why we r using constants in ALV reporting.
thanks in advance,
Regards,
Prerna.
hi experts,
what is constants and why we r using constants in ALV reporting.
thanks in advance,
Regards,
Prerna.
2006 Sep 28 6:13 AM
What do you mean by constants in ALV reporting? Can you please elaborate?
R u asking about the values that we paas to different parameters?
Best Regards,
Vibha
2006 Sep 28 6:58 AM
CONSTANTS are one type of variables which values will be fixed through out the program.
Constants usage is not specific to ALV or normal programs or module pool etc.. where ever you want you can create them.
CONSTANTS : C_X TYPE C VALUE 'X'.
if p_chkbox = c_x.
*--do something..
else.
*--do some other thing
endif.
Regards
srikanth
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |