‎2007 Oct 31 11:03 AM
‎2007 Oct 31 11:11 AM
Hi Jaya,
Field Vaildations can be Done under the PAI event
Ex:
<u>for a group of fields :</u>
CHAIN.
FIELD: ZVXX-event_type,
w_rb1,
w_rb2,
w_rb3.
*Module for validating the IDoc section
MODULE mo_validate_route_1000 ON CHAIN-INPUT.
<u>for a single field :</u>
FIELD vbak-vbeln.
*Check/Populate the field Sales order.
MODULE mo_order_selection.
ENDCHAIN.
Note :
The Field names shld be the same as the name in the Screen.
and the validation against a table can be carried out in the MODULE .
Regards,
Usha
‎2007 Oct 31 11:07 AM
‎2007 Oct 31 11:11 AM
Hi Jaya,
Field Vaildations can be Done under the PAI event
Ex:
<u>for a group of fields :</u>
CHAIN.
FIELD: ZVXX-event_type,
w_rb1,
w_rb2,
w_rb3.
*Module for validating the IDoc section
MODULE mo_validate_route_1000 ON CHAIN-INPUT.
<u>for a single field :</u>
FIELD vbak-vbeln.
*Check/Populate the field Sales order.
MODULE mo_order_selection.
ENDCHAIN.
Note :
The Field names shld be the same as the name in the Screen.
and the validation against a table can be carried out in the MODULE .
Regards,
Usha