2015 Aug 26 3:13 PM
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
2015 Aug 27 2:53 PM
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
2015 Aug 27 2:53 PM
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
2015 Aug 27 5:26 PM
2023 Aug 28 9:03 AM
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