Hi Guys,
I am working on CAA1/CAA2 enhancement. Here once user presses SAVE button I need to validate Biller Direct fields (i.e. SMS/PAPER BILL/EMAIL Checkboxes). For that I am using CUSTOM FM on: transaction CAWM -> Contract Account Control -> Screen Layout -> Views -> FIS201 Biller Direct: Notification Type -> Further checks.
In that FM I am using below standard SAP FM which suppose to return values of Biller Direct Fields.
CALL FUNCTION 'FSCM_FICA_TFISCOMMFLAG_GET'
TABLES
t_tfiscommflag = gt_tmp1
.
But this FM failed to return any data even if I make changes to Biller Direct Fields. Do I need to do additional configuration for this?
If there is any other way to validate these fields please let me know.
- Thanks
Edited by: Nikhil Jathar on Dec 29, 2008 11:17 PM