2010 May 31 11:12 PM
in transaction PA30 when i create data in one infotype (say 0033) i want to create data in another infotype (0019)
which user-exit do i need to use for the same
can anyone please help me regarding the same
thanks in advance
2010 Jun 01 6:40 AM
Sai,
check this
PBAS0001 - customer checks and default values for PA and recruitment
HRPAD00INFTY - update infotype maintenance
look for dynamic actions in sdn
Thanks
Bala Duvvuri
2010 Jun 14 10:20 AM
I am BADI HRPAD00INFTY (method IN_UPDATE) for PA30 TC and changing
the addresss field infotype, in GF7/500 system.
In BADI, there are two importing parameter which i am reffering to -
1. OLD_IMAGE
2. NEW_IMAGE.
In the above structures the field DATA1 contains the old values and new
values(in respective structures) of the address. My requirement is that
i want to get the old values and new values in proper structure format
whereas the field DATA1 contains the values in string format.
I am trying to read the values through data1 with the help of offset
keyword but there is a encrypted symbol that is coming in the
field DATA1 because of which it is giving me a dump.
So kindly do the needful ASAP.
Reagrds, Ranveer