Application Development and Automation 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: 
Read only

email address

Former Member
0 Likes
1,057

Hi,

I am executing Tran code : PRAA to get vendors based on Emp data.

I declared email address under info type 0105.updated

Vendor is creating fine but email address doesn't updated.

Email address in Xk01 is smtp_addr, but this filed doesn't find in Tran PRAA under BADI.

Thanks,

Asha

8 REPLIES 8
Read only

Former Member
0 Likes
1,021

hi check this..

what is the badi you are using .....did you update the field USRID_LONG in the infotype PA0105

Read only

0 Likes
1,021

I am updating in the field

P0105-USRID.

Thanks

Read only

0 Likes
1,021

BADI using: BADI_EXITS_RPRAPA00

Read only

Former Member
0 Likes
1,021

hi usrid_long is for the email in the infotype 0105 with the subty 0010 USRID is for the Userid not for the email address

Read only

0 Likes
1,021

I updated under 0105 subtype 0010 , output not getting

Read only

0 Likes
1,021

please let me know how you are updating .....with the UPDATE command or with the fm....but this is correct what i said ....i did it in many programs in hrabap

Read only

0 Likes
1,021

Once updated in infotype 0105, then execting Tran code PRAA to create vendor.

Here vendor is create fine, but email address not updating.

Here I am using std Tran PRAA, to create vendor based on pernr

Read only

Former Member
0 Likes
1,021

Thanks