Quantcast
Channel: SCN : Unanswered Discussions - SAP for Mobile
Viewing all 5512 articles
Browse latest View live

Change the Default Agentry Date Format in Work Manager 6.1

$
0
0

Hi,

 

The default agentry date format when looking at the agentry editor is defaulted to the american date format.df.PNG

Is there a quick way to change this to dd/mm/yyyy?

Can't see an available setting to change it for this field either.

 

When looking at the WPF client in windows, it's also in the American format.

The server/device date formats are all in the dd/mm/yyyy format already.

 

I know this can resolved with an update rule if this field is in the string format but that would mean changing the field type to string and using the rule in a lot of screens.

 

Thanks.


[Custom Fiori App]Two custom fields can't save for new opportunity in Opportunity App

$
0
0

Hi All,

 

I'm trying to add two custom fields(date type& pull down text type) in My Opportunities App.

I can load and edit custom fields.

But I can't save custom fields for new opportunity.


I'm trying to code S5Custom.controller.js and opportunityCreateContentBottomExtensionCustom.fragment.xml.


 

*S5Custom.controller.js *

(the function is overwritten)

   fill_dropDowns: function(s) {          /** overwrite function */        /* for custom field*/        var g = new sap.ui.model.json.JSONModel();        var h = {        SalesIntentions: [{                    LanguageCode: "JA",                    ProcessType: this.processType,                    SalesIntention: "",        }]        };        for (i = 0; i < 3; i++) {        h.SalesIntentions.push({                LanguageCode: "JA",                ProcessType: this.processType,                SalesIntention: ""+10*(i+1)+"",    })        };        g.setData(h);        this.byId('salesIntention').setModel(g, "json");    },   dataConfirm: function(r) {          /** overwrite function */           //custom            var o = new Date(f.parse(this.byId('datePickerCompletionDate').getValue()));            var f = o.getFullYear() + "-" + (o.getMonth() + 1) + "-" + o.getDate() + "T00:00:00";            var E = {                //custom                CompletionDate: f,                //custom                SalesIntention: this.byId('salesIntention').getSelectedKey(),

 

 

*opportunityCreateContentBottomExtensionCustom.fragment.xml*

 

<core:FragmentDefinition xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc"
xmlns="sap.m" xmlns:ui="sap.ui.layout" controllerName="cus.crm.opportunity.view.S5"
 xmlns:ca="sap.ca.ui"  xmlns:html="http://www.w3.org/1999/xhtml" xmlns:custom="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1">   <ui:form.SimpleForm id="form8" minWidth="1024"    maxContainerCols="2" editable="true" layout="ResponsiveGridLayout"    labelSpanL="3" labelSpanM="3" emptySpanL="4" emptySpanM="4"    columnsL="1" columnsM="1" class="editableForm">    <ui:content>     <Label id="completionDateLabel_S5" text="{i18n>COMPLETION_DATE}">     </Label>     <ca:DatePicker id="datePickerCompletionDate"      ></ca:DatePicker>    </ui:content>    <ui:content>     <Label id="salesIntentionLabel_S5" text="{i18n>SALES_INTENTION}">     </Label>     <Select id="salesIntention" items="{json>/SalesIntentions}" class="pos_input">      <items>       <core:Item key="{json>SalesIntention}" text="{json>SalesIntention}">       </core:Item>      </items>     </Select>    </ui:content>   </ui:form.SimpleForm> </core:FragmentDefinition>

 

 

1.New Opportunity

SnapCrab_Fiori Launchpad - Sandbox for application development - Google Chrome_2014-10-22_14-23-46_No-00.png

2.Select Save

SnapCrab_Fiori Launchpad - Sandbox for application development - Google Chrome_2014-10-22_14-23-52_No-00.png


3.Check Custom fields. Custom field can't save

SnapCrab_Fiori Launchpad - Sandbox for application development - Google Chrome_2014-10-22_14-25-45_No-00.png


4.Debug: the custom fields is stored in object

SnapCrab_Fiori Launchpad - Sandbox for application development - Google Chrome_2014-10-22_14-25-10_No-00.png


Kindly advice me proceed further.

Best Regards,

Yuki

Multiple document types in create SaleOrder App in fiori

$
0
0

Hi all,

 

     When i am using create saleorder app i am able to create sale order only with document type which

          i assigned in SIMGH-> Create Sale Order -> Conf parameters.

 

     Client requirement is to create multiple saleorders with multiple document types by a single user.

     when i am assigning multiple document types to the user system is not allowing.

     Please give me give suggestion to create saleorder with multiple document types in fiori application.

 

snap3.JPG

 

Thanks in Advance

Prasanth

SAP Fiori LaunchPad : how to materialize the click on a tile?

$
0
0


Hello,

 

 

I'm pretty sure it's possible using CSS to "materialize" the click on a tile on the Fiori launch page.

 

This is something "penible" on our Fiori, especially on a mobile peripheral, at the moment you "click" on the tile, you can't see if your action has been recorded.

I mean nothing indicate that your click has been considered ( therfore, you usually perform 2 or 3 times this action )

I can see on demo videos that at the click "event" the color of the tile is changing. This enable the user to know that it's ok, the following action will occur.

 

How can I reproduced that ? Is there a css parameter (in the UI theme editor)?

 

Thank you,

 

Erwan

SAP FIORI app for FB01

$
0
0

Hello All,

 

Is there a SAP FIORI app that will trigger FB01 in backend? Please guide.

 

 

Cheers,

Vikram Wishwekar

Agentry Background Sending

$
0
0

Hello,

 

most of our mobile processes are designed like this:

 

* Fetch data from backend

* "do something"

* Send transaction data to backend

 

Reason is that we always need up-to-date data on the client and after the process we need the result in the backend at once.

 

 

Now we think about using Agentry´s "Background Sending" functionality to improve the performance for our mobile users. But, in our opinion, this only saves time if it is possible to send data to the backend and simultaneously start the fetch of the next process, so that sending and fetching happen at the same time.

 

Based on our tests, the new fetch seems to start only after the complete sending is done - does this have to be sequential or is there any way to parallelize this? Or any other ideas for performance improvement here?

 

Kind regards

Christian

Create Sales Orders with no Products and Orders

$
0
0

Hi,

We have Updated those SP in our GW Sever:

 

SAP_GWFND7400008SAPK-74008INSAPGWFND
SAP_UI7400010SAPK-74010INSAPUI

 

UIEAAP011000004SAPK-10004INUIEAAP01
UIX01EAP1000004SAPK-10004INUIX01EAP

 

 

And after that, the Create Sales Orders in Fiori does not display any Product or Orders only Shows this: "No items are currently available"22-10-2014 12-13-47 p. m..jpg

 

 

Any suggestions?

Agentry: Windows Mobile / Scanner and List Tile View

$
0
0

Hello,

 

we would like to use the "Single Match" or "No Match" functionality of the List Tile View. The field definition seems to be correct, because it works as expected in the Agentry Test Environment.

 

But when we scan data into our Datalogic Windows Mobile Device, the List Tile View takes no action; the scan seems to be treated as a normal input by a keyboard. Is this a known problem (with maybe an also known work around) ? Any ideas?

 

Kind regards

Christian


Agentry: Short Cuts for standard buttons

$
0
0

Hello,

 

when using transactions in Agentry, there are some standard buttons displayed at the bottom of the screen, like the left and right arrows and the green OK button.

 

We would like to design the screens for our Windows Mobile devices in a way that the user can do most of the work using the keyboard, and not the touch screen. So, is there any way to define short cuts for these standard buttons, so that we can - for example - assign these buttons to function keys of the keyboard?

 

Kind regards

Christian

Navigation for Fact Sheet Apps is not working from Fiori Launchpad

$
0
0

Dear Experts,

 

I've configured the Embedded Search on HANA in SAP ERP 6.0 for Fiori Fact Sheet Issue. I can Search the Application from Search box via SAP Fiori Lanuchpad but I can't click on it. Nevertheless, nothing is happening upon clicking on it; remains in Idle State. No Movement...... tried to Debug and found that there are no Navigation getting created in Table.

 

Please refer the attached Screen Captures of Tables.

 

FYI: UI side- all is good. Gateway Side- All is Good. No error's in there......... Most important thing is, Fact Sheet Apps is working in a separate client of same ERP System (e.g. Navigation is not working in ABC 200 whereas Navigation is working in ABC 300)...... tried with ST05- No Luck, HTTP Trace in Google Chrome- No Luck, Deleted and recreated the Connectors- No Luck.

 

 

Any clue where to check or what is going wrong in Client 200 whereas Fact Sheet app and its navigation is working in Client 300 of same ERP system.

 

Highly appreciated on any pointers.

 

Thanking you,

~ Mahendra

KPI Modeler tiles won't auto-refresh

$
0
0

Hi Experts,

 

After getting our KPI Modeler working, I've been able to create Tiles and have them displayed on my Fiori Launchpad. This is great, but unfortunately I haven't been able to get the Tiles to automatically refresh when the data in the back-end (HANA tables) changes. I've created the Tiles under the Manage Visualizations area of the KPI Modeler and set the 'Value changes every:' Parameter accordingly, but after updating the data and waiting the appropriate time (5 seconds), the tile does not update.

 

Has anyone had any experience with this and can offer any insight as to what the problem may be?

 

Thanks in advance,

 

Cal

Time Zone Issue SAP Syclo Workmanager

$
0
0

Dear All , I am facing time zone issue in SAP Syclo WM . Below stpes i am taking : Step 1 : Create a work order on the iPad, synchronize with ECC. Display WO in ECC, Malfunction date and  start time is correct. Display malfunction start time on iPad is 2 hours before correct time this means that the malfunction time on the iPad is UTC time. Step 2 : Went in an put in malfunction end time, same as time on the iPad. Synchronized back to SAP, Time is the same as we had on the iPad. No changes. Stpe 3: Ended the WO and added time. Correct on the iPad, Synchronized back to SAP. Time in ECC has added two hours to the time on the iPad. Can you provide suggestion on it ? Thanks & Regards, Kunal Varaiya

Agentry splitting global veriables

$
0
0

Hello experts;

 

I have a string like "name1,name2,name3" and another "surname1,surname2,surname3" I want to map this strings to relevant objects how can i do that?

 

i tried creating a transection and got name1 surname1 to transection. however couldn't put them in an object. Is there a way to do that? and can i split all

 

of them and put relevant objects.

 

Thank you.

Agentry: Stay logged into SAP backend

$
0
0

Hello,

 

we have designed our Agentry application to stay online / logged in. But this seems to cover only the connection between Agentry Client and Server, is that correct? Is there any way to stay logged into the SAP backend (to save some synchronization time)?

 

Kind regards

Christian

Afaria7SP5Fx05 - unable to retrieve application from package server

$
0
0

Hi All,

 

I able to enroll android device via the afaria client and able to send notification such as "lock device".


however, afaria client prompt an error "Unable to Connect" when I trying to refresh the application list from the afaria client. Following is the error screen shot display on the afaria client.

 

IMG_2014.jpg

 

I suspect this is some problem with the package server or CA connection.

 

Anyone can help?

 

Thanks.

 

Regards

Choong


Auto Generated ID for chips/tiles in Launchpad

$
0
0

Hi everybody,

 

This is my first thread on SCN, so please bear with me.

 

I am working on a custom style in Fiori LaunchPad and are in need of a different style to each chip/tile. However, each time I refresh the page or the chips/tiles are being moved around, my styling (Which is being made under the "CSS" tab in the theme designer) disappears. The problem lies within the auto generated ID: id="__tile0-__container0-dashboardGroups-id-1414067387629-12-id-1414067387634-15". If only these ID's where consistent, the styling would be easy. But SAP changes these ID's constantly, which makes a specific styling of a chip/tile impossible. Does anybody knows of a way to get around this problem?

 

Thanks

 

/Peter

Shell Header Color property missing

$
0
0

Hi All,

 

I am using theme designer 1.2.2. The "Shell Header Color" property highlighted in the screenshot below is missing in our system for the blue crystal theme.

 

I am not sure if this is a version issue or something else, Can anyone help to throw some light on this please?

themedesigner.png

 

Thanks and Regards,

Anand

Queries Financial Fact Sheet

$
0
0

Anyone know what programs or functions that generate queries in this application are ?, there a document where I can find the names of these programs?

 

 

I guess the data is from SAP standard that does not match the information that is showing sap our customers.

Remove footer button on MM_PO_APV app

$
0
0

Experts,

 

I've extended an MM_PO_APV app in SAPUI5, and challenged to hide the 'Forward' button extending the controoler, with the following code:

 

this.setHeaderFooterOptions({

            oPositiveAction: {

                sI18nBtnTxt: that.resourceBundle.getText("XBUT_APPROVE"),

                onBtnPressed: jQuery.proxy(that.handleApprove, that)

            },

            oNegativeAction: {

                sI18nBtnTxt: that.resourceBundle.getText("XBUT_REJECT"),

                onBtnPressed: jQuery.proxy(that.handleReject, that)

            },

            onBack: jQuery.proxy(function() {

                //Check if a navigation to master is the previous entry in the history

                var sDir = sap.ui.core.routing.History.getInstance().getDirection(this.oRouter.getURL("master"));

                if (sDir === "Backwards") {

                    window.history.go(-1);

                } else {

                    //we came from somewhere else - create the master view

                    this.oRouter.navTo("master");

                }

            }, this)

        });

 

But there is a button link 'Save as Tile' that I want to remove, but i didn't found anything about it. Could you help me please?

 

Actually:

 

1.png

 

What I want to achieve:

 

2.png

 

Regards,

André

Unauthorized in FFS

$
0
0

Hi, anyone knows what this error means ?

FFS we are entering all the correct users and allows access , but eventually displays an unauthorized .

 

Thank you ,

Viewing all 5512 articles
Browse latest View live




Latest Images