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

Reg : table control - editable field

Former Member
0 Likes
394

Hi

i have field called Production order (AUFNR) in my table control which is an editable field. Incase if the user enters an incorrect value for the production order entered in the table control, then i need to display an information message stating that the entered . Can u tell me how i can validate this production order ?

Thanks

ginni

2 REPLIES 2
Read only

Former Member
0 Likes
370

Hi,

Try with AUFK table which hold the Order master data

here you need to pass the order number entered by the user and also check the order type of it.

In my current server it is showing 0700 internal orders: Production.

Regards,

Venkatesh

Read only

Former Member
0 Likes
370

Hi Ginni,

In the PAI of the screen, between 'CHAIN... ENDCHAIN' place a module for validation.

MODULE validate_aufnr ON CHAIN-REQUEST.

in the module 'validate_aufnr'..

validate your field.

Regards,

Goutham.