November 27, 2009 at 7:25 pm
Symptom
When the user changes an individual object in multiple steps (and save after each step), only the first change is distributed via middleware, all following changes do not create a BDoc.
Other terms
PRO_MISC
———
Function Module : COM_PR_CHBADI_CHANGE_AFTER_UPD
Include : LCOM_PRODUCT_CHANGE_EVENTTOP
gv_act_imp_existing
Reason and Prerequisites
Previously the variable holding the active implementation flag was a local variable, but [...]
November 7, 2009 at 8:14 pm
Symptom
When a download is executed from R3 to CRM to download the product categories, the category is properly created in the hierarchy but the root`s relationship types are not inherited by the category which has been newly created.
Other terms
PRD_API
——-
Function Module : COM_PRCAT_API_CREATE_CAT_INT, COM_PRCAT_IL_REL_CREATE_CAT
Inheritance
Reason and Prerequisites
The code to create the interlinkages for [...]
November 7, 2009 at 8:05 pm
Symptom
In DI scenario with multiple records,only first record is updated into the EEW generated table.
Other terms
BP_EEW
——
Package : BUPA_EEW
Function Module : BURX_BUPR_PAI_VIEW
Other Terms : EEWB,BUPR.
Reason and Prerequisites
The PAI module generated via EEW was not considering the consecutive records and hence the global table [...]
October 28, 2009 at 4:32 am
Symptom
On execution of quaterly adjustment reports, the change user and change time was not being updated in the table BUT000.
Other terms
Package: BUPA
Function Group: BUDV
Function Module: BUP_BUT000PARTNER_QUUPDATE
Other terms: RSADRQU3, quaterly updates, BUPA_SET_CHANGE_INFO, TSADRV
Reason and Prerequisites
This [...]
October 23, 2009 at 6:43 am
Symptom
Idoc Processing fails while creating Nodes of a Downloaded Hierarhcy.
Other terms
BP_HIERARCHY
————
Package : BUPA_HIERARCHY_INTERFACE
Function Module : BUHI_EXT_INTERFACE_EXTRACT
Reason and Prerequisites
During the construction of complex structure in the FM BUHI_EXT_INTERFACE_EXTRACT multiple entries of a single Node with different validities under a Parent Node in BUT_HIER_STRUCT table are not considered.
Solution
Kindly [...]
October 22, 2009 at 8:23 pm
Symptom
In Case Of WebUi where API’s are used,the BUPR table created using EEW is not Updated at the first time on saving the Business Partner.
Other terms
BP_EEW
——–
Package : BUPA_EEW
Function group : BUX_GEN_API
Include : LBUX_GEN_APITOP,LBURX_GENF01
Function Module : BUX_BUPA_MEMORY_INIT
Other Terms [...]
October 22, 2009 at 8:19 pm
Symptom
Leading zeros visible in view “Determine Service Level” of Work Center Servcie Entitlements.
Numeric ID’s for Product Category, Service Categories, Issue Categories and Service Level were displayed with leading zeros in the above named view.
Other terms
Business by Design, FDT function, Service Level Objective, Determination
Reason and Prerequisites
Leading zeros were not removed for numeric identifiers.
Solution
Implement the hotfix [...]
July 20, 2009 at 5:35 am
Symptom
Info message of flagged for archiving is not appearing for archived partners when traversing from and to, to the Where-Used list tab.
Other terms
BP_DIALOG
———-
Package : BUPA_DIALOG
Function Group : BUPA_DIALOG_JOEL
Include : LBUPA_DIALOG_JOELF14,LBUPA_DIALOG_JOELF04,
LBUPA_DIALOG_JOELFTOC.
Methods : clear_messages,set_sub_header_tab_id
Reason and Prerequisites
The messages where getting cleared in the Business Partner UI because the [...]
July 10, 2009 at 3:44 am
Symptom
Syntax error with “Object Name longer than 30 characters” in the Task BUPR_ARCH.
Other terms
BP_EEW
——
Package : BUPA_EEW
Inlcude : LBURX_GEN_ARCHF01
Function Module : BURX_BUPR_EVNT_ARCH3,
BURX_BUPR_EVNT_ARCH4
Other Terms : EEWB,BUPR_ARCH,%TAB%_for_partner_get
Reason and Prerequisites
Due to Program Error.
Solution
Kindly implement the below source code correction [...]
July 6, 2009 at 4:56 am
Symptom
Change Documents for the shareholder relationship not shown in General Data screen.
Other terms
BP_REL
——
Package : BUPA
Function Module : BURC_BUPR_EVENT_CHGD1
Reason and Prerequisites
The flag IV_X_NO_FILTER was not not set while calling the changedocument event function module.
Solution
Kindly implement the note to solve the issue.