Quantcast
Channel: SCN : Popular Discussions - SAP Cloud Applications Studio
Viewing all 1333 articles
Browse latest View live

Training for SAP ByDesign Cloud Studio

$
0
0

Hi Experts,

 

I am looking for SAP ByDesign Cloud Studio training in India. I have 1.5 yrs. experience in cloud studio so I am looking for some advance level training for this.

 

In case you guys know any contact/company for this please let me know.

 

Preferred Location : Bangalore India.

 

Thanks

Ashish Sharma


How to view/Edit Values from OWL

$
0
0

Hello Experts,

 

 

I have created Thing based UI, all screens are generated and I want to navigate to TI screens to modify/Edit some values on Click on ID field of the OWL screen, I have configured Simple navigation to TI screens with binding ID field ,but its Opening Empty TI screen, Please help me how to resolve it and also I didn't understand What is TT screen, Please Help me ............

 

Thanks in Advance

 

 

 

Regards

------------

Ravi

Debugger can not be attached

$
0
0

I am getting this every time I try debugging now and it does not appear to be running my changes any suggestions

 

Capture.PNG

Reading data from Association / Updating

$
0
0

Hi  Experts,

 

[1] - Small question ....

 

In my XBO component i want to read the Opportunity data for example OrganisationalUnit [CO_2101] - I can see it during debugging but how can i use it in a custom field.

OrgUnit.jpg

 

It must be something like   var orgunit = OrgansUnit.ID;   but what I'm doing wrong pfffff  (some code examples would be useful).

 

[2] - What is the easiest way to Update - a field in a BO  (from an other Custom BO) - which is created by the KeyUserTool in the UI.

 

 

 

Regards,

 

Jeroen Cosijnse

Enable Extension Field for Offline in Cloud Studio (C4C)

$
0
0

Hi,

 

I currently struggle with enabling extension field in Cloud Studio to offline. (C4C)

 

So my Scenario:

I want to have an extension field in Account TI Screen.

This extension field needs to be offline available on iPad App.

 

With KUT this is perfectly working (Adapt Screen -> Further Usage -> Service Tab -> Selecting correct Field Available check box).

 

In Cloud Studio I do not find the setting to do that.

I am so far that I have an xbo with an element  which is added as an extension field in UI Designer.

So in online mode I'm seeing this field. In offline not.

 

 

May somebody explain me, how to do that?

 

 

Best Regards,

 

Waldemar Bender

failed to activate project

$
0
0

Hello

 

I'm doing my first steps in C4C development using SDK. When trying to activate my humble developments (from C4C30 tutorial) I get following errors:

2016-02-12 15_33_35-Y7PB2DQSY_ - SAP Cloud Applications Studio.jpg

This rerros persists after logout / login, and I can not proceed any further

 

what should I check / fix to solve this problem?

 

thanks

I add view with embedded component' custom field value transfer

$
0
0

Hi,

 

I create a Embedded Component

include three custom field(IndAccUser, IndBuser, IndEMS) and one Standard Field(ABC classification)

2016-2-14 下午 06-58-56.png.

 

I already extend field to TI screen, and give some value and save.

then add view TO COD_Account_TI name: Other.

When I open new tab(Other), custom field and standard field value is not show on screen.

2016-2-14 下午 06-59-57.png

 

I change value save is show error

2016-2-14 下午 07-08-49.png

 

 

 

 

 

And the following settings are not related??

 

 

Thanks a lot in advance, every idea will be appreciated.

Customer and Contact Person

$
0
0

Hi All,

 

 

I would like to have the contact person details like "Contact Person Name" & "Contact Person Email" in the Customer Extension BO as soon as mutation on the Contact person happens.  We use here event "Before Save Event"

 

The following works when Customer has one Contact person and he is main contact person.

 

if ( this.CurrentDefaultHasContactPerson.IsSet() ) {

com.ExtCpEmail  = this.CurrentDefaultHasContactPerson.BusinessPartnerRelationship.ContactPerson.ContactPersonWorkplaceAddressInformation.AddressSnapshot.DefaultEMail.URI.content;

com.ExtRPnaam = this.CurrentDefaultHasContactPerson.BusinessPartnerRelationship.ContactPerson.ContactPersonWorkplaceAddressInformation.AddressSnapshot.Name.GetFirst().Name.ThirdLineName;

};

 

Now if a customer already has a default contact person and when we try to add another contact person to it. I have difficulties in  getting the details of the Contact person thats being changed .i.e. I could not get hold of the contact person thats in the context.

 

 

 

I used the below to get the contact person being changed or created . When I do a retrieve I get nothing in the email address . Any suggestion on proceeding further ??

 

var CpCollection = this.HasContactPerson.OrderByDescending(n=>n.RelationshipBusinessPartnerInternalID);

var Cpnr = CpCollection.GetFirst().RelationshipBusinessPartnerInternalID;

var Cpid = CpCollection.GetFirst().RelationshipBusinessPartnerUUID;

var ret = BusinessPartner.Retrieve(Cpid);

var CpEmail = ret.AddressInformation.AddressSnapshot.Email;

var CPEmail2 = ret.AddressSnapshot.Email;

 

 

Regards,

 

Amber


How let two Code List Date Type object interact

$
0
0

I Create first Code List Data

2016-2-14 下午 03-16-37.png

 

Second Code List Data

2016-2-14 下午 03-22-28.png

 

and define two element in BO object and enhance screen

[Label("Continents")] element CodeContinents:Codelist1Code;

[Label("City")] element CodeCity:Codelist2Code;

 

and enhance screen

 

 

Now, How do I let two code list data interact?

When I choose Asia, I can only see Japan and China let me choose.

Acquire Custom fields via CTI Adapter

$
0
0

Hello Community,

In our project we have a Customer Service Management scenario, with the integration between a third party/legacy CTI environment and a Cloud for Customer solution. In this CTI->C4C integration we may need to pass to C4C a subset of custom information available in the CTI.

 

Via the CTI Client Adapter simulation tool, we noticed that the inbound call can pass a set of Custom fields as URL parameters. We show a picture of those fields in the simulation tool here below, and how those fields propagate in the Live Activity Pane:

 

2015_08_24_16_16_17_Simulation.png

Unfortunately, if I check those fields in the SDK UI Component for the Live Activity Pane (file: CTI_Shelf_QAF.QA), they don't seem to be bound to the Activity BO Model:

 

2015-08-25 09_42_08-CTI_Shelf_QAF (https___my307637.crm.ondemand.com) - UI Designer.png

 

Furthermore, we noticed that the Outport OpenSearchScreen is the only one which can use that list of fields, but this outport cannot be reused for binding an Embedded Component to the UI Pane:

 

2015-08-25 11_26_36-CTI_Shelf_QAF (https___my307637.crm.ondemand.com) - UI Designer.png

 

Is it possible in any way to reuse those information in C4C?

 

Thanks a lot for your collaboration.

 

All the best,

Davide

Cloud Studio Tenant List Import on upgrade

$
0
0

Hi everyone.

 

As four times a year, currently everyone needs to update his studio version.

 

While it is quite simple to export the settings of the visual studio part to import to the new studio version (use Tools-> Import and Export Settings) rebuilding the (in our case quite long) tenant list to log on is quite cumbersome.

 

So my question to the community is:

 

Does anyone know where the SAP Cloud Application studio stores it's list of tenants so we can import it to the respective new studio version?

 

Thanks and best regards,

 

Ludger Bünger

How to dynamically know if a Business Object is edited from C4C TI

$
0
0

Hello All,

 

            I have standard business object(Individual customer) which can be edited from C4C UI and also form HCP portal . There are some business rules that needs to evaluated based on where the objects is being edited . For example if an Individual customer is edited from HCP some checks need to executed and if the same customer is being edited from C4C some other checks needs to be executed irrespective of the data origin.

 

Is there a way we can check if the object is being edited from C4C UI , like updating a transient flag when the TI screen loads which can be used in my program later.

 

I tried using an embed component and populating the variable but will not work if the any user has hidden the component via personalization.

 

Thanks in advance for help.

 

With regards,

Saurabh

AdvancedListPane: Column width minimum 25px?

$
0
0

Hey there,

 

I'm currently creating a UI with a table that is rather broad (19 columns).

 

>> I'd like to fit it in a way that it is not necessary to use the horizontal scroll bar on a common widescreen.

 

Now there are many columns where I know that the values should usually be small (numeric) so it would be OK if these columns had just 20px. But when I set the value "Column Width" of the AdvancedListPane to less than 30px in the UI Designer, it has no effect on the outcome.

 

So my questions would be: Is there a minimum of 30px? Why? Is there a workaround to get these columns more narrow?

 

Kind Regards

Pablo

SAP Cloud SDK : SDK Custom Field not update through Custom OData Service

$
0
0

Hi Experts,

 

I am working on Custom OData service for Individual Customer and I am using standard business object called "Customer" I am using (Beta) Administrator work center -> Service Explore -> Custom OData Service to create custom odata.

 

I have created custom OData Service from standard BO "Customer" and added some fields from Customer BO and Save Activate.

I have also tested newly created custom OData Service using GET , POST , PATCH method for Query , Create and Update Individual Customer via Custom OData service and its working fine.

 

Now We are using Partner Development System to create this  custom OData Service and I have checked we can not able to add Extension Fields from KUT (Adapt) mode. ( Note 1873094:Cannot change Field Extensions in Adaption Mode in a Partner Development Tenant …).

 

We have added custom fields(TID) with EXTENDED_TEXT data type in Customer BO via SDK and added Process Extension scenario and add that fields in standard OData Service.

 

Now from Beta Administrator in Customer BO i can able to see that SDK fields in standard OData and I have added into custom OData Service.

 

When we are try to update or create that custom field TID I can not able to update.

 

Please anyone have idea why custom fields created via SDK and added into OData is not create or update.

 

If anyone need more information I will provide you

 

Regards,

Mithun

How to filter OVS without opening popup

$
0
0

Hello experts, masters of C4C!

 

I've created an OVS that lists an object and, when the OVS popup is shown, is possible to filter the list successfully.

 

Popup.png

 

I'm trying to achieve the same filter when the user types directly in the field.

 

 

OVS_Filter_noPopup.png

 

 

What I have done so far:

 

1) I created a new inport parameter named "VehicleName" and the "InportHandler" event.

 

OVS_InportConfig.png

 

 

2) I created an extended field in Service_Request_QC and configured the "VehicleName" parameter to receive the value from the extended field.

 

SR_QC_IdentifierConfiguration.png

 

 

3) In the "InportHandler" event, I created an operation to copy the value from inport to the same field used to filter when popup is open (the popup filter works).

 

InportHandler1.png

 

4) In the "InportHandler" event, I created a FireEventHandler to call the same event used when the popup is open (the popup filter works).

 

InportHandler2.png

 

Is there something wrong? Anyone knows how to do this?

 

Thanks in advance,

 

Alexandre.


Where to download Cloud Application Studio

$
0
0

Hi Exports,

I try to download cloud application studio in Market Place, but nothing has been found. Always I got 'No search results have been found'.

Could anybody tell me where to download that application? Many thanks.

Upload Business Object Project - C4C

$
0
0

Hello people,

 

 

 

I'm new in C4C and need some help. I create a project in sap cloud application studio but this project is to create with Bussiness Object. My questions is how can I upload this new project in C4C ?

I have 2 pictures one of this project in cloud applications studio  and other is the way which I can fix in C4C.


1.PNG

2.PNG


Thank for your time.

How to configure communication system & SDK web services in a productive system.

$
0
0

Hi everyone!

 

I'm about to ask our productive tenant and i have some questions regarding to the webservices executed by custom developments using SDK.

 

a) is it possible to import the new wsdl file from the productive  PI system into the C4C productive tenant using SDK?

 

b) how is it going to be configured the communication system with the correct host and port productive URL?  is it available to edit in a productive tenant?

 

c) where can i find some documentation regarding this doubts?

 

thanks for your help

Change default Logistic Area for Goods Receipt with ABSL

$
0
0

Hi experts,

 

Is it possible to change the default Logistic Area for Goods Receipt with ABSL?

 

ByD-> Inbound Logistic-> Purchase Orders -> Post Goods Receipt

 

Best Regards

Fred

Using "Image" control in SAP Cloud Application Studio UI Designer

$
0
0

Hello Experts,

 

I have a requirement where depending on a drop-down values I need to show red,amber, green colors on UI field.

We are trying to achieve it using cloud application studio.

 

In SAP Cloud application studio- UI designer I can see "Image" control. We are trying to use this control where we will change the image dynamically to show these colors depending on the drop-down values.

 

Is it feasible to change the images dynamically? If yes, how to use this control to display these images in cloud application studio?

 

Waiting for your valuable inputs.

 

Thanks in Advance,

Gayatri

Viewing all 1333 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>