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

Re: Handling Resource

$
0
0

Sure.  No comment was in response to 1924669


Re: PB Newbie - INI file

$
0
0

Thank  you! I'm getting to like PB already!

Display Statistics Date - auto "check" - RSRT + DEBUG

$
0
0

Hi guys,

 

I'm just wondering where can I change the setting of RSRT + DEBUG in tcode RSRT? Because every time I wanted to check the runtime of a query for a particular month, I need to check the DISPLAY STATISTICS DATA option..Is there a setting where I can make it as "DEFAULT"?

 

delete.jpg

delete.jpg

 

Thank you..

 

Loed

Re: connection - could not find sbo that match the connection string

$
0
0

Hi Tichaona,

 

Make sure you are running the same application platform for both the SBO Client and B1Studio.

Ie, if the SBO Client is 32bit, make sure you are using B1Studio 32bit, vice versa for the 64bit.

 

Regards

Edy

Re: SAP Business One patch update information

$
0
0

Hi Peter

 

I am also from SAP Partner and having the same problem.  Our Client using Customer Portal also has the same problem.

 

 

 

 

 

Kedalene

Re: DI API error Unable to cast COM object of type 'System.__ComObject' to interface type 'SAPbobsCOM.Documents'.

$
0
0

Hi Saurabh,

 

This is caused by the memory usage of your service.

Making sure you release memory of all the DI object you use will prolong this running time of your service.

But, eventually it will fail, unless you can clean up your memory usage 100%.

 

DI Server is a better option.

or you can separate the DI calling into another executable which will be called by your service.

This way, your service does not encapsulate the DI API.

 

Regards

Edy

Re: PO & PR attachment redirect to HTTP instead of HTTPS

$
0
0

Hi Biren/Islam,

We are also facing the same issue while accessing PO attachments.

Please let me know if there is any setting in web dispatcher we need to change.

 

Thanks,

Jitendra

Re: ODATA is Getting triggered Twice.


Re: Internal Order Tolerence

$
0
0

Also check if budget is already consumed b some other transaction

 

you can check in S_alr_87013019

Re: Getting Error while Consuming Third Party Web service in SAP

$
0
0

Some of this is due to the WSDL version that is being uploaded. SAP has limitations on the kind of WSDL elements it can accept.

 

SAP Note: 1327511 - Limitations and common problems in ABAP WSDL processing

 

I would suggest you to please read through the WSDL file, delete and simplify the WSDL manually and the try to re-upload it in SAP.

 

Thanks,

Juwin

Re: How to disable edit mode Basic data text in MM02 ?

Re: Flavor changing without P

$
0
0

Diana,

 

It is true that in certain scenarios it would be desired to switch flavor by a script without the user actually being allowed to manually select a flavor via the Personas toolbar. However, the basic premise of Personas scripting is that no action can be perfomed by the script that the user otherwise couldn't do. This will not change.

So it sounds like there should be some authorization value which doesn't show the toolbar even though the flavor switching authorization is granted. Currently there is no such setting. Talk is going on about a solution for this situation but no decision has been made how / if / when will this be possible.

 

In the meantime, you could do the following:

 

Copy the personas service to a new name (like z_personas or something). For this service, you can specify the additional parameter sap-personas-hidden with the value X. Then you would provide the Personas URL to your end users for this service instead of the standard. You should certainly grant them the authorization to 'manage flavor'.

This will result in the scripted switch flavor action working but there would be no Personas P shown to these users.

 

Of course nothing stops the user from changing the service name in the URL to the standard personas and thereby getting the Personas toolbar, but remember that Personas is not a security tool, so it shouldn't be used to control access to the system. A savvy user could manipulate the URL anyway and do certain things you wouldn't want them to do...

Fiori client - attachment issue in Android

$
0
0

Hi,

 

In Fiori Client - When we use app to app navigation, after navigation, the attachment functionality is not working in Android. But same attachment functionality is working in iPhone or desktop browsers.

In Android we are not getting the popup itself to choose the files.(this is the issue)

Using window.open for app to app navigation.

 

Is there any know issue? Please suggest....

 

Thanks in advance...

 

Regards

Sreenivas

Re: Is it possible? Master view, detail view, application header in one page

Re: Is it possible to hook up to a new schema for auditing database after the BO server has been set up

$
0
0

Jian,

 

     Here the steps to follow to separate the Audit from CMS DB:

 

  • Create NEW AUDIT Db
  • Create System DSN to the NEW XI3_AUDIT DB
  • STOP the SIA
  • Use Database tool to copy Audit Tables from OLD DB to NEW XI3_AUDIT db

XI317_CMS-Audit_Tables.png

  • All the CMS related start with CMS_, Audit tables are highlighted above
  • After all the AUDIT table have been copied to NEW XI3_AUDIT
  • DO NOT START SIA at this time
  • Double-click SIA > Click Configuration Tab> Specify> Select and update ODBC (see below)

XI317_AuditDB_Change.png

  • Once Audit DB System DSN has been updated and confirmed
  • Now START SIA


 

Regards,

 

Ajay



Re: MC9A not generate planning Hierarchy for new infostructures(MC9A)

$
0
0

Hi Brahmankar,

 

Thank you.

We used t code MCSZ upload forecast quantity to MC94. I am able to upload quantity successfully but forecast quantity not proportional as per planning hierarchy. Quantity not disaggregate as per planning hierarchy defined. Please suggest us how can we get forecast quantity in infostructure as defined in the planning hierarchy?

 

Regards,

Uday

Re: SMP 3.0: Reinitialize Offline Store (Android)

$
0
0

Hi, I face a similar issue and get exactly the same error when using SMP3.0. Kindly let me know if you were able to resolve this issue.

 

Thanks in advance.

 

Warm regards

SAPUI5 help display data from 1..1 Navigational Properties in xml view

$
0
0

Hi UI5 Programming Guru’s
I am quite new to programming in UI5 – and i have a problem that I hope some of you folks can help me achieve

 

I have created an odata service that has two entities:

  Reminder and PersonalData
There is a navigation property from Reminders to PersonalData called Get_Personal_Data.
The association is 1  to 1.

Here is a snip of my metadata:


<EntityType Name="Reminder" sap:content-version="1"><Key><PropertyRef Name="Pernr"/><PropertyRef Name="Infty"/><PropertyRef Name="Subty"/></Key><Property Name="Pernr" Type="Edm.String" Nullable="false" MaxLength="8" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
....<NavigationProperty Name="Get_Personal_Data" Relationship="Z2BM_REMINDER_OF_DATES_SRV.ReminderPersonalDataAss" FromRole="FromRole_ReminderPersonalDataAss" ToRole="ToRole_ReminderPersonalDataAss"/></EntityType><EntityType Name="PersonalData" sap:content-version="1"><Key><PropertyRef Name="Perno"/></Key><Property Name="Perno" Type="Edm.String" Nullable="false" MaxLength="8" sap:label="Medarbejdernr." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
......</EntityType><Association Name="ReminderPersonalDataAss" sap:content-version="1"><End Type="Z2BM_REMINDER_OF_DATES_SRV.Reminder" Multiplicity="1" Role="FromRole_ReminderPersonalDataAss"/><End Type="Z2BM_REMINDER_OF_DATES_SRV.PersonalData" Multiplicity="1" Role="ToRole_ReminderPersonalDataAss"/><ReferentialConstraint><Principal Role="FromRole_ReminderPersonalDataAss"><PropertyRef Name="Subty"/><PropertyRef Name="Infty"/><PropertyRef Name="Pernr"/></Principal><Dependent Role="ToRole_ReminderPersonalDataAss"><PropertyRef Name="Infotype"/><PropertyRef Name="Subtype"/><PropertyRef Name="Perno"/></Dependent></ReferentialConstraint></Association>


 

I have created a master detail view in the WebIDE – where I wanted to create the following scenario.

 

A master list with the Reminders Entityset.
And a detail set – with to icon tabbars.
Where I wanted to show some of the details regarding the event  - on one of the pages, and then some PersonalData on the other tab.

 

It looks like this:

 

screen1.PNG

 

The first part works fine – but i cant seem to find a solution on how to show the  something from the PersonalData entity set.

 

When I test the odata service it works just fine ie. I can call I like this:

/sap/opu/odata/SAP/Z2BM_REMINDER_OF_DATES_SRV/ReminderSet(Pernr='00000005',Infty='0019',Subty='05')/Get_Personal_Data

And then I get the  PersonalData entity set returned just fine.

 

But in  XML view – I tried the following:

 

<mvc:View                              xmlns:mvc="sap.ui.core.mvc"                              xmlns:sap.ui.core="sap.ui.core"                              xmlns:sap.ui.layout.form="sap.ui.layout.form"                              xmlns:semantic="sap.m.semantic"                              xmlns="sap.m"                              controllerName="local.controller.Detail">                             <semantic:DetailPage                                                           busy="{detailView&gt;/busy}"                                                           busyIndicatorDelay="{detailView&gt;/delay}"                                                           id="page"                                                           navButtonPress="onNavBack"                                                           showNavButton="{device&gt;/system/phone}"                                                           title="{i18n&gt;detailTitle}">                                                                                                                    <semantic:content>                                                                                       <ObjectHeader                                                                                                                     id="objectHeader"                                                                                                                     intro="Event details"                                                                                                                     title="{TmartText}"/>                                                                                       <IconTabBar class="sapUiResponsiveContentPadding" id="iconTabBar">                                                                                                                    <items>                                                                                                                                                 <IconTabFilter icon="sap-icon://hint" id="iconTabBarFilter1" text="Event details" tooltip="{i18n&gt;detailIconTabBarInfo}">                                                                                                                                                                              <content>                                                                                                                                                                                                           <sap.ui.layout.form:SimpleForm xmlns:sap.ui.layout.form="sap.ui.layout.form" editable="false" id="__form0" layout="ResponsiveGridLayout">                                                                                                                                                                                                                                        <sap.ui.layout.form:content>                                                                                                                                                                                                                                                                     <Label id="__label0" text=""/>                                                                                                                                                                                                                                                                     <Text id="__input0" text="{Text1}" width="100%"/>                                                                                                                                                                                                                                                                     <Label id="__labe20" text=""/>                                                                                                                                                                                                                                                                     <Text
 id="__input1" text="{Text2}" width="100%"/>                                                                                                                                                                                                                                                                     <Label id="__labe30" text=""/>                                                                                                                                                                                                                                                                     <Text id="__input2" text="{Get_Personal_Data/Firstname}" width="100%"/>                                                            //the above part does not work..                                                                                                                                                                                                                                         </sap.ui.layout.form:content>                                                                                                                                                                                                           </sap.ui.layout.form:SimpleForm></content>

In my controller of the detail view – I do the following:

 

 

_onObjectMatched: function(oEvent) {                                                                                       var sObjectId = oEvent.getParameter("arguments").objectId;                                                                                       var sInfty = oEvent.getParameter("arguments").infty;                                                                                       var sSubty = oEvent.getParameter("arguments").subty;                                                                                       this.getModel().metadataLoaded().then(function() {                                                                                                                    var sObjectPath = this.getModel().createKey("ReminderSet", {                                                                                                                                                 Pernr: sObjectId,                                                                                                                                                 Infty: sInfty,                                                                                                                                                 Subty: sSubty                                                                                                                    });                                                                                                                    this._bindView("/" + sObjectPath);                                                                                       }.bind(this));                                                          },

I haven’t implemented the expand function – because as far as I am concerned it should be possible to access the data through the navigational properties.

Can someone please advice me on how to make this work?

 

 

 

Br Ronni

Re: Not able to transport ADSO in SAP BW on HANA

$
0
0

Hi,

 

The user who is importing the objects has insufficient authorizations. The authorization check fails for objects ADSO (Advanced DSO) and HCPR (HANA Composite Provider). The user will need an appropriate authorization for objects S_RS_ADSO and S_RS_HCPR.

 

Best regards,

Sander

Vendor master concerning to plant replication to ERP is not happening, how to correct it?

$
0
0

Once we take the initial load of plant from ERP to CRM vendor concerning to plant will be created in the CRM and this vendor is not replicating to ERP how to make it flow back to ERP.

Viewing all 8676 articles
Browse latest View live




Latest Images