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

USER-EXITS

Former Member
0 Likes
337

hi,

how to transfer value of field say vbak-faksk from va01 to va02 vbak-faksk???

any logic to be performed in the user-exit??

its urgent!!!.

1 REPLY 1
Read only

Former Member
0 Likes
292

Hii sneha,

your Requirement is vbak-faksk i.e Billing block in SD document has to come by default in VA02.,.,if n as it is in VA01.

Is this field is geting modified by user in VA01, i think probably the answer is yes.,.,thn r u saving the recent value to VBAK,(if not no issues even.,.It can be done in the exit which is geting trigerd after user pressing save)

Moreover ur requirement is u r havin some value in VA01.,.,which is getin stored in VBAK-FAKSK(I assume till this its fine.,.)

Thn only thing u need to do is.,.,First find the screen field Name(Press F1 on tht perticular field.,.,thn go to technical settings.,.,thn there will be field name.,.in this case VBAK-FAKSK)find the exit which is geting called before displaying the initial screen of VA02 and just write a line of code saying.,., VBAK-FAKSK = VBAK-FAKSK where the first part is SCreen.,.and the second Part is DAtabase table.

Hope this will solve ur problem,

Deb