‎2008 Dec 16 9:46 AM
Hi All,
I need to pass two different values to two different screen fields of the same screen having same parameter ID.
I need to pass 2 different values to tcode CJ9FS to fields TEMPLATE VERSION and TARGET VERSION.
regards,
raviraj.
‎2008 Dec 16 10:07 AM
As the both the fields have same parameter Id, you can not use SET PARAMETER ID.
EXPORT ...MEMORY ID and IMPORT ..MEMORY ID.
Check for any BADI/USER-EXIT for this transaction and write IMPORT over there.
‎2008 Dec 16 10:10 AM
Followinh are two User-Exit available for this transaction.
Check if you can IMPORT over there.
COOMKPLV User Exit: Copy Actual to Plan and Copy Planning
COOMKPT4 Customer Exit: Copy Plan->Plan/Act.->Plan for Cost Centers
‎2008 Dec 16 11:27 AM
Hello,
These user exits or badi's are not getting fired when we run the Tcode CJ9FS.
Let me know if there is any other approach / any user exit that fires.
thank you all for the quick response.
regards,
raviraj.