Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Updating infotype from userexit of PA30

Former Member
0 Kudos
194

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

2 REPLIES 2

Former Member
0 Kudos
69

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

0 Kudos
69

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