Quantcast
Channel: SCN: Message List
Viewing all 8667 articles
Browse latest View live

Re: Starting now: No more points for likes on comments/replies

0
0

One thing I have noticed in the aftermath of this decision (which I wholeheartedly support) is that it becomes even more important that people properly mark helpful and correct answers to questions. I get lots of likes to answers, even from the original poster, when a helpful or correct answer would be more appropriate. I've also noticed that related, and sometimes unrelated, questions get asked in comments and answers to those can only be rewarded by likes since only the OP can award helpful or correct answers. These answers no longer earn you points.

 

I wonder if we need to find a way to encourage more awarding of helpful or correct answers? And if anyone has any suggestions for how to deal with the "related questions" problem...

 

I'm not especially driven by the need to accumulate points, but if the points system is meant to encourage people to contribute obviously some people are so motivated and the points system needs to work properly.

 

Steve.


Re: empty/"all" entry in DropdownBox with OData model - cleanest solution

0
0

Hi Ben,

 

Good thinking.

 

I guess this kind of comes down to how to interpret the MVC pattern. Let's take this specific case:

 

  • The Model represents a collection of things that are used for filtering.
  • The SAPUI5 "Control"  (the UI element which combines View and Controller as far as I can tell), namely the DropdownBox, is then responsible for rendering that collection, and registering user interactions on it.

 

Now, the philosophical question is if the "all" option is a part of the collection or not. In my eyes, that would make the Model responsible for it. Since the collection is specifically earmarked as being for filtering, and "all" is a valid filter option, I'd say it is. I think it becomes a little clearer if you substitute "all" for "empty" and just tell the Model to allow an empty selection.

 

On the other hand, if the "all" option is not considered part of the collection, as one could definitely argue, the Model has nothing to do with it. Without the context "this collection is for filtering", an "all" or empty item should not be part of the Model. In that case, the DropdownBox is responsible for adding it whenever necessary.

 

I guess you can make a case for both variants, and adding functionality to the DropdownBox control is probably easier than adding it to the ODataModel ...

 

Cheers

Christoph

Re: Options to create BIAR file in Business objects 4.1

0
0

Hello Naveed,

I moved this to BI Platform space for faster response

Re: Invoking datawindow report from C# code

0
0

Print them how?  PDF?

 

You could use PB.Net to create a .Net assembly that generates PDF from the report and then include that in your WCF project.

Re: How to plan cost element with percentage from other cost element  ( plan with formula )

0
0

but as i know we can use formula in planning using tampleate from transaction code cpt1

Re: How to login user using the Java API

0
0

Yes, just figured this out, LOL.  I figured I'd copy the form input element names to my own page and call "user = UMFactory.getLogonAuthenticator().getLoggedInUser(request, response);", and it worked like a charm!   The portal itself already submits it over HTTPS, so no different from my own page.

Re: Exclude customers from payment run F110

0
0

Hello!

 

I'm not sure concerning the relationships between APP and FSCM, but I think that there should be some link between FSCM and EBS. Go to transaction OT83 ("Make Global Settings for EBS") and choose tab "Assign External Transaction Types to Posting Rules".

 

Choose the external transaction relevant to your customers and check the entry in the column "Planning Type, Transaction". I think some of them (e.g. General planning) might be helpful.

 

Hope this will help.

 

Best Regards,

The Wirtschaftsmann

Problems with SAP User Market Place

0
0

Hello colleagues,

How to activate my user SAP Market Place?

Yesterday is active but Today is not working,

Any suggestions?

Thanks,

Regards,

Eng. Martín D. Novachig


Re: Webi number of Login vs Users never enter.

0
0

Hi,

 

SOLUTION 1 :

 

 

1)Goto Admintools:

 

and try the following query:

 

SELECT SI_KIND,SI_NAME,  SI_OWNER FROM CI_INFOOBJECTS WHERE SI_KIND IN ('Webi', 'CrystalReport')

 

 

Write what are all the reports u have other than crystal and webi...

 

SOLUTION 2:

 

I Hope u are having boxi 4 if not please reply or u can google it

 

I Hope U have enabled Audit In your BOXI server if it is not enabled, please follow step 1  else  follow step 2

 

Step 1 : Follow : BusinessObjects Auditing - Considerations & Enabling

 

Step 2:

 

Open crystal reports

Choose Universe;

 

Select Activity Universe

Select  User name, Action Time, Document , Type and drag  and later group them by Document type.

it onto to ur report and u have them.

 

This is all possible only if u have enabled Auditing ..

Crystal Reports does not load aspnet_client files to proper IISExpress directory

0
0

Hello,

 

We are working with Visual Studio 2013 and the latest SP 9 of the SDK.  I noticed on install, the aspnet_client files are still installed in c:\inetpub\wwwroot.  However, IISExpress in VS 2013 looks in <user>\Documents\WebSites\<SiteName> for it's global files (i.e. aspnet_client).  Upon trying to view a report, the viewer then of course choked on ol' "bobj" as the files were not where it was looking.

 

The solution I suppose would be to copy the aspnet_client folder into each website we create, which obviously is not ideal compared to how 2010 worked (one central location in wwwroot).

 

Any ideas on how to have only one instance of aspnet_client?  Redirect IIS Express to look where Crystal Reports installs the global files?

 

Thanks,

Chad

Re: Explorer API

0
0

Thanks George!

 

I am not sure if you are familiar with the API, but I have successfully been able to authenticate and logoff, but am unable to kick off an index using the url: /explorer/infoSpaces/--id--

 

I get an non-response error or a response status of 0.  Is there any reason that you know of that would cause this?

 

Thanks,

Scott

 

EDIT:  Also, when I retreive the info spaces, I get an empty <infospaces/> xml element.  There are several information spaces.  I also tried the url "explorer/openSpace.jsp?id=XXXXXX" and I get an ERROR PS_20004_IS_NOT_FOUND.  I have tried using the id and the cuid and get nothing.

Re: What is a T-Code to locate a PR from a shopping cart?

0
0

Hello,

 

You should check ME53N in ECC side, where PR should be created in classic scenario from shopping cart.

 

Regards,
Ricardo

Re: SAP DBTech JDBC: [258]: insufficient privilege: Not authorized

0
0

Hi Krishna,

 

This role has been already assigned and it still desn't works.

 

Also I'm not able to open any XS demo application on internet explorer.

 

My webpage heading is showing as Hana login , I'm using port 80.

 

Pls advise

 

Thx

Re: SAPUI5 - Doubt on how model and context works

0
0
I haven't understood really why, but it works..

 

Here is the explanation:

 

When you trigger navigation to people list, you pass the context of the pressed partner item with:

 

data : {

               context : e.getSource().getBindingContext()

           }

Then on the people view > onBeforeShow method, you get this pressed item context and set in on whole view (and list)

 

  this.getView().setBindingContext(evt.data.context);

 

So the absolute binding path which is already set on people list is /partners/0. Now all you need to do is to bind the remainig part on the people list. This is done with aggregation binding relatively to the context already used, so you just put people. As a result people list receive absolute binding /partners/0/people.

 

Note!

Absolute binding starts with slash /, relative binding starts with name token.

 

Regards

Marcin

 

Re: Where-Used list for HANA Tables

0
0

Hi Raj,

 

I came across the exact same requirement today and your solution above is very useful. Small question though: where do we find the list of such system tables? This is so that in the future if there is any such requirement it will help to look into those.

 

Thanks in advance.

 

Regards,

 

Manish


Business component representation - question

0
0

Hello, I'm trying to create objects in ID for a scenario where in we receive EDI documents from external customers and we convert few of them in to files and ftp it to a location. (location is internal to the company).

I already have two parties one representing the EDI customers and the other representing my company... can I create a business component(service) underneath the party of my company representing the file processor (instead of  creating it separately without party)?

 

If so, how can I model this in the integration scenario to create objects in the ID.

 

If I represent the EDI(sender) party as third party(external party with B2B communication)...I can assign the party and service to it..

 

On the received side I'm not able to select the business component I created to represent(couldn't assign) the receiver..the system always expects a business system..

 

how this could be handled?

 

Please advise. Let me know if you have any further questions.

 

Larry.

Re: max no of profiles per user

0
0

That you have not reached this limit indicates that you are doing a good job!

 

Tell the interviewer that if the limit is reached, then there is a design error.

 

If the interviewer presses harder, then there are two technical solutions. The first is in the authorizations tab of PFCG to use the "read old and merge new" option via the "Expert options". This you are probably doing hence you don't have the problem, but it can also be triggered manually within the menus in the authorization data.

 

There is one more joker you can play, but you must first tell the interviewer that they are using "Edit old data" to support a design error in the way they build and maintain roles.

 

Cheers,

Julius

Re: LCM transport - opendocument links

0
0

Hi,

We are having the same issue when using opendocument hyperlinks in Webi.

 

I have heard something about using logical names instead of server:port.Then there should be somewhere in the server a .properties file to convert the logical name to the corresponding server:port in each environment. But I have not been able to find information about this.

 

We have some links jumping from Webi report to ECC, so relative path is not possible, but I will try for Webi to Webi links.

Having trouble referencing row number in computed field

0
0

Greetings All,

 

I need to calculate during based on values that are grouped by days.

 

So I have the following datawindow values where I group data by date:

 

 

DATE           START                    END                         DURATION         

 

03/01/14                                                                             7:15

 

                    03/01/14 08:00        03/01/14 09:15

                    03/01/14 10:00        03/01/14 10:15

                    03/01/14 12:00        03/01/14 13:15

                    03/01/14 14:00        03/01/14 15:15

 

03/02/14                                                                             7:00

 

                    03/02/14 08:00        03/02/14 09:15

                    03/02/14 10:00        03/02/14 10:15

                    03/02/14 12:00        03/02/14 13:15

                    03/02/14 14:00        03/02/14 15:00

 

03/03/14                                                                             6:45

 

                    03/03/14 08:00        03/03/14 09:15

                    03/03/14 10:00        03/03/14 10:15

                    03/03/14 12:00        03/03/14 13:15

                    03/03/14 14:00        03/03/14 14:45

 

I want to create a computed field called duration in Group 1 as shown above in RED. Duration is END datetime for the day minus the START datetime for the day. But I am having trouble referring to the END datetime by row number.

 

I can easily create a compute field that tells me how many rows are in each group as "count(  confirmation_no  for group 1 )".

 

But when I try to create the computed field (in RED), I get a error telling me that 'Column number is not valid'.

 

secondsafter(  time(string(start_datetime[1],'HH:MM')) , time(string( end_datetime[count(  confirmation_no  for group 1 )],'HH:MM')) )

 

So I created an intermediate computed field called 'compute_rows_for_date' using "count(  confirmation_no  for group 1 )".

 

secondsafter(  time(string(start_datetime[1],'HH:MM')) , time(string( end_datetime[compute_rows_for_date],'HH:MM')) )

 

But the above gives me the same error: 'Column number is not valid'

 

When I simply type in a row number it works fine, but it will not give me the correct result:

 

secondsafter(  time(string(onscene_datetime[1],'HH:MM')) , time(string( unload_datetime[4],'HH:MM')) )

 

Can someone kindly tell me how I can calculate how many rows are in Group 1 and use that value to refer to the END datetime in the last row in the group?

 

Thanks very much!!

 

Paul

Re: how to find (SAPLMRMF)TAB_ERRPROT[] in badi

0
0

as previously explained, if possible, do not use the syntax with the (program)variable/perform etc. It is mainly used for internal purposes (and even there SAP is to be blamed for using such syntax). Once you are using an exit, try implementing it so that you have all the values needed in you method and do not access them via those dynamic-assigning-of-not-owned variables in the same session. It is

 

1. dangerous

2. once developers started to dislike go-to statements existing since first high-level programming languages, they will dislike this situation even more. Explain your situtation a little more to get the best stolution

Viewing all 8667 articles
Browse latest View live




Latest Images