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

Re: 2 billion row limit?

$
0
0

Thanks for pointing me to the "Limitations"-Note.

 

It doesn't really improve my understanding of the issue though. The note paritcularly says:

 

 

In very specific scenarios limits for (intermediate) result sets exist, e.g. 2147483648 (2 billion) or 4294967296 (4 billion). If a limit is hit, an error like the following is issued:

 

search table error: [2598] column search intermediate result exceeds 2 billion rows limitation search table error: [2999] Docid sequence with more that 4 billion elements not supported

search table error: [2724] Olap temporary data size exceeded 31/32 bit limit

exception 10001001: Search result size limit exceeded: <result_size>

 

In order to prevent these errors, you have to optimize the underlying database requests (see SAP Note 2000002).

 

 

This is really vague. What are "very specific scenarios"? And what does "optimize the underlying database requests" generally mean?


Re: Error while displaying image in SAP UI5

HTTPS Communication to a Third-Party WebServer

$
0
0

Hi All,


We are currently able to send data via HTTP requests using FM "  HTTP2_PUT_COMPONENT"  to a third party webserver successfully.

In this above function we have given the exporting parameter "absolute_uri" which a value like for example: http://www.example.com


But our requirement is to send the same data via HTTPS requests.

So now we are inputting the value into the above FM parameter with for example: https://www.example.com.

But we get connection failed error from the FM. On trace we can find the error as "SSL authentication failed".


Please let us know how to enable this HTTPS communication to a third party web server


Regards,

Ramesh

HiveServer2 connection JDBC

$
0
0

Hi,

 

I cannot connect to hive via hiveserver2 and some extra options (transportMode=http, httpPath=cliservice).

Here is the error I get using PA on my desktop ("Requested array size exceeds VM limit ... ", see below).

 

The hive DB is working fine. I can access it via beeline without any problem.

 

What does this error message mean ? Any clue to solve this?

SAP_errormessage.pngquerydataset.png

Re: Managing coupons in Hybris

Re: Please use the maintenance package for Crystal Reports 2016 SP 2 to update your current installation

$
0
0

That error is generated because you are attempting to install a full build onto your PC and not an upgrade patch.

 

If you have access to Service Market Place then download the Update and apply.

Or since you have the download now uninstall first and then install SP 2, requires using your keycode to install so please have it handy, we cannot give you a new one.

 

Downloads for SAP Crystal Reports and others

 

SUPPORT PACKAGES AND PATCHES - C


Then down to Crystal Reports and SP 2.

 

Don

Re: Anyone have an Appeon update?

Re: EPMLocalMember formula goes wrong in a dynamic expandable report


Re: Has anyone actually created an interface for Global Variants, not specific to one User ?

Re: Navigation from a Full Screen to a Master Detail view

$
0
0

Hi Lena,

Sorry for english ,I will try to explain my own method of use.  but second times navigate to master-detail view and broken page.  Master and detail controller is running but empty shell is coming. (First FullScreen page )

 

 

Code :

 

 

App.view.xml :

<App id="idNormalAppControl" visible="true"/>

<SplitApp id="idAppControl" visible="false"/>

 

I use EventBus change to view visible.

 

 

App.controller.js :

  onInit:function(){

       //Append this code :

       var oEventBus = sap.ui.getCore().getEventBus();

       oEventBus.subscribe("FullScreen","changeApp",this.changeApp,this);

       oEventBus.subscribe("Detail","changeApp",this.changeApp,this);

  },

 

changeApp:function(){

       var idControl = this.getView().byId("idAppControl");

       var idNormalControl = this.getView().byId("idNormalAppControl"); 

       idControl.setVisible(idNormalControl.getVisible());

       idNormalControl.setVisible(!(idControl.getVisible()));

  }

 

 

Manifest.json:

 

  "routing": {

  "config": {

  "routerClass": "sap.m.routing.Router",

  "viewType": "XML",

  "viewPath": "App.view",

  "bypassed": {

  "target": [

  "master",

  "notFound"

  ]

  },

  "async": true

  },

  "routes": [

  {

  "pattern": "",

  "name": "FullScreen",

  "target": "FullScreen"

 

  },

  {

  "pattern": "master",

  "name": "master",

  "target": [

  "object",

  "master"

  ]},

  {

  "pattern": "surveysSet/{objectId}",

  "name": "object",

  "target": [

  "master",

  "object"

  ]

  }],

 

 

  "targets": {

 

  "FullScreen":{

  "viewName":"FullScreen",

  "viewId": "FullScreen",

  "controlId": "idNormalAppControl",

  "controlAggregation": "pages"

  },

  "master": {

  "viewName": "Master",

  "viewLevel": 1,

  "viewId": "master",

  "controlId": "idAppControl",

  "controlAggregation": "masterPages"

  },

  "object": {

  "viewName": "Detail",

  "viewId": "detail",

  "viewLevel": 2,

  "controlId": "idAppControl",

  "controlAggregation": "detailPages"

  },

  "detailObjectNotFound": {

  "viewName": "DetailObjectNotFound",

  "viewId": "detailObjectNotFound"

  },

  "detailNoObjectsAvailable": {

  "viewName": "DetailNoObjectsAvailable",

  "viewId": "detailNoObjectsAvailable"

  },

  "notFound": {

  "viewName": "NotFound",

  "viewId": "notFound"

  }

 

 

 

FullScreen.view.xml :

Append view button and  <Button text="navigate" press="goToMasterDetail"/>

 

 

FullScreen.controller.js :

goToMasterDetail: function(){

 

  var oEventBus = sap.ui.getCore().getEventBus();

   oEventBus.publish("FullScreen","changeApp");

   sap.ui.core.UIComponent.getRouterFor(this).navTo("master",{});

  }

 

  

 

 

Detail.view.xml :

Append view button <Button text="navigate" press="goToFullScreen"/>

 

Detail.controller.js :

  goToFullscreen:function(){

  var oEventBus = sap.ui.getCore().getEventBus();

  oEventBus.publish("Detail","changeApp");

 

   sap.ui.core.UIComponent.getRouterFor(this).navTo("FullScreen");

   }

Re: Credit as per division

$
0
0

Hi mukthar, I guess you have not understood my requirement. let me explain you once again I have customer under division A B & C and 3 CCA  has been maintain and this 3 CCA has been assigned to the customer as well . now we have block the customer under 1 CCA because of various reasons now user is trying to sale order for material with 3 division A B & C as customer is block under the division A  now system should allow to create the sales order only for those material Division B & C not for A system should not stop to create the sales order for B & C  and should system should giving warning message customer is block for CCA under division A hope this makes you clear please  advie

Route Error : During Transportation Cross Docking

$
0
0

Hi,

 

I working on Transportation Cross Docking .

 

Currently using two plants  for this scenario and a final customer  as the destination  .

 

I have created route for al the routes .

 

For example  : From Route A  to Route  B and then Route B-C  and finally from A - C ( Cross Docking Route ) .

 

Route is not determined even though  all the setting are maintained .

 

I have simulated all the there routes but it is not getting determined during the outbound delivery process .

 

When I try to manually assign the route in the outbound delivery .

 

Below warning are found .

 

Attached the screen shot for reference .

 

 

Not sure what It means with the below error .

 

 

 

 

 

 

Manually assigning Route .

 

 

Simulated one of the route .

 

 

Please Help .

 

-Thanks

What are the differences between SAP Fiori vs SAP UI5 vs SAP Mobile Platform

$
0
0

Experts,

 

Recently ( 2 years ) there so much talk about these SAP Fiori, SAP UI5 and SAP Mobile Platform around user experience (UX) .

My question might be a basic question, What are the difference between all these three, when I went through SAP Fiori introduction video in open.sap.com, I see this can be used for mobile apps but sooner I came across SAP Mobile Platform which by name itself suggest that SMP also can be used for mobile application.

 

So my question is what technology/platform that I need to use for which area. in other words which one of these three is suitable for SAP FI?

Which one of these is best for SAP WM/EWM? Is there any suggested matirx/decision chart available by business area?

 

 

Thanks,

Amara.

Re: Route Error : During Transportation Cross Docking

$
0
0

Screen shot for the errors during route of TCD

 

Warning during manual assigment of route.PNG

 

SLG1 error duing execution of route.PNG

 

Not sure what the below errors talks about ...

 

Error During Route.PNG

Re: SAP BW on HANA Questions.


Re: CTI Integration with SAP Cloud for Customer

$
0
0

Hi John,

 

I'll try it myself by studying from admin guide. I would definitely like to seek help from your colleague if I face any problem.

 

 

Regards,

Pragati

Re: ABLDT value date - Simple Finance asset migration

$
0
0

Thanks Ajay !!!

 

Then did Abldt with Go Live date?


Do you mean transfer date in configuration or is there any field in ABLDT for date?


I'am sure there must be some place may be in configuration, I'am missing something very small.




Thanks,

Vishal Pant

Re: ABLDT value date - Simple Finance asset migration

Re: Data is Present in RSA3 but 0 Records in PSA

$
0
0

yes Banik , i am running Infopackage.      PInfopackage_screenshot.PNGlease check attached screenshot.

Infospoke Error while executing delta job in SAP BW 3.5

$
0
0

Hi Gurus,

 

Infospoke is failing with short dump error. ( ABAP/4 processor: MESSAGE_TYPE_X)



I have performed last request reset in Delta job and the job was successful. since then it is failed.

 

When the job is supposed to be executed through process chain unfortunately short dump error.

 

when i check the status of the request in Delta administration.

 

infospoke error .JPG

 

Short dump error details.

 

Information on where terminated

    The termination occurred in the ABAP program "SAPLRSBO" in "LOGSTATE_CHECK".

    The main program was "RSPC_MAINTAIN_SINGLE ".

 

 

    The termination occurred in line 15 of the source code of the (Include)

     program "LRSBOF01"

    of the source code of program "LRSBOF01" (when calling the editor 150).

 

 

 

Source Code Extract

 

 

Line  SourceCde

 

 

    1 *----------------------------------------------------------------------*

    2 ***INCLUDE LRSBOF01 .

    3 *----------------------------------------------------------------------*

    4 *&---------------------------------------------------------------------*

    5 *&      Form  logstate_check

    6 *&---------------------------------------------------------------------*

    7 *       text

    8 *----------------------------------------------------------------------*

    9 *      -->I_S_ODSLOGSTATE  text

   10 *----------------------------------------------------------------------*

   11 form logstate_check using i_s_odslogstate type rsbodslogstate.

   12   if i_s_odslogstate-compr_ods     > i_s_odslogstate-processed_all or

   13      i_s_odslogstate-processed_all > i_s_odslogstate-processed_one or

   14      i_s_odslogstate-processed_one > i_s_odslogstate-active .

>>>>>     message x299(brain) with 'RSBLOGSTATE'  'STATE_CHECK'.

   16   endif.

   17 endform.                    " logstate_check

Viewing all 1467 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>