SAP BP: R11 244 when a BP is displayed
[ BUA_BUPA_EVENT_ISDAT] [244] [address] [addresses"] [Business] [but020] [BUT021_FS] [Error] [for] [LBUA0F03] [of] [Partner] [periods] [R11] [usages] [validity] [XXDEFAULT_CHECK]
Related:
- Business Partner Upgrade FAQSymptom This note tries to answer questions on the SAP...
- BP: Removal of CL_CMD_APPLLOG=>GET_SINGLETON_INSTANCE usagesSymptom Obsolete instance handling of application log (CL_CMD_APPLLOG) in BankDetails-...
- Short dump when changing name of business partnerSymptom You create a business partner with an address that...
- BUPA_DESCRIPTION_GET does not return long name descriptionSymptom The function module BUPA_DESCRIPTION_GET returns only the short name...
- SAP BP: R1 473 during Business Partner create/changeSymptom When you try to create or change a Business...
- BP_SEA Missing entries in TPZ1; phonetic search incorrectSymptom You use the phonetic search (BDT search help). However,...
- FS_CHECKMODE: Check for duplicate address guidSymptom 1)Duplicate address guid in but020. 2) Same address guid...
- Exemption Values are not showing in TTE Display DocumentSymptom Open a Sales Order in CRM system ,go to...
Symptom
Even though a Business Partner does not have any standard address usages assigned, addresses are displayed in the standard address usage tab. As a result, the error R11 244 is thrown.
Other terms
BUT021_FS, BUT020, Business Partner address usages, BUA_BUPA_EVENT_ISDAT, XXDEFAULT_CHECK, LBUA0F03, R11 244, “Error for validity periods of addresses”
Reason and Prerequisites
When a Business Partner does not have any entry in BUT021_FS for XXDEFAULT usage, the BP is said to be inconsistent but still on the screen , there should not be anything displayed under standard address usage tab. Currently, the code is such that, it displays all the available addresses as the standard addresses. As a result error R11 244 is thrown.
The inconsistency can be removed by adding an address to the standard address usage but the error R11 244 does not let the user to do anything with respect to the address usages. Hence there is no way to remove the inconsistency through SAP GUI. This note stops the addresses being added automatically to standard address usage, thereby allows the user to correct the inconsistency manually by adding an address to standard address usage. After you implement this note, if BUT021_FS has no entry for XXDEFAULT for the BP, error R11 243 would be thrown. The user would need to correct this by adding addresses as XXDEFAULT.
Solution
Implement the note