Hi all,
I have a report where I have to enter BELNR, WERKS and GJAHR fields, and according to fields I want to send these fields entered into another dynpro:
SELECT-OPTIONS: s_belnr FOR bseg-belnr NO INTERVALS NO-EXTENSION,
s_bukrs FOR bseg-bukrs NO INTERVALS NO-EXTENSION,
s_gjahr FOR bseg-gjahr NO INTERVALS NO-EXTENSION.
SELECTION-SCREEN END OF BLOCK a01.
I need these fields be shown as header into this dynpro (See attachment rounded in blue)
This dynpro is called from the report itself (dynpro 1000).
Thanks for your support,
Mario.