Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Passing two values to two fields having same parameter ID

Former Member
0 Likes
644

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.

3 REPLIES 3
Read only

Former Member
0 Likes
512

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.

Read only

Former Member
0 Likes
512

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

Read only

Former Member
0 Likes
512

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.