FS_CHECKMODE:Save of address independent comm data
[BUPA_CENTRAL_CHANGE] [change_addr_indi_com] [comm.error] [comm.style] [haff comm] [independent of]
Related:
- IPC Check non-relevant in CRM for COMM_PRODUCT-CONFIG field.Symptom 1) When a new material is created, everything is...
Symptom
When FS checkmode is active, address independent data get saved twice resulting the dump.
Other terms
bupa_central_change change_addr_indi_com change_addr_indi_com
Reason and Prerequisites
**********************************
TECHNICAL DETAILS OF THE CHANGES
**********************************
If FS checkmode is active, BAPI_ADDRESSORG_CHANGE was getting called with the parameter ’save_address’ as set .But now after the concept of FS_CHECKMODE,it is the responsibility of BP to check whether checkmode is active or not and correspondingly call the FM BAPI_ADDRESSORG_CHANGE with the correct value of ’save address’ as space, since address save should not be triggered by BP.
Solution
Implement this note