cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with dynamic actions

Former Member
0 Kudos

Hi,

I am creating the following dynamic action configuration for my custom infotype 9902. My requirement is to Insert a new record of Additional payments (0015) infotype with wagetype (LGART) = 9GHS and Amount(BETRG) = 1000 when the value in field "ALL_ENROLL" is created/changed.

<u><b>INFTY|SUBTY|FIELD |FC|No|S | Variable function</b></u>

<b>9902 | |ALL_ENROLL |06 |20 |I | INS,0015,,,(P9902-BEGDA),(P9902-ENDDA)

9902 | |ALL_ENROLL | 06|30 |W| P0015-LGART='9GHS'

9902 | |ALL_ENROLL |06 |40 |W| Q0015-BETRG='100000'</b>

The dynamic action is getting triggered properly with Wagetype(LGART) being populated properly. But the value in Amount(LGART) is not getting populated. The technical details of the amount field shows the field as Q0015-BETRG.

Can someone help me in acheiving this?

Thanks,

Prasath N

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem solved. The documentation for dynamic action states that,

<b>Do not set defaults for Q fields of an infotype because the values for these fields are derived from the corresponding P fields.

Examples

Infotype Subtype ..... FC Ind. Variable function part

0021 2 04 I INS,0015,M430

0021 2 04 W P0015-BETRG='10000'

When a Family/Related Person record (0021) record with subtype 2 (child) is created, an Additional Payments record (0015) with a default amount of 100.00 is created.

</b>

Thanks,

Prasath N

Message was edited by:

prasath natesan

Former Member
0 Kudos

Closed

Former Member
0 Kudos

can u help me wid dis ..

am trying dyn action fr 0002 only if marital staus is married..it il take to 0021

but in my case fr al the case even fr single it takes to 0021..

and it has a Q field fr marital status Field but i use only P not W...

any lite on it ....