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: 

Autofill textbox in screen painter

Former Member
0 Kudos

Dear All,

i create one custom infotype (PM01) , in that infotpe three textbox are maintained lets say A1, A2. A3

now i want , when user fill the A1 and A2 , A3 will automaticlly add the reuslt of A1 and A2 , bascially i need in textbox A3 = A1 + A2

please help me in this regards what event trigred once user leave the text box . so A3 should fill once user leave A2 or hit enter.

Thanks

2 REPLIES 2

Former Member
0 Kudos

Create a function code in PF-status. Use the that function code at PAI module.Based on the function code given in the PF status ,Write code to fill  A3 field  .

Best Regards,

Noufal P

Former Member
0 Kudos

Thanks for replay, its really appreciate if you explain this theory more in bit of sample code