cancel
Showing results for 
Search instead for 
Did you mean: 

Validation for Assignment field

Former Member
0 Kudos

Hi All,

We want to have validation for assignment field in t. code F-47. We need to check that the value entered in this field should be checked with values in table for purchasing document header (EKKO). It it possible to map this using validation check and rule. pl. guide us.

Prashant

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Prashant,

Yes, it is possible to achieve what you need using Validations in FI at Line Item level (OB28)

Here are the steps involved:

1. Configure a new step at line item level and set the activation status for the Comp Code

2. In the Pre-requisite part, specify the pre-conditions to be eligible for Validation (Ex: Document Type restriction). You can make use of different modes (Technical or Expert) to configure this in the formula editor

3. In the Check part, since you have a custom logic to verify, configure a user-exit that starts with alphabet U. The user-exit has to be coded in the underlying program for validations and this program can be obtained from GCX2...here you need to maintain suitable texts as well along with the nature of this exit.

4. Remember to run the program RGUGBR00 to re-generate the code everytime you make a change in OB28

Hope this info helps you in resolving the problem.

With Regards

Vijay Gajavalli