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

Re: Java mapping Dynamic directory getting error as K:\Staging\LandingArea\2016\/ does not exists

0
0

You might need to use forward slash (/) instead of backslash for the path separator:-

E:/Staging/LandingArea/2016/

Sometimes, you might also need a / before the drive name, i.e. /E:/xxxx

 

The best way to confirm this is to login to the SFTP server using Filezilla and navigate to the respective folder and see how it looks like.

dir.png


Re: Getting this message in the logs 'Database Server shutdown due to machine shutdown'

0
0

Hi,

 

In this case, your issue would be solved in the following procedure.

 

  1. Open the Windows Service Management Console (services.msc)
  2. Select the SQL Anywhere Service
  3. Right-click and select 'Properties'
  4. Under the 'Log On' tab, uncheck the option 'Allow service to interact with desktop' 

 

Thanks

Re: Table sizes

0
0

Hi P517710,

Suppose table size on disk 1 GB, can it have in memory more than 1 GB like 2 GB or 3 GB.

 

Yes, it can be.

Do we have some temporary objects created on the table which make the memory usage more than the disk usage?

Yes, for example, the delta storage before merge for column tables. (and another hint for this question, size in memory = dynamic + static data)

 

Regards,

Ning

Re: dump in TM while calling EM

Re: Building connector using B1if webservcies (SAP Business One)

0
0


Hi Jan,

 

I have managed to create below scenarios


1) Scenario: Purchase order from external system should create sales order in SAP Database:


Result: Successful (when we process PO from external platform, SO is been created on SAP Database)

Source: scenario setup file and instructions provided by technical team (SAP, Germany)

Remarks: We have used Google advanced REST client extension to push PO and create SO in SAP Database

 

2)  Scenario: Update/Edit Business partner master data


  Result -> failed (setup & Configuration completed)

  Source -> online (Google search)

  Remarks -> Setup and configuration of scenario is completed, web services has been generated but unable to trigger the action in SAP Database

 

BP scenario error.png


3) Scenario: Get doclist scenario:


Result -> failed (setup & Configuration completed)

Source -> YouTube  video "  Creating Web Services with B1if - YouTube"

Remarks -> Setup and configuration of scenario is completed, web services has been generated but unable to trigger the action in SAP Database

 

GetDoclist scenario error.PNG

 

We are trying to create 3 scenarios which reflect our mobile app functionality

 

1) Creating Sales order

 

-able to select customer
-able to select items
- post sales order

 

2) Delivery order

 

- able to view list of Delivery orders
- Select any delivery order and view details of the delivery order

 

3) Purchase order approval

 

- able to select Purchase order and provide approval

 


Please advise.

 

Regards

Sri

SAP Invoice Email Output Questions

0
0

If the pro-forma invoice has a contact person (CP) partner function, we wish to email output ZD00 to that contact person.  We do not want the output to trigger, for example, if the billing doc does not have a contact person as it would end up in error anyway.  What is the best way to handle this scenario - would it be through a requirement routine linked with the output in the output determination procedure to check whether the partner function first exists or not?

 

Also, since it is a pro-forma invoice, users may create the document multiple times.  We only want the output to get triggered at the time of the first pro-forma invoice creation.  How can this be accomplished?

 

Thanks!!

Re: CL_SALV_GUI_TABLE_IDA

0
0

The method CREATE of this class accepts a container area where you need the ALV. Hence, please try the following.

 

Create a splitter container on the default screen

On the 1st container of the splitter, add an html control to display the header

Pass the 2nd container of the splitter, to the CREATE method of the class above.

 

Thanks,

Juwin

Re: How to call dynamically a method of an OLE object.

0
0

Can you try this syntax?

 

CALL METHOD  of parent (lv_method) = child.


I haven't tried this, its just a thought. Please let me know if it works or not.


Thanks,

Juwin


Re: Proxy - PO 7.4

0
0

Hi Sam,

 

My two cents on this as this past year we migrated from dual stack 7.11 to single stack 7.4.  As Vadim mentioned there are notes describing how you can direct individual interfaces to different integratoon servers but we chose to flip all or none instead of splittin.  The risk with splitting if there is some error is you may get duplicates or missing messages whereas in the all or none scenario you can easily flip back to the old server if you discover a big problem when you flip the switch.  What we did for strategy was do our HR system first as sort of a trial because our ECC system has a lot more integration. 

 

 

 

Regards,

Ryan Crosby

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: Issue in BEX authorization (BI 7.3)

0
0

Hi Abhijit,


According to me the authorization check works as expected. Company Code is not used in the selection so it will display the aggregated values because of the aggregation authorization (the colon : authorization).


In order to avoid the issue described above, I suggest to make the input-ready authorization variable for Company Code mandatory to force a selection on Company Code. Now only authorized Company Codes (i.e. ABC) can be selected.


Best regards,

Sander


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

Viewing all 8746 articles
Browse latest View live




Latest Images