Create a direct update DSO and in the end of your zprogram just update the table /BIC/Atablename00.
Quiet simple i believe.
Load this DSO to your cube.
Done !
BR,
Suyash
Create a direct update DSO and in the end of your zprogram just update the table /BIC/Atablename00.
Quiet simple i believe.
Load this DSO to your cube.
Done !
BR,
Suyash
Hello
Yes, it's purely optional unless you make it mandatory.
BR,
Sergey
Hello All
Question related forecast assignment to selection id created on /sapapo/sdp94.
How to link selection id forecast profile?
Exploring simpler method to assign selection id created to right profile so that they get picked up in job.
The regular DP job and activity leading to much data maintenance, lots of job to be created to link selection id assignment, many combination due to high number of profile, high number of selection id and different aggregate level.
The tr code /sapapo/msdp_fcst2 does give simpler assignment of selection id with profile, but this tr code only shows interactive generated guids and guids generated by background job (only on automodel)
I also tried direct assignment of profile to selection id /sapapo/sdp94 without forecast run but not working.
opened book, loaded selection, made assignment to forecast by clicking - setting -> forecast assignment.
Tried both method of assignment
a) save assignment of selection for forecast profile-
b) save assignment with unique forecast profile
none of both method shows entry in /sapapo/msdp_fcst2
Any suggestion is appreciated.
Thank you
Vijay
agree with Emmanuel point 1.
It should be problem. Sometimes SQL does detach database by itself, (Maybe human error), just re-attach it in SQL.
even better (if you want to avoid complexity but ok with redundant data):
Create a standard transparent table and update through your ABAP program. Create an generic datasource on that table(BW side only) and load to DSO/CUBE.
Boom !
Hi Appu,
I have the same questions mentioned by you in the above message. You could identify the request output to the buy side system? I suspect that has to do with SOA interface.
Regards,
Raphael de Carvalho
Hey Jose,
I had the same problem but what I did to solve it was that I used the IDOC I imported to ESR instead of using an Inbound Interface. That worked for me.
Good luck.
Hey Satish,
I have the same problem and I still can get it to work. I tested manually and it worked, but the when I test the whole scenario, the IDOC doesn’t get any value. Is there any adapter I need to check? Or something else I need to check at the Integrated Configuration? Thanks for your help.
Try using PL6 for business one should fix the connection issue.
In your initial query, the screen capture showed both /110 WTs with ESG 3, and the first one had a WC split while the second one had a Var To split. In this representation of the IT before the PCR, the 2 lines for WT /110 no longer have any splits, so you don't need a PCR to eliminate them.
On the other hand, both in the screen capture you provided earlier and in the representation of the /110 WTs in the Input Table before the PCR, only the one with the Amount of 60.00- has the currency identifier.
Check in the PCR where WT /110 for the amount of 500.00- is created to find out why it would not be assigned the AUD currency identifier.
Hi,
If you want to limit values to be selected in CHAR2 depending on what user selects for CHAR1, you have to put PRECONDITION for each value of CHAR2 with code like CHAR1 = 'X' OR CHAR1 = 'Y'
So you'll have e.g.
CHAR1
- X
- Y
- Z
CHAR2
- 1
- 2
- 3
Now if you want values 1 and 2 available for selection in CHAR2 if X or Y is selected for CHAR1 you have to create two pre-conditions:
First for CHAR2, value 1, code: CHAR1 IN ('X', ' Y')
Second for CHAR2, value 2: CHAR1 IN ('X', ' Y')
Similarly you can extend your conditions further
Hi
We are currently upgrading BW 7.02 to NW 7.4. I got the following errro during MAIN_NEWBAS/PARCONV_UPG step:
ERROR:
Detected the following errors:
# /install/BX1/SUM/abap/log/PD990404.BX1:
3 ETP000 ALTER TABLE "/BI0/ASRSA_DS100"
3 ETP000 MODIFY ("TCTHIGH" VARCHAR2 (003999),
3 ETP000 "TCTLOW" VARCHAR2 (003999))
3 ETP000
2WETP000 15:00:09: Retcode 1: error in DDL statement for "/BI0/ASRSA_DS100 " - repeat
2EETP345 15:00:21: Retcode 1: SQL-error "1404-ORA-01404: ALTER COLUMN will make an index too large"
2EETP345 in DDL statement for "/BI0/ASRSA_DS100 "
2 ETP000 --------------- DB-ROLLBACK() ---------------
2EETP334 15:00:21: error in DDL, nametab for "/BI0/ASRSA_DS100" not activated
I checked the table and it is empty
SQL> select count(*) from sapsr3."/BI0/ASRSA_DS100" ;
COUNT(*)
----------
0
I also validated the table definition and it is correct
SQL> desc sapsr3."/BI0/ASRSA_DS100"
Name Null? Type
----------------------------------------- -------- ----------------------------
TCTUSERNM NOT NULL VARCHAR2(36)
TCTAUTH NOT NULL VARCHAR2(36)
TCTADTO NOT NULL VARCHAR2(24)
TCTIOBJNM NOT NULL VARCHAR2(90)
TCTSIGN NOT NULL VARCHAR2(3)
TCTOPTION NOT NULL VARCHAR2(6)
TCTLOW NOT NULL VARCHAR2(180)
TCTHIGH NOT NULL VARCHAR2(180)
TCTOBJVERS NOT NULL VARCHAR2(3)
TCTSYSID NOT NULL VARCHAR2(30)
RECORDMODE NOT NULL VARCHAR2(3)
TCTADFROM NOT NULL VARCHAR2(24)
I am not sure why SUM tool trying to modify the field definition in the statement to
MODIFY ("TCTHIGH" VARCHAR2 (003999),
Did anyone see this before? Any help?
Thanks
Hi Rajesh,
U need to install XL reporter tool an add-on of SAP, u can download the add on from SAP portal, to run those report for 9.1 u need to check whether XL Reporter tool is available for 9.1 or not
Please check in with the support portal
Regards,
Bhushan Verma
Hi,
Please check the following KBA:
1786051 - Configuration check when adding managed system returns "No FQDN found in Host"
Best regards,
Daniel.
Hello Juan,
7.0 is quite old vesion? Have you considered upgrading to someting newer like 7.2 ?
It goes with a standard connector for the GRC which is included into the Provisioning Framework.
You need to install Design Studio addon BI server. Addon will be availble to download from SAP support portal.
Did you install Addon?
Yes, i know that. My Q is 'can multiple (ex:4) independent devices installed in same time slice to a single installation be billed at same time?. I believe- it's yes. can you confirm?
Hello Pooja,
My personal suggestion is to use IDM.
Even our own SAP IT moved from CUA to IDM for several reasons - easy maintanance, better provisioning and simplified maintanance.
IDM 7.2 goes with GRC integration framework that works like charm and many more other connectors for both SAP and non-SAP systems, so it would be easier for you if you will have to integrate with another system in the future.
Regards
Todor
When performing Check -> Connection test in TMS, I'm getting the following error USER_TMSADM_DENIED.