Hi gurus,
I have a problem with the design of a report.
I created two parameter by code like this:
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001. PARAMETERS p_pernr TYPE persno. PARAMETER: p_year TYPE gjahr MATCHCODE OBJECT pca_shlp_ryear. SELECTION-SCREEN END OF BLOCK b1.
After that i wanted to add a table control...so i went to the screen painter and created it using the wizard.
Everthing ok until now that i want to add a new parameter and i try to code it but when i do this, the screen painter erases the table control component. I guess it is because when the program creates the new version doesnt read the changes i made with the screen painter...
I know that i can create a new frame and add this parameter using the screen painter but, is there any way to achieve this coding it in the same order and the table control not being deleted?
Thank you.