BP DX:Assert dump on deleting contact person address
[ASSERT] [bpr_fill_addr_d.] [BP_Outbound] [contact person] [deleting] [Form] [LBUPA_INTERFACE_OUTBOUNDA81] [mysqldump] [tcpdump]
Related:
- Dump on Deleting RELTYP Assignment To A CategorySymptom COMM_HIERARCHY : A Dump is triggered on deleting the...
- FP21: dump preview Sales Quote if requested date emptySymptom When you attempt to preview a sales order or...
- SAP BP: Dump while using search help BUAG.Symptom The search help BUAG or Partner by various attributes...
- Short Dump during DFV Run ExectuionSymptom An ABAP short dump is created during the execution...
- Dump in Cash transfer while reversing a bank statementSymptom Dump while reversing a bank statement of an outgoing...
- Short dump when changing name of business partnerSymptom You create a business partner with an address that...
- Short Dump during DFV Run ExectuionSymptom An ABAP short dump is created during the execution...
Symptom
A dump occurs when a contact person address is deleted.
Other terms
ASSERT, BP_Outbound, LBUPA_INTERFACE_OUTBOUNDA81, form bpr_fill_addr_d.
Reason and Prerequisites
The internal memory table containing the address guid of the address that is being deleted is cleared.
When the same is read during further processing to fill the address guid in the complex structure it leads to a dump.
Solution
The internal memory table should not be cleared.
Apply the source code changes to solve the problem.