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

FB01 custom validation on screen fields - Reference Key 3 (XREF3)

Former Member
0 Likes
1,186

Hi All,

I have added a custom validation using BTE..in FB01 transaction for the field Reference Key 3 field..

Everthing is working fine, valdiation is getting triggered...

But if i raise an error message in validation, all the fields on the screen are greyed out...except some 4 fields for next line item posting(posting key, comp code, account etc) ...because the BTE is triggered in the below module...(check screen 332 of the prg : SAPMF05A)

chain.

field rf05a-newbs." Comp code

field rf05a-newko. " Account

field rf05a-newum.

field rf05a-newbw.

field rf05a-newbk.

module zeile_speichern.

module fusszeile_bearbeiten.

endchain.

Now since i have added the custom validation, the field reference key 3 should be enabled to make changes to the invalid value..

Could you help in making the field enabled after the errror message...?

Hi All,

I have added a custom validation using BTE..in FB01 transaction for the field Reference Key 3 field..

Everthing is working fine, valdiation is getting triggered...

But if i raise an error message in validation, all the fields on the screen are greyed out...except some 4 fields for next line item posting(posting key, comp code, account etc) ...because the BTE is triggered in the below module...(check screen 332 of the prg : SAPMF05A)

chain.

field rf05a-newbs." Comp code

field rf05a-newko. " Account

field rf05a-newum.

field rf05a-newbw.

field rf05a-newbk.

module zeile_speichern.

module fusszeile_bearbeiten.

endchain.

Now since i have added the custom validation, the field reference key 3 should be enabled to make changes to the invalid value..

Could you help in making the field enabled after the errror message...?

1 REPLY 1
Read only

Former Member
0 Likes
531

Hi ,

what kind of validation u wanna do it in FB01 ? have u seen Tcode GGB0 for all kinds of validations ? u can make use of this , but it depends upon kind of the validations.

Regards

Prabhu