hi,
i have written the following code in PAI event
LOOP AT gt_maint_plan.
CHAIN.
FIELD: field1,
field2.
MODULE validate_1000 ON CHAIN-REQUEST.
MODULE get_data_frm_tc.
ENDCHAIN.
ENDLOOP.
In which field1 and field2 are mandatory fields.
the validations i wrote in MODULE validate_1000 ON CHAIN-REQUEST.
now my issue is ..if iam not entering field1 and field2 ,,
iam not getting the error message.
the control is not going to the VAlidation module.
regards,
shilpa