Application Development 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: 

Trigger(Repeat) activity from activity1 in co11n

0 Kudos

Hi Experts,

I need to do enhancement in co11n.I need to do when change the activity figures

if user change activity1 figure they want to auto fill that value activity2 to activity6.

For this I used      CONFPP02 user exit.

I used bellow code in CONFPP02 user exit.

DATA :    I_AFRUD TYPE AFRUD.

if sy-tcode = 'CO11N'.

I_AFRUD-ISM02 = AFRUD_IMP-ISM01.

I_AFRUD-ISM03 = AFRUD_IMP-ISM01.

I_AFRUD-ISM04 = AFRUD_IMP-ISM01.

I_AFRUD-ISM05 = AFRUD_IMP-ISM01.

I_AFRUD-ISM06 = AFRUD_IMP-ISM01.

ENDIF.

Thank You,

Duminda.

1 REPLY 1

0 Kudos

This message was moderated.