Hi Shakeel,
There is no standard BI content data source available for PMCO table.
Can you elaborate your requirement?
Create a generic data source for this table using Tx: RSO2.
Regards
KP
Hi Shakeel,
There is no standard BI content data source available for PMCO table.
Can you elaborate your requirement?
Create a generic data source for this table using Tx: RSO2.
Regards
KP
Hi there,
I recently loaded SP patches SAPKB70026 & SAPKB70027 onto our
QA system which is running on a virtual platform on Linux.
Now it could be purely coincidental but since a server reboot we can not
connect to the QA system. We are getting the:
WSAECONNREFUSED: Connection Refused Error No: 100161
We are using SAP GUI 730
Has anybody experienced this? Or does anybod know what the solution
could be?
Thanks
Andy
Hi Oliver,
When you say pricing condition information missing. Where are you exactly missing the price?
Regards
Hi,
I did it on my system and its working perfectly.Kindly check the relevant data you have in source cube or not.
Try manual filter and check if that works or not.
read table l_t_range with key
fieldname = 'FISCYEAR'.-----give the field name
l_idx = sy-tabix.
DATA: CD TYPE /BI0/OIFISCYEAR.
CD = SY-DATUM+0(4)
l_t_range-FIELDNAME = 'FISCYEAR'.
l_t_range-SIGN = 'I'.
l_t_range-OPTION = 'EQ'.
l_t_range-LOW = CD - 1.
append l_t_range.
Hope that helps.
Regards,
AL
Hi Anuj
Even I am also facing the same issue.
I added the namespace also but getting error as "File type is invalid for target location"
I am working on MII 14.0
Please help me out on this.
Regards
Sandeep
Hi
Are you using any 'box' (screen element) to keep all the screen fields inside this box ?
If yes, can you try to adjust the properties (Lenght (visible, defined) to 157 of the box .
Let us know if it works.
Hi Abhishek,
Please send the screenshots of your config. So that it would be easy to identify what went wrong.
Thanks,
Madhav.
Hi RB
Restarted Server and instance.
Only significant item from event viewer
Information:
The description for Event ID 19817 from source MAXDB:Bw2 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
MAXDB - Bw2
:
- INFO TID: 0xFDC PID: 0xBF0 MsgID: 19817
SERVERDB 'BW2' started,
Version: 'Kernel 7.7.06 Build 010-123-204-327'
DBROOT: 'D:\sapdb\BW2\db'
Please clarify: after snapshot restore if system is working fine with old kernel? Are problems arise only after kernel update?
Hi Rohit
I imported 3Dguage SVG object but when I try to save I get error as "File is invalid for the target location"
I am working on MII 14.0.Please help me out on this
Regards
Sandeep
Hi Eli,
I am happy to know that I thought in the direction I should have..
1. My MM guy says that scheduling agreements are the right way to handle this... I created a SA with normal internal order (without FM) and the commitments were posted to respective years,.. So, i assume that same will happen in FM too incase I go with the SA option
2. Can you just let me know the process (very briefly) incase i will have to do EMF / RIB document..I will explore myself based on the input from you
Br, Ajay M
Can you please share your code ?
Hi Raymond,
I have tried the configuration in OB32 . However still the field is grayed out its not changed to editable, it seems SAP not allowing this field to be updated. I need to check for OSS Message . Please let me know if you have any additional information regarding this.
Hi Jens,
I reported a similar issue a while back - see http://scn.sap.com/thread/3293248. Essentially I terminated the HANA One instance and created a new one - this time keeping track of the memory I was using. I also switched all my larger tables to use column versus row tables.
Regards,
Bill
hi
can you post the screen shot of what you are doing
Regards
Thyagarajan
Hi Leon,
Thanks For your reply.Actually my requirement is that when we click on export button on result page,then we will get one pop up in which we have 3 options- open, save and cancel.When we click on save, we will get another pop up in which we have only two files types to save the file.
please see the screenshot attached.
We want to add one more type .xls in those two options.
Please let me know how to proceed and where we can chaeck in UI framework.
Thanks,
Hi Bhargava,
It may effect sometimes, Can you please check once if possible delete the other listeners and try ?
I was told once , it will effect.
Thanks,
Satish
Hi,
You may check this http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00170.1540/doc/html/san1288043234252.html
I have used DEDICATED_TASK for monitoring freezings.
Best regards,
Kimon
First the new entry must be saved in table ztr_hrlogin then only it will accept that entry in ztr_hrdetails because table ztr_hrdetails having foreign key relationship with ztr_hrlogin.