cancel
Showing results for 
Search instead for 
Did you mean: 

Infotype modifying via Dynamic actions

Former Member
0 Kudos

Hi experts,

2001    0200   02    30    *    *******CHANGING IT9201 ACCORDING TO IT2001,0200
2001    0200   02    31    I    MOD,9201,0200,,(P2001-BEGDA),(P2001-ENDDA)/D
2001    0200   02    32    W    P9201-BEGDA=P2001-BEGDA
2001    0200   02    33    W    P9201-ENDDA=P2001-ENDDA

But if  I change P2001-BEGDA  and P2001-ENDDA system don't react to these changes and P9201-BEGDA and P9201-ENDDA still the same. what is wrong on my dynamic action ?

Thanks in advance,

Garayev

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
20010200BEGDA0210********CHANGING IT9201 ACCORDING TO IT2001,0200
20010200BEGDA0220IMOD,9201,0200,,(PSAVE-BEGDA),(PSAVE-ENDDA)/D
20010200BEGDA0225WP9201-BEGDA=P2001-BEGDA
20010200BEGDA0230WP9201-ENDDA=P2001-ENDDA

20010200ENDDA0235********CHANGING IT9201 ACCORDING TO IT2001,0200
20010200ENDDA0240IMOD,9201,0200,,(PSAVE-BEGDA),(PSAVE-ENDDA)/D
20010200ENDDA0245WP9201-BEGDA=P2001-BEGDA
20010200ENDDA0250WP9201-ENDDA=P2001-ENDDA

I solved this problem myself, here is the solution.

Former Member
0 Kudos

Please replace "W" with "I" in Indicator field and try.

(or)

Fuad Garayev wrote:

Hi experts,

2001    0200   02    30    *    *******CHANGING IT9201 ACCORDING TO IT2001,0200
2001    0200   02    31    I    MOD,9201,0200,,(P2001-BEGDA),(P2001-ENDDA)/D
2001    0200   02    32    W    (P9201-BEGDA)=(P2001-BEGDA)
2001    0200   02    33    W    (P9201-ENDDA)=(P2001-ENDDA)

But if  I change P2001-BEGDA  and P2001-ENDDA system don't react to these changes and P9201-BEGDA and P9201-ENDDA still the same. what is wrong on my dynamic action ?

Thanks in advance,

Garayev

Note: Am not very sure but just give a try