cancel
Showing results for 
Search instead for 
Did you mean: 

PINCH - Personnel Administrator update

Former Member
0 Kudos

Hi All,

Everything seems right here but the Personnel Administrator value doesn't default in IT0001.

I have updated PINCH feature with the right Administrator Group default.

I created a Dynamic action to default the personnel administrator.

0000   
04765P0000-MASSN='01'/X
0000   
04766P0000-MASSN='07'/X
0000   
04767P0000-MASSN='06'/X
0000   
04768P0000-MASSN='99'/X
0000   
04770T001P-MOLGA='10'
0000   
04771PSPAR-WERKS='US10'
0000   
04772INS,0001,,,(P0000-BEGDA),(P0000-ENDDA)/D
0000   
04774P0001-SACHP='ABC'

However it doesn't work for those actions specified. What am I missing here ?

Thanks

Sanghamitra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check your field Indicator for step and also try to debug if you did not find any error using the ROUTINE in in the dynamic action

Thanks

Pavan

Former Member
0 Kudos

Hi Pavan,

Thanks for your reply. Step indicators are correct. Just wondering why I am not getting any default. When I configured using the same logic for one action and one country it worked fine. Later on I added 3 more actions (in the above example) and used the same logic for 10 more countries. Since then it stopped working. Does it have to do with T588M table ? Screen modification ? Do I need to check any specific check box for SACHP field and not standard ?

Thanks

Sanghamitra

Former Member
0 Kudos

Hi Sanghamitra,

It is nothing to do with t588M table.As it worked for one action and one country grouping it should work for all other actions and country grouping.

Can you try using these conditions seperately rather than using /X. Ideally it should work with /X, but you can try without OR condition.

Thanks

Pavan

Former Member
0 Kudos

Hi Pavan,

Thanks for the reply. Yes I had tried that this morning and If I enter the entire set of code separately it works. But that's not a good configuration since for 4 actions and 12 countries and (8 lines for country/action), it's going to fill up that entire Dynamic action table.

I am planning to use Field name MASSN for INFTY 0000 and that way I dont have to key in each Action type. Will that be helpful ? I am still deciding between Func. code 04 or 06.

Thanks for your help

Sanghamitra

Former Member
0 Kudos

Hi Sanghamitra,

Do you want to use t588m-infty as MASSN ?

If you want to aviod lot of table entries here you can work with routines but it needs understanding of the module pool programming MP000000, which can be done by an ABAPer

operation 06 would ideal

Thanks

Pavan