hi guys,
could you please check it once..
Report:
START-OF-SELECTION.
perform get_data.
perform disp_data.
TOP-OF-PAGE.
perform disp_header.
I have called one variable from disp_header to get_data. But I'm not able to get the value of that variable in get_data.
Actually Get_data has no write statement.When a write statement is written then the value is coming, but in my scenario there is no write statement.
Any one tell me plz how to get that value from top-of-page with out write statement.
Thanks & Regards.