Application Development 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: 

Validation for T-code FB50

Former Member
0 Kudos

Hi, I need to validate the user input for T-Code FB50 at the line item.

I've implement the validation rule and created a user exit. However, the validation rule cannot validate the data line by line at the item table because the value BSEG and COBL that pass in are wierd.

How can I validate the input line by line? What should I pass into the user exit (the screen table name?)?

1 REPLY 1

Former Member
0 Kudos

Hello sam

Please check this Exit EXIT_RFEPOS00_001 whick takes table name as parameter. In this you find zinclude where you can place your coding logic .

~hitesh