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 a new field in the screen with value

Former Member
0 Kudos

Hi All,

I have a requirement where in I have a z field (type NUMC) in tcode va02 (Additional Data B Tab). I have created a search help in that Z field with fields list as below.

BUKRS Imp-chk Exp-chk

HBKID

BANKS

BANKL

Whenever user press f4 he will get the list and select the row and update the field with BUKRS. User Requirement is to add one more field( BANKL) next to that Zfield and updates the new field with the corresponding value automaticaly once the Z field is populated.

Please suggest how can we achieve this.

Thanks,

VB

1 REPLY 1

Former Member
0 Kudos

Hi,

Try using the below format :


BUKRS Imp-chk Exp-chk
HBKID
BANKS
BANKL               Exp-chk               "Check export for BANKL and use the same Data Element/Domain field in Screen.

Regards,

Harish