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

Re: Import SAP BW roles to SAP BO without prefix

$
0
0

"Simple" Rolenames would be more than useful.

In production-environment we now have 3 BW-Roles - one for dev-BW, test-BW and prod-BW.

E.g.

BO Role - Cost Accounting

|-->BDA-Costaccounting

|-->BQA-Costaccounting

|-->BPA-Costaccounting

Due to transporting BO Roles from BO DEV -> BO QUA -> BO PROD

In every system we have to manually assign the BW-Role to BO-Role.

 

So if it is possible/working for users, it should work for roles as well. By now, it seems like "works as designed".


Re: Export report to Excel fails

$
0
0

So, what's the news?

 

Could I have a fix for this?

Re: Not able to perform the result recordidng through QE01

$
0
0

Hi Bhage,

 

Yes what you said is correct if the inspection plan validity is not valid on lot created date means system will not capture the Task list details

 

so please check the plan has been copied or not

 

in QA02 -->Inspection specification --> Task list / Spec

 

if not there please change the key date as 10/22/2015

 

then click on Task List / Spec system will capture the data

 

Plan.JPG

 

Regards,

 

Venkatesh..

Re: Add all rows values

$
0
0

Hi Naveen,

 

0calyear/month should give you the total you are looking for. please check whether you might suppress the result of this char ? if so, please allow the result row to be displayed.

Re: SAPUI5 Walkthrough Step 32 Routing With Parameter Issue

$
0
0

Hi Yoppie,

 

1. Step 3: Navigation and Routing - UI Development Toolkit for HTML5 (SAPUI5) - SAP Library

 

Get started with SAPUI5 and Routing

 

Example: OpenUI5-and-routing/SAPUI5Tutorial1/WebContent at master · lemaiwo/OpenUI5-and-routing · GitHub

 

This two blog are more than enough to understand the concepts of routing.


2. JSON model

The JSON model is a client-side model and, therefore, intended for small datasets, which are completely available on the client. The JSON model does not support mechanisms for server-based paging or loading of deltas. It supports, however, two-way binding.


Thanks,

Karthik A

Odata Model vs Jquery Ajax

$
0
0

There are various ways by which we can call an Odata webservice in our fiori/ui5 application  for eg. using Odata model or by using Jquery Ajax.

 

Which of the method is preferred in different circumstances and what are the advantages/disadvantages which needs to be considered while deciding the approach.

 

Regards

Amber

Re: Bind data to table using filter

$
0
0

See highlighted changes

 

JS Code:

 

var table = this.getView().byId("idProductsTable");

var oBinding = table.getBinding("items");

 

var oFilters = [ new sap.ui.model.Filter("CustId",sap.ui.model.FilterOperator.EQ, "'"+custId+"'") ];

oBinding.filter(oFilters);

 

XML

 

<m:Table

  items="{OrdItab/OrdItabSet}"

  title="Products"

  selectionMode="MultiToggle"

  visibleRowCount="7"

  id="idProductsTable">

  <columns>

  <Column width="9rem">

  <m:Label text="{OrdItab/Order}" />

 

  </Column>

  <Column width="9rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

  <Column width="9rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

  <Column width="9rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

  <Column width="9rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

  <Column width="12rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

 

  </columns>

<items>

   <ColumnListItem>  

     <cells>

                <Link text="{user}">

                </Link>

                <!-- etc -->

            </cells>

        </ColumnListItem>

    </items>

</m:Table>

 

You have to add items aggregation to your table in the red marked line. In this aggregation don't forget to add as many cells as you need!

 

I also noticed that you have not chosen sap.m as your default library in the XML definition since you use<m:Label text="{OrdItab/Orderdt}" /> to create another mobile Label. You would also have to add this m in front of your table if you want to use sap.m table. I've done this and highlighted it as well.

Re: Maintenance optimizer downloads error

$
0
0

Hello,

 

The ACP package  was locked today at 9:24 a.m.

 

I think one should plan with the worst case scenario that it will not be unlocked today. I would have to check with the package owner to know when it will be unlocked.

 

I will try notifying through this thread if I find out anything.

 

Best regards,

 

Miguel Ariño


Re: Asset Impairment

$
0
0

Hi, in OA79 check all involved lines for selected column. It seems there is an mistake in first line.

Re: BAPI_ALM_ORDER_MAINTAIN with characteristic value assignement

$
0
0

Can you please share how did you achieve this requirement

Re: Count number of pages in PDF file

$
0
0

Hi,

 

If you open any PDF in notepad/textpad/notepad++ you should see a line starts with "/Count" which actually gives you the no of pages for pdf. Not sure how you are generating the PDF, but  if you read the PDF in ASCII mode and do a search on "/Count" you should get the no of pages after a space after the string "/Count". Please see the screenshot below(Highlighted in yellow). This may be one of the option.

 

R

 

Capture.PNG

Re: SMARTFORMS - Problem in grid maintenance

$
0
0

Hi ANDREAS APOSTOLAKIS,

 

As per your screen shot , You have maintained  4 columns width only , 5th column is null and trying to give 5th column . System throwing error. Pls check .

 

 

 

Kabil.

Calling procedure within procedure in HANA

$
0
0

Hi All,

 

 

I have created two procedures in HANA i.e proc1 & proc2.

I am calling proc2 within proc1 with input parameter as 2.

 

 

 

create procedure proc1 as

begin

call proc2(2);

end

 

create procedure proc2(in a integer) as

begin

select a from dummy;

end;

 

 

 

When I am calling proc1, it inturn calls proc2 & proc2 code should be executed i.e select 2 from dummy should be executed & I should get result as 2.

proc1 gets called successfully but I do not get result as 2.

 

Why I am not getting result as 2 after calling proc1? Can anyone help me out on this issue?

 

 

 

Regards,

Jimit Doshi

Re: SAP SMP SDK 3.0 SP07 in not installed Cannot upgrade to 3.0 SP07 PL1

$
0
0

Hello Jitendra,

 

Sorry for the delay in reply ,

 

Your answer served the purpose.its Right Solution for the Issue.Thank You.

 

additionally during the installation,it asked to Select if i want to Install MBO Toolkit installer.

 

In Running the Installer it says to mention path for

 

SMP3SP03-MBOToolkit-Installer-drop11.zip.

 

Can to state from where i can get this and how to point it later again in installer.

 

Regards

Lakhan

Re: Show Data in Excel Format embedded in SAP directly - ABAP Report

$
0
0

Hi HERNAN UNAS ,

 

Press Ctrl+Shift+F9 Button you can download into excel.

 

 

Regards,

Kabil


In GRC 10.1 Approval status showing PENDING

$
0
0


Hi Team

 

 

The access reqeust which i create in Dev system shows decision pending although requst is approved at all stages .The provisioning is not hapenning.I have attached the screen shot.

I have checked all parameter and settings and all looks fine.Tried to regenerate MSMP but no success.

 

Please let me know if anyone has faced this issue before and its resolution

 

Below is the system status

 

GRCFND_A V1100 7 SAPK-V1107INGRCFNDA GRC Foundation ABAP

GRCPINW V1100_731 7 SAPK-11507INGRCPINW SAP GRC NetWeaver Plug-In

Untitled.png

 

Thanks

Nitesh

Re: Multiple Rows Selection in Choose From List

$
0
0

Dear All,

 

I have written the code as below mentioned and getting an error whilw trying to copy the data to the matrix :-

 

Dim ItemCode As Object

        Dim oCFLEvento As SAPbouiCOM.IChooseFromListEvent

        oCFLEvento = pval

 

        If oCFLEvento.BeforeAction = False Then

            Dim oDataTable As SAPbouiCOM.DataTable

            Dim Code As String = ""

            Dim Name As String = ""

            oDataTable = oCFLEvento.SelectedObjects

            oMatrix = F.Items.Item(item).Specific

 

            Try

 

                For i As Integer = 1 To oDataTable.Rows.Count

 

                    If i = 1 Then

 

                        oMatrix.GetCellSpecific("col_1", oMatrix.RowCount).Value = oDataTable.GetValue("ItemName", i)

 

                        oMatrix.GetCellSpecific("col_0", oMatrix.RowCount).Value = oDataTable.GetValue("ItemCode", i)

 

                    End If

 

 

                    If i <> 1 Then

 

                        oMatrix.GetCellSpecific("col_1", oMatrix.RowCount).Value = oDataTable.GetValue("ItemName", i)

 

                        oMatrix.GetCellSpecific("col_0", oMatrix.RowCount).Value = oDataTable.GetValue("ItemCode", i)

                       

                    End If

 

 

                Next

 

 

Error is showing :- Can't Set focus to the item.


Please suggest .

Re: Not able to see my own logs

$
0
0

HI Subha,

 

Could you provide the screenshot/link, of Firefighter logs, you are clicking on

 

Regards

Plaban

Re: SAP SMP SDK 3.0 SP07 in not installed Cannot upgrade to 3.0 SP07 PL1

$
0
0

MBO Toolkit installer comes along with SMP Mobile SDK zip file. Again, its an optional.

 

If you have any existing MBO based app (built on SUP 2.x or SMP 2.3) and you want to have it on SMP 3.0 by extending then you can select it. Otherwise no need.

 

Please note, SAP is not recommending any MBO based development on SMP 3.0, this MBO toolkit is just for supporting existing apps.

Also, to run MBO based apps on SMP 3.0, you will need MBO runtime (that comes along with SMP 3.0 runtime/server)

Hope it helps.

 

Regards,

JK

Re: wagetype /649 not generating

$
0
0

Dear All ,

 

Issue Resolved until we dont exit the payroll /649 not shows into the RT .I was running simulation payroll.

Viewing all 8667 articles
Browse latest View live




Latest Images