Skip to Content
0
Former Member
May 27, 2008 at 11:58 AM

chain-endchain

72 Views

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