Hi All,
Requirement : Pass time fields while creating Work Approval using transaction WCTA.
While creating work approval, there are Time From and Time To fields in the header. When user enters these fields, and then proceed to create Applications, a new screen is called with the same Time From and Time To fields. The value from the main screen is not being copied here. My requirement is to copy the value from the Main Screen to the Application Screen.
The Main Screen is defined in Function Group WCFE (Screen Number 2000) - Program SAPLWCFE. Here in the PBO, the the Application screen is being called dynamically
CALL SUBSCREEN d2000 INCLUDING wctp2_prg-saplwcgn dynnr_flexview.
where
wctp2_prg-saplwcgn = SAPLWCFI ( For Application Screen).
This screen is defiend in Function Group WCFI.
The field names are same in both the programs.
How to pass the values from SAPLWCFE to SAPLWCFI screen fields.
Thanks,
Sachin