
As per the error, the Sales organization has not been mapped to fiscal year variant. The reason was that the DSO /JBPB/SAFV_M was not loaded.
The system checks the mapping of Sales Organization and Fiscal Year Variant in this DSO. The issue was resolved after loading data in this DSO.
The reason was in the Code for Roll-in Planning function the data from /JBPB/IPLAN DSO was not getting read. The selections were passed correctly and data was there in the DSO, but it was still not getting read.
Then we found that there is a customizing setting in which we have to enable the Plan DSOs to be used in Planning Engine.
When we tried to maintain the setting here, we got a short dump.
Resolution:
We found one OSS Note (2899115) that has to be implemented to fix this, but since we did not have much time and the Note was getting updated, we decided to write a custom program and add the entries in the below standard table directly.
After updating this, the data started getting read from the /JBPB/IPLAN DSO in the planning function.
4. Short Dump while trying to activate DSO /JBPB/IPRSTG
While trying to activate DSO /JBPB/IPRSTG we were getting a dump in the development system.
The reason is the DB connection that is maintained in RS2HANA_View transaction code is missing from DBCO transaction.
Resolution :
Below is the OSS Note that mentions the solution.
https://launchpad.support.sap.com/#/notes/3212374
5. Trusted RFC Connection not working
Resolution :
After applying OSS Note above and updating user parameters to use trusted RFC, I was able to debug with my user ID.
6. Total Promotion Investment Value was not matching with Reserved/Prereserved values in the Fund usage
The issue was with the standard BW query /JBPB/C_PRM_PROMO_KPI_Q004. This query is used for the calculation of the Total Promotion Value that is displayed on the right side of the promotion screen. The calculation view in the standard query is not used now and should be replaced with the DSO /JBPB/ILTA.
Resolution:
So we created a custom query which is a copy of the standard query and replaced the Infoprovider with the standard DSO /JBPB/ILTA. Also remember to update the Z query in your config in CRM to replace the Promo KPI monitor standard query with the Custom query.
7.In promotion screen, Tree View was not loading. Even in Tree view we could see flat view data.
The problem was we were using custom Queries for Promotions that we had copied.
And there is some standard code to change Query filters which was executing only for standard queries. We have to update this code to implement it for the Custom queries as well that we create
Resolution:
Create custom Badi Implementation for BADI IMP_QUERY as shown below and create Custom Class which will be a copy of the standard class
Also activate this BADI in SPRO.
8. When we tried to create a new Version for Operational Plan, it was throwing BW planning function errors
When we debugged and checked the BW Planning function for Version Creation was failing because value '9' did not exist in /JBPB/SCINDIC InfoObject.
Resolution:
The solution was simple that we had to maintain master data for the Source Indicator Object. This should have values 1, A, B, C and 9.
So we maintained the value 9 as below :
After maintaining the master data, we were able to successfully create a new version for Operational Plan.
9. When we tried to compare different versions then we were getting below error which says Invalid Query
On checking more we found that the BW Queries for Version Comparison were not active in the BW system.
Below are the queries which we need to activate for Version Comparison.
/JBPB/C_VER_COMP_PNL | Version Comparison PNL Query |
/JBPB/C_VER_COMP_PNL_PROD_TREE | Version Comparison PNL Product Tree |
While activating the query in BI Content we were getting following error:
Resolution:
We found an OSS Note for this issue which is below
https://me.sap.com/notes/2861374/E
This OSS Note is applicable to Support pack level
SAPK-40003INTMAB. But our system was on
SAPK-40002INTMAB.
But as mentioned in the OSS Note that we needed to create assignment for the field
S_RRSPPR" in the Composite Provider /JBPB/C_VER. Since this assignment was missing in our system, I created that and then we tried to install the Query.
After this step, the Queries got installed successfully.
The Plan Version Comparison screen was loading fine after this.
And when you debug you can figure out that the planning function to create the combinations in the Synchronize method is failing.
See below error message.
Resolution:
Post this we maintained the value 1 in the master data for InfoObject /JBPB/SCINDIC in both attributes as well as text and this issue was resolved.
Further we found that the combinations in the IPLAN Dso were still not created. We found the assortment entries getting stuck in CRM system in SMQ2.
Then we found that in one of the tables the entry was missing in Quality system.
We maintained the below entry in the table RSADMIN using the program SAP_RSADMIN_MAINTAIN.
After doing above steps the issue was resolved and data started getting saved in the IPLAN DSO.
I hope that these pointers will help everyone of us who are working on BW Trade Management.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
24 | |
20 | |
20 | |
19 | |
14 | |
12 | |
10 | |
9 | |
7 | |
7 |