2023 Apr 25 10:42 AM
Hi All,
I want to add Valid on Date(24/01/2023) from selection screen to the report output header part.
Please guide to proceed further.
Thank you,
Ankita.
2023 Apr 25 12:29 PM
Ciao Ankita,
is this a custom report? if yes, you can use the Paramter addition Default value.
PARAMETERS p_valon TYPE date DEFAULT '20230124'.
2023 Apr 25 4:34 PM
Hi Andreas,
Yes, its a custom report. Actually, date will change as per the requirement. Whichever date we'll pass to the Valid on screen that same one i want in the report output header part.
I just wanted to know whether this can be done in custom report.
2023 Apr 25 7:07 PM
The answer depends on the ABAP technology used to "report output". Please clarify.
NB: if you don't know what to answer, then you'd better ask a more experienced developer at your place.
2023 Apr 26 9:19 AM
This looks like ALV List display. In that case you need to use TOP_OF_PAGE event.
Have a look at the below link, search for TOP_OF_PAGE to see the relevant code.