Just a suspect. Please check for your characteristic settings in BEx Analyzer, about 1000 values setings? When you right click on your char in the report, select filter values-->Settings button will be there-->Values display and general settings tab will be there. Change the settings here..
Re: Bex returns only 1000 records
IDT: multisource universe with function module and BEx query?
Hi,
I would like to create a new multisouce universe in Information Design Tool containing a function module from an R/3 system and a BEx query from a BW system.
So I created a relational connection pointing to R/3 and one OLAP connection pointing to a certain query.
Some questions here:
- can I access a function module? I don't see it anywhere...
- When I create a new multisource data foundation I can't select the OLAP connection - it's not in the list although I exported it to our BO server.
- When creating a new system-DSN connection on my local workstation: is it necessary to also create this on the BO server?
Thanks for your help!
Re: How to update manual condition using BAPI
Hi
Have you set the FM 'BAPI_TRANSACTION_COMMIT' after the BAPI for changing the SO?
Please, see SAP Note 131838 - Collective note for BAPIs w/ 'Commit Work' command for further details.
I hope this helps you
Regards
Eduardo
creating a file of customer_demand
Hi experts,
I am totally new to the studio.
I would like to accomplish this:
I want to generate a kind of a command line program, which will be executed for example every 10 minutes to create a file, which contains data out of the "customer demand" by setting a filter to two fields.
How can i do this? Is this possible in the demand studio sdk?
Thanks in advance
Erhan
Re: Logic for Parallel Processing
Hi Hari,
You can find the logic SDN Wiki also if you can search you will find how to use. Pasting the link from wiki http://wiki.sdn.sap.com/wiki/display/ABAP/Parallel+Processing.
Regards,
Midhun
Re: Error on Opportunities Forecast PLD
Ok ok...
So.. I find that, when i run the Opportunities Forecast report and try to create the PDF file, SAP use the PLD with doccode 'NOB10002' and doc name 'Messages (System)'.. Query the RDOC doc table i can see it..
So.. the question is: why SAP use this PLD layout instead of the standard Opportunities Forecast Layout => OPR90002 => Opportunities Forecast (System) ??
And... How can i solve this issue?!??
Thank's in advance
Re: WCEM 2.0 / Problems using custom classes
Hi Nicolas,
I would suggest to you to use the Inbound Condition concept instead, which doesn't need any Java changes. Please check the navigation section of the dev and ext guide for that.
Regards Wolfgang
Re: Best side option for Joins in IDT
Hi Mahmood,
I think the exact same option is not available in IDT, but if you are looking for arranging tables so that join shows outer on best side, you can always use Auto Arrange tables option in data foundation.
Thanks
Mallik
Re: cl_gui_alv_grid scrolls to bottom of grid table after line insert
Manish,
Can you please point me to the specific BCALV_EDIT_* where the INSERT button is active AND it works as it should. I have looked at every one of them and I must have missed it.
Re: How to use Formula Parameter D0 for calculated Char
Hi
I did what you have suggested and i didn't get any error. It's fine with C00010+C00020.
I used D0 without any characteristic number with standard function module attached with it. It returns 1 as a result. But my question is that whatever function module is attach with formula parameter D0 or Z0, how will i do the calculation as for calculation i have to pass char number what i am not able to do that.
regards
Manish
Re: PGI Partial Picking
This issue can be resolved by using T.code VL_COMPLETE. This t.code should be used only when the status updates are not correct because of any technical reasons. The T.code help documentation gives you more inforamation.
Re: FSCM - User Dispute Management - Add addtional Fields to ALV
Hi Pradeep,
Which is the extra field which you want to display?
Thanks & Regards
Bala Krishna
Short SCN outages?
I've been getting 'unexpected errors' on SCN regularly, but this is something new. It started on Monday, I believe. I clicked on a link in the notification email, but got a message that SCN was down. It was a strange time for a scheduled maintenance (late morning in EST zone), but I thought OK.
Today when responding to a post, I got a floating "red brick" message '...you were logged off'. Hit Refresh button and got a server error:
Another refresh - HTTP error 'site unavailable'. Another refresh in a few seconds and I'm back in business and - interestingly - not even logged off.
Is there something going on? This is getting spooky...
Re: Tomcat and Java Version
Hi,
Your original question was what version does the IPS software installs and not what versions it supports, that's what I was answering!
Good to hear that got the answer now.
By the way there is no IPS 4.2 and DS 4.2 is not released yet as it is on ramp-up only
Thanks
Nawfal
Re: DoC_Owner_user:Change
Jaheer,
Add this security profile to your userAccount and you will be able to change document owners.
fci.profile.doc.owner
To do this, all you have to do is import UserAccount work book with your userId, and fci.profile.doc.owner in ROLES. you might want to add System Adminstrator profile as well to be able to import workbook once your account has been updated.
e.g.
Once you edit your user account, import master agreements using Contract Data and Document Importer by givng the appropriate Doc_Owner in the work book. This will help you change the owner of the existing document.
Hope this helps.
Regards,
Bindu
Re: Customized Error and Timeout Pages
I don't mind SDK work - I do a lot of it in both .NET and Java. However, the web apps in BI 4.0 are not as customizable as earlier versions were. Unfortunately, the code samples under your link do not include anything like this for 4.0. I may end up opening a support case on this (not fun!) but wanted to check here to see if anyone had any thoughts.
Thanks!
-Dell
Re: Pass key to the binding of method GenericInstantiate of BOR SYSTEM
Hi Ragav,
I Have debugged the Method GenericInstatiate and I can see that values are fetched but since my Key is the Combination of 2 i,e COMP.CODE & CONTRACT NO i need to CONCATENATE.
But Unfortunately i don't know where to do it.
your help is appreciated.
Re: Pass key to the binding of method GenericInstantiate of BOR SYSTEM
Hi Ragav,
thank you for your reply and much appreciated.
Yes that's what exactly I want to achieve.
but HOW?
1. I am Testing it from SWDD.
2. When I execute it from SWDD am loosing the value in OBJECT KEY.
3. Reason : If I test from here I don't need to create the Contract all the times when ever I test.
I have 2 key fields
1. Company Code
2. Contract
I need to concatenate but I don't know where to do and populate the value.
How can I achieve it so that I have the value which is the combination, your input will be highly appreciated.
thank you,
J.
Re: Pass key to the binding of method GenericInstantiate of BOR SYSTEM
Hi Vijay,
Thank you for the reply.
This is what am doing.
1. I want to test the workflow from SWDD.
2. Execute and it asks me for the OBJECTKEY (of BOR ; SYSTEM and Method : GENERICINSTANTIATE)
3. If I Hard code it works so without triggering event I want to pass the key
4. I want to make it to work from SWDD so that I know that when I do EVENT LINKAGE it works
5. If I test from here I don't need to create the Contract all the time when ever I test.
How do I achieve the object key even with out triggering the event using the BOR Object SYSTEM
with Method : GENERICINSTANTIATE.
Re: How to stop the blank crystal report
Publications are a way of scheduling and optionally bursting reports. However, while they're available in BOE, I'm not sure whether they're available in CRS.
-Dell