Hi Rathy,
Put this line below your code:
check sy-subrc = 0.
For example:
if P_CHA_CUSTOMER > 0.
assign component P_CHA_CUSTOMER of structure C_S_DATA to <fs_customer>.
check sy-subrc = 0.
endif.
Regards,
Loed
Hi Rathy,
Put this line below your code:
check sy-subrc = 0.
For example:
if P_CHA_CUSTOMER > 0.
assign component P_CHA_CUSTOMER of structure C_S_DATA to <fs_customer>.
check sy-subrc = 0.
endif.
Regards,
Loed