cancel
Showing results for 
Search instead for 
Did you mean: 

org key not updating

Former Member
0 Kudos

hi folks,

I have a situation where an EE is moved to diff. org unit but it is not updating org key automatically generated by combining per area and org unit. Though its working fine for the previous record till the time org unit was not changed but not when the org unit was changed.so, the new record is not updating automatically. where cld be the problem.

Thanks,

Rashmi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

On the previous record , how is the orgkey maintained ?

if it is through some config in dynamic action or ouserexit or Badi , if so check your logic there.

Former Member
0 Kudos

the previous record was maintained using VDSK1 which came fine. I wonder there could be some issue with the relationship of position and org unit. lemme know.

Former Member
0 Kudos

We maintained OrgKey through some code in Userexit Beforeoutput in one of my projects and when there is an OrgReasignment we handled the logic in AfterInput method to update the Orgkey .

So probably you can use the userexit to update the orgkey when orgreassignment happens . I dont think the Feauture will able to handle that

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai..

Pls include it in Screen Program.

Former Member
0 Kudos

check the VDSK1 feature return value.....