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

Re: SAP BI App: Unable to connect BOBJ 4.1

$
0
0

Hi - you need to enter your CMS name, not the 6400 port number.

If you don't know your CMS name, please ask your BI admin

Tammy


Re: getting root data in item node

$
0
0

Hi Naveen,

To get RooT data you have to use to_root  association as in your case root is also a parent node you can use to_parent association also.

 

io_read->retrieve_by_assocation

 

       exporting

                      it_key          =  lt_key               " key table  that hold item keys

                      association = item-to_root    " association name (it is created by default)

                      fill_data       = abap_true       "  make it  to fetch data

      Importing

                     et_data =    lt_root_data

 

 

 

 

you will get your root data in lt_root_data.

 

 

Regards

LK

Re: MOPZ transaction stucked

$
0
0

Hello Rajeev this is the most repeated error in SM21, I have no dumps in ST22

thanks

Captura.PNG

Re: SAP BI App: Unable to connect BOBJ 4.1

$
0
0

Hi Tammy,

 

Thanks for your reply.

 

I know my CMS name, in fact, what you see above is CMSNAME:6400 (it is just greyed out for privacy purposes).

 

Because in a mobile device you would not change the host file to map an IP to a domain, I have to enter the BOBJ server IP in both URL and CMS (my CMS name is just the server IP).

 

I tried every possible combination. Leaving just the CMS name it self without the port does not work either.

 

It should work, I can ping the CMS server - port 6400 and the communication works.

 

Any other ideas ?

Guidance\opinions regarding adding mobility in our Portal Environment

$
0
0

Hello experts,

 

We are looking for some guidance\opinions regarding adding mobility in our Portal Environment.

 

Our Environment:

  • Portal 7.4
  • ECC EHP7
  • Separate Gateway with Fiori wave 2 apps installed (HUB deployment) and running.
  • We are also using Web Page Composer
  • We have the option to setup 'Portal on Device'

 

We are not clear on how to use a mixture of all these functionalities to accomplish the best user experience.

 

KEY QUESTION:

  • Should we decide between using 'Portal On Device' OR 'Fiori Desktop'?  (I know it is recommended for Portal customers to use Portal and Fiori together, but seems like its not straight forward implementation. And does this mean we do not use ‘Portal On Device’ at all!).

 

We see these options:

 

OPTION 1: Implement ‘Portal On Device’, and have Fiori run independently:

 

  • Fiori URL will open up Fiori Launchpad.
  • Portal URL opened from Desktop Browser will open up regular portal.
  • Portal URL opened from Mobile device will open up Tablet, or Smartphone Desktop.

 

CONS:

  1. Would this lead us to manage 3 different entry places for ESS\MSS portal applications?

 

OPTION 2: Don’t use Portal on device, but use Fiori Desktop in the portal:

 

  • Portal URL opened from Desktop Browser, regular portal loads up.
  • Portal URL opened from mobile device, Fiori Desktop will create the tiles.

 

CONS:

  1. Not able to use the easy Fiori Launchpad Designer?
  2. Not sure if we can use Fiori Client App in this scenarios?

 

Any past experiences\guidance\opinions would be much appreciated....

 

Thank you,
Harman

Re: Wishing sapui5 openui5 be ported to typescript

$
0
0

My personal opinion on that:

 

Classes/Types

That argument from people (ABAP, Java or C#) that "types or classes" would help them to learn JavaScript is totally valid - I am also looking forward to ES6 class, but still - I need to learn the original prototype stuff. On code completion I totally agree, only good editors are here to help. And undefined is not a function is mainly due to poor error handling or accessing non available deep nested objects methods. That is not a language fault - ok you could see some errors before when it would compile. But wishing that the language would be this and that is like: oh Python, I constantly do { and ; could a Python dialect fix that for me?

 

Maintainability 1

Internally there are a loooooooot of people creating SAPUI5/OpenUI5 and using it to create a bunch of apps (now with S/4 HANA a big bunch). To get all non-JavaScript people on board with JavaScript + SAPUI5/OpenUi5 was sure pretty hard enough and now adding additional stuff like TypeScript is I think a bunch of work for such a big company and I believe out of question. For our framework we are our best customers, adding additional complexity would be hard. And since we are supporting lots of older browsers, you should be able to read your transpiled code (extra work).

 

Maintainability 2

Another thing is when we would handover apps or framework stuff to the maintenance team, how much languages do they have to learn in the next few years? Now maybe Typescript is cool, before CoffeeScript, what about Dart - you could not afford that in such a big company to support every "hip" language dialect, we should close to standards. Concerning this, yes I would call jQuery a "standard".

 

Getting rid of jQuery

I am not deep into how we use jQuery in the framework, but for me as an enduser - yes provide me an equivalent for $.ajax ;-) JQuery messed up with Promises, but as John said we have our ways around this.

If I would write var Button = Control.extend(... or Button extends Control in future - hm more or less syntax stuff. SAPUI5 is a big framework, getting rid of jQuery would not make it that much smaller.


Summary

If you are your best customer with a framework and have a long maintenance period and support for a bunch of browsers - staying close to JavaScript only and jQuery is not the worst decision. And yes -even if it is not that cool to wait until certain stuff has been declared as standard - we have a large customer base to support. SAPUI5 is an enterprise grade framework for business apps and not "hip" cutting-edge latest Chrome only thing. If I look around and see this blazing speed stuff changes in certain frameworks and what is cool and what is not I am really quite happy to have something reliable in terms of language.

CR2013 - Dynamic fetching BI server host name

$
0
0

I have a hyperlink inside Crystal Report A which point to Crystal Report B

 

The link is "http://bi-test.net/BOE/OpenDocument/opendoc/openDocument.jsp?sDocName=Crystal Report B"

 

This kind of harcoded link creates issue when migrating object from DEV to TEST to PROD.

 

I have to manually update the link each time.

 

Can i dynamically fetch the host name 'bi-test' on which the server is running and use it somehow to build this link?

 

 

I am using CR2013

 

Vishal

Re: How to display work orders in WM 6.1 application in agentry based on past, today and future dates?

$
0
0

My Required Date property is a Date type property.

 

--Bill


Re: How Parcel Tracking in EM is different than Shipment Tracking?

$
0
0

Hi Ravi,

 

I don't think we have separate business process visibility for Parcel Tracking in SAP EM.  You can use PTA functionality to achieve for parcel tracking scenario.

 

Scenarios will be different for local and international parcel tracking as International combines domestic and international multiple legs in one shipment.

 

I can give you a generic to have a better idea.

 

1. Parcel created

2. Parcel booked and confirmed

3. Assigned to relevant depot X

4. Ready for picking

5. Parcel picked by carrier

6. Intransit

6. Carrier delivered to delivery depot Y

7. Parcel received and processed

8. Parcel picked and dispatch to address

9. Delivered to customer.

 

Regards

 

GGOPII

Re: Report For Order Settlement.

$
0
0

hey Bhanu,

 

Please have a look at the Cost Analysis report transaction code KOC4, the report will help you identify orders which are yet to be fully settled. From the initial screen you can populate a value for technical completion as well as narrow the search down based on other criteria.

 

After the report has run:

  • Display columns: Actual Cost Debit, Actual Cost Credit, and Total Actual Cost
  • Orders with Total Actual Cost > 0 are not fully settled.

Settlement.JPG

 

Cheers,

 

Khayyam

Re: How to display work orders in WM 6.1 application in agentry based on past, today and future dates?

$
0
0

Sandeep,

 

You don't need to worry about the format of the date.  The display of a type date property is determined by the regional settings on the device. 

 

Based on the rule name I am assuming you want to include all work orders where ZPlannedStartDate is before today.  If that is the case you should simple need to remove the formatting from the DATE rule function and it should work.

 

As Steve mentioned, I would recommend using the newest Editor plugin (SP07 / PL01) and use the built in ATE and rule debugging to see exactly what your rule is doing and confirm the behavior.

 

--Bill

Re: identifying association with Barker notation

$
0
0

You can make the role "Job History vers Employees" dependent, so the 1:1 end of the relationship also becomes identifying (Job History becomes dependent on Employees). This is what your Oracle Designer sample shows, except that Oracle Designer chooses to show this with a line at the many end of the symbol. PD doesn't add anything to the relationship symbol for identifying (dependent) relationship symbols in Barker notation.

Re: Unable to manage a PSA or delete data - too many requests

$
0
0

Thanks Mohammed but SE14 won't solve my problem, this just discards the data from the actual PSA.  My issue is that I cannot MANAGE the PSA from within RSA1 because of the number of requests logged in the system.  Even with an empty PSA table it will still fail.

 

If I can't manage the PSA then any problems in loading cannot be fixed !

 

 

regards

Ian

Re: Unable to manage a PSA or delete data - too many requests

$
0
0

Hi Raman

 

thanks for this ... I will run the inconsistencies report first then try the FM you mention.  I have a recent copy back from production to play with first.

 

regards

Ian

Re: Connecting to SQL Server

$
0
0

OLE DB is the closest you'll get to a "native" connection to MS SQL Server in Crystal.  Which version of the SQL Server client do you have installed and what version of SQL Server are you trying to connect to?  I would NOT use the default SQL Server client that is installed on most machines - it is an older version and may not work unless you're on an earlier version of SQL Server.

 

Also, just for testing, I would try to create a 32-bit ODBC connection to the database (Crystal is 32-bit software and cannot use 64-bit connections...)  As a final step in creating this, you'll have the option to test the connection.  This will let you know whether you can actually connect to the database or if there are other issues.

 

-Dell


How to delete a Transient Provider?

$
0
0

How to delete a Transient Provider?

Re: Unable to Transfer HU (Broken) from IM Sloc to (IM or WM Sloc)

Re: HCP debugging and profiling does not work anymore

$
0
0

Same problem here! If anyone find the solution, please share!

Re: Transaction types Replicated from C4C to ECC

$
0
0

The standard transaction types are used - you'll see them in the codelist mapping, or maybe in the value mapping - it will depend on what you are looking at.  You can update these in the mapping, in some cases, like with the service tickets - there are BADI's you can use - we have a quick start guide for the service ticket as well.

Re: unable to include maps in fiori extension application

$
0
0

It says to install libraries. I dont know how to install one in sap River RDE environment.

Viewing all 8851 articles
Browse latest View live




Latest Images