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: 

BTE to open VBRK-KURRF field as editable

jepi_flanders
Participant
0 Kudos
1,023

Hello,

Do you know of any BTE (Business Transaction Events) that can be used, at intercompany billing creation (VF01), so that the screen field VBRK-KURRF (Exchange rate for accounting) is proposed as editable?

Thank you very much indeed for any help?

With kind regards,

JF

1 ACCEPTED SOLUTION

former_member210541
Active Participant
0 Kudos
631

Hi,

Use ENHANCEMENT-POINT FELDAUSWAHL_SONDERREGELN_03 in enhancement spot ES_SAPMV60A to create an enhancement and write the following

IF screen-name = 'VBRK-KURRF'.

screen-input = 1.

modify screen.

ENDIF.

I just did that and found it to be working

3 REPLIES 3

former_member210541
Active Participant
0 Kudos
632

Hi,

Use ENHANCEMENT-POINT FELDAUSWAHL_SONDERREGELN_03 in enhancement spot ES_SAPMV60A to create an enhancement and write the following

IF screen-name = 'VBRK-KURRF'.

screen-input = 1.

modify screen.

ENDIF.

I just did that and found it to be working

0 Kudos
631

Thank you, looks great!

0 Kudos
631

I used enhancement spot,and the field VBRK-KURRF be editable ,but when I save ,message error : BDR001 , I can not change the field . Do you know how to change the check rule of the field . Thanks