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

Re: BO upgrade from 6.1.A to 4.1

$
0
0


Martin,

 

Login to SMP. Click on Software Downloads -> Support Packages and Patches -> Archieve- > SBOP BI plarform -> SBOP BI PLATFORM (BI ENTERPRISE), you should see the download for 6.5, XI, 3.0, R2


Re: Restart my SAP BI career after a break of 2 years

Re: Find code that is changing VBAK-NETWR

$
0
0

Hi,

Thank you all very much for these responses and clues.  We have not solved it yet, but have noticed that the pricing condition analysis (and even update) makes it go *back* to the original net value displayed.  The item condition screen appears correct and unchanged (though that is KOMP-NETWR), as does the header condition screen.

We will do more analysis of these, and definitely report back findings.

Thanks again.

Jeremy H.

Re: Could I get a controller by the data-binding model item?

$
0
0

Hi Scott,

 

In that case, I would use an sap.ui.model.type.Integer type:

 

 

<Input value="{     path : '/myValue',     type : 'sap.ui.model.type.Integer',     formatOptions : {         minIntegerDigits  : 1,        maxIntegerDigits  : 99,        minFractionDigits : 0,        maxFractionDigits : 2,        groupingEnabled   : true,        groupingSeparator : ',',        decimalSeparator  : '.'    } 
}" /> 

 

Especially the 'groupingEnabled : true' here is important, otherwise you would not see the grouping separator)

 

To ensure entered values are parsed correctly (and catch any parse errors, i.e. entered values are not of type integer) you should attach the parse error (and validation success) in the onInit of your controller as well:

 

 

sap.ui.getCore().attachParseError(function (oEvent) {    oEvent.getParameter("element").setValueState(sap.ui.core.ValueState.Error);
});
sap.ui.getCore().attachValidationSuccess(function (oEvent) {    oEvent.getParameter("element").setValueState(sap.ui.core.ValueState.None);
});

 

Hope this helps!

Re: Linking Portfolio Item to PS Project

$
0
0

Dear Deepak,

 

yes - it´s possible to link a portfolio item to a PS-project and to transfer the costs from the PS-project to the item which are displayed in the financial groups/views/categories.

 

Information can you find in the online documentation:

Financial and Capacity Planning - SAP Portfolio and Project Management - SAP Library

Chapter: Financial and Capacity planning
Chapter: Integration for Item

 

 

Also follow up the steps as described in the Configuration Guide (attached to note 2026421)
"Defining Integration with Project System (PS) ",... "Financial and Capacity Planning".

 

 

Best regards,
Judith

 

Re: HCP Trial - No route to host

$
0
0

Tim,

I have to add that I'm not working in the Connectivity Service team and my knowledge is quite limited here. I just assumed from the lack of any classes starting with "com.sap" in the stack trace, that you were not using the service.

 

Maybe a stupid question: but is the mail relay server of your company reachable from the Internet? If not you will probably need to install the SAP HANA Cloud Connector in your on-premise landscape to enable communication between your app running in the SAP HANA Clout Platform and your internal mail server.

 

Maybe someone from the Connectivity Service can jump in here and help?

 

Best regards,

Oliver

Re: Will this SAP Cloud supports Business suite?

$
0
0

Hello Friends,

 

   Any help...

 

 

Regards,

 

Farkath C

Re: FF7B Structure Options

$
0
0

Hi Cyn,

In the FF7B, if you change the display options (press 20-07-2015 11-17-21.jpg) to Delta Display, does it solve your problem ?

 

Kind Regards


Re: Strange behaviour binding List items in onBeforeRendering method in console

$
0
0

Instead of using a timer function (which also blocks UI processing which is against the asynchronous nature), I think it is a better approach to use the model's attachRequestCompleted event handler to get the model data.

 

However, to me this still not explains why the unexpanded console object shows 0 whereas the expanded shows 5 items. Maybe expanding a model object refreshes the data...

Re: Assign Data Source

$
0
0

Hi Anu,

 

try just adding the dataprovider first without specifying any of the objects

 

ie:

 

POST:  .../raylight/v1/documents/<docId>/dataproviders

 

request body:

 

<dataprovider>

      <name>Query 1</name>

      <dataSourceId>12015</dataSourceId>

</dataprovider>

 

then save the report:   PUT:  .../raylight/v1/documents/<docId>

 

and open the report in Launchpad to see that the dataprovider was added correctly.

The next step is to add resultObjects to the report page, using the query specification:

 

PUT  .../raylight/v1/documents/<docId>/dataproviders/<dataproviderID>/specification

 

use Content-Type: text/xml

 

request body:

 

<queryspec......

 

To get an idea of what the query specification should look like, GET it from a report that has a similar structure to what you are trying to create.  Note this workflow is the same as creating a report in the designer.  You add a dataprovider in one step, then add the reportObjects to the report canvas in the next step.

 

I hope this helps,

 

Dan

Re: Failed activation DSO

$
0
0

Fanni,

 

You know whey this behavior happened?

Until yesterday, everythins was fine and we didn't make any modifications.

 

Amine

Re: how to include two entity sets in the path (data: {                 path: "/Products"             })

$
0
0

That is not possible this way, because it is like adding apples to oranges (although they may have the same properties, they are distinct entities)

 

Also, there is no way you can bind a list, table, etc to more than one array. It is logically not possible to have a list containing of multiple arrays of multiple different objects.

 

I think you should go back to the drawingboard, and create a service which contains all the properties you want for your chart

Output not triggered for SA planned and release created in APO

$
0
0


Hi

 

We have scenario where Scheduling Agreement with doc type as LP is created in ECC and CIF to APO. Planning and release generations happens

in APO and release schedule lines are pushed to ECC. Now these release schedule lines needs to be transmitted to EDI vendor from SAP

immediately. Output type LPET is set for this and condition records are maintained for vendor. EDI partner profile is also maintained. But output message is still not getting triggered automatically whenever releases are pushed from APO to ECC Scheduling Agreement.

 

Please suggest if output can be triggered from ECC for SA which are planned and release created in APO? If yes what are settings required?

Re: DS 1.5 Created Folder for Bookmarks are invisible

$
0
0

In Design Studio do you see it using the Administrator account ?

 

or do you not see them at all ?

 

server is on BI 4.1 SP06 or ?

 

regards

Ingo Hilgefort

Re: OTF-Spool to ASCII via "list display" ?

$
0
0

Is the OTF prepared via SAPscript? That would explain the difference, because I was trying to display Smartform spool (and didn't know there is difference in spool display between Smartform OTF and other...). I'm on SAP Basis 702, btw... there may also be differences between different basis versions.

 

Try to feed your OTF to the SSF list display function module I posted regardless: the display logic for other type of OTF on our system ultimately  alls the same logic, only via CALL DIALOG 'DISPLAY_OTF'. I guess the at some point SAP programmers wraped the OTF as list display as function module, but didn't refactor all the CALL DIALOG uses...

 

cheers

Jānis


ewa reports empty

$
0
0

In Solman 7.1 SP10, I usually view ewa reports when I navigate thru system monitoring--> reports tab --> All systems, no reports are shown since a week now, but I do see them using the report rsmop_main, not sure what has changed any idea how to get them under reports tab.

 

Thanks

Re: Attachment list missing in Accounting Document

$
0
0

First, Please check software component SAP_BASIS. Which release and support pack you have in PRD and which one in QA?

IMHO Your issue in QA is most likely due to a recently installed SAP_BASIS package that it not yet in PRD.

 

Second, the “blue-sky” way to find out whether a particular note is in your system is to use SNOTE, download the note and you’ll see if it’s already there or could be implemented automatically. Unless somebody already did it manually....

 

Third, For 1476350 you could simply go to the method CL_BROWSER BROWSE_CONTAINER and search for context from correction instructions depending on release of SAP_BASIS. If inserted block is there then you have the note.

Re: BOE连接BW

$
0
0

恩,你提吧,你最好是能把BW的连接打开

Re: Issue with creation of variants for program RKKRPRRE

$
0
0

Hi.

 

You can't create variants for this program. You can only create a program or a batch-input that calls this program with parameters you need.

 

The only way to run it in a background mode is to put this code in a Z* program with all data you need as input in a variant  and launch it:

 

CALL FUNCTION 'GET_PRINT_PARAMETERS'

          EXPORTING

               MODE                   = 'CURRENT'

               NO_DIALOG              = 'X'

          IMPORTING

               OUT_PARAMETERS         = L_PRI_PARAMS.

     CHECK SY-SUBRC = 0.

     CONCATENATE 'RECHERCHE_' AUFK-WERKS '_'

                 KKRDYN00-VONPER KKRDYN00-VONJHR '_'

                 KKRDYN00-BISPER KKRDYN00-BISJHR

            INTO L_JOBNAME.

     PERFORM JOB_PARAMETERS_FILL TABLES L_SELPA_TBL.

     CALL FUNCTION 'K_BATCH_REQUEST'

          EXPORTING

               PAR_DIALG                 = 'X'

               PAR_JNAME                 = L_JOBNAME

               PAR_PRINT                 = 'X'

               PAR_PRIPA                 = L_PRI_PARAMS

               PAR_RNAME                 = 'RKKRVBC0'

               PAR_SDMSG                 = 'X'

               PAR_RFCGN                 = 'P_SRV_GR'

               PAR_RFCGR                 = KKRDYN00-PARAL_SERV

          TABLES

               TAB_SELPA                 = L_SELPA_TBL.




Hope to help

Bye

Re: How to edit app-specific configuration and push it to device.

$
0
0

Dear Pooja,

 

To answer your queries,

 

1. The first process is correct and the app-specific configuration can be done only in Applications ->Manage Apps -> App Protection. For the second application, you might be missing some functionalities to get it deployed in the Mobile Place or to devices. Please follow this document which explains you step-wise procedure http://help.sap.com/Download/Multimedia/pdf-afaria-cloud/Mobile_Application_Protection.pdf

 

2. Yes, we do not have the app-specific configuration for the Applications -> Manage Applications.

 

3. Yes, we have the app-specific configurations in the Admin UI. Once the application is managed in Application ->Manage apps, the automated app policy will be created in the Admin UI. Now, you can provide the required configurations in the app policy and link or push this policy to the set of devices enrolled in the admin UI. All thee changes done in the Admin UI will not be updated in the Mobile Place app.

 

Best way to push the app-specific configuration to the list of managed/unmanaged users is by Application -> App Protection which will provide the app protection by wrapping the enterprise applications.

 

Hope this helps.

 

 

Cheers,
Sushmitha

 


Viewing all 8851 articles
Browse latest View live




Latest Images