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

T-code FB01 ,validation on field XBLNR require?

Former Member
0 Likes
1,172

hI,

is there any way available to validate XBLNR-Reference Document Number field of T-code FB01.

I want to validate it if the value entered by user already exists or if this field is blank than i have to send error message.

Is there any user-exit or Standard way available or

simply can i make this field mandatory.

Please suggest..

Regards,

Mayank

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
828

Hello,

You can do this using FI-Validations (trxn. GGB0). The node will be Financial A/c'ing --> Document Header.

You can search in SDN as to how to implement the "Validation".

Hope this will be of some help.

BR,

Suhas

4 REPLIES 4
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
829

Hello,

You can do this using FI-Validations (trxn. GGB0). The node will be Financial A/c'ing --> Document Header.

You can search in SDN as to how to implement the "Validation".

Hope this will be of some help.

BR,

Suhas

Read only

Former Member
0 Likes
828

Cna you tell me how to proceed further? I went to GGBO tcode , clicked on Financial accounting,

Got the field BKFP-XBLNR..Now how to proceed further?

Read only

Former Member
0 Likes
828

Please check the documentation. You can use transaction OB28 in the IMG. It is documented as well.

Rob

Read only

Former Member
0 Likes
828

Suhas reply can be useful.