FS application activeness check wrong in BUA_ADDRESS_XPRA_TD
[application] [application data] [application error] [BUA_ADDRESS_XPRA_TD] [excel.application] [FSBP_CHECK_FS_CRITERIA] [fs_check] [gv_fs_active] [LBUPA_TD_SWITCHF03]
Related:
- Business Partner Upgrade FAQSymptom This note tries to answer questions on the SAP...
Symptom
The check for FS application activeness is wrong in the function module BUA_ADDRESS_XPRA_TD.
Other terms
BUA_ADDRESS_XPRA_TD, LBUPA_TD_SWITCHF03, fs_check, FSBP_CHECK_FS_CRITERIA, gv_fs_active
Reason and Prerequisites
In the function module BUA_ADDRESS_XPRA_TD, there is a check to determine whether FS application is active in the system. The result is ‘J’ if FS is active, ‘N’ if FS is inactive. But the function module always compares the value with ‘Y’. This is an error since the result can never be ‘Y’.
Solution
Implement the note