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

Issue with Material External ID while replicate to C4C.

$
0
0

Hi Experts Need Help.

 

Our Integration scenario: ECC-HCI-C4C.

 

Issue: We are unable to replicate materials as desired, replicationsbefore November/1511 show external ID with leading zeros.

           Any materials replicated now strip off the zeros before the material ID and store it, which is causing issues.

           Any material change is also not coming in and gives Material ID &INTERNAL_ID& already exists error.

 

 

We have the mapping in HCI to send Receiver ID/External ID to send with preceeding zeros to make it 18 Character just as in ECC.

C4C receives the external id as desired but while storing in C4C the zeros are removed.

 

 

Please help me to resolve this issue,

Material_Payload.PNG

External ID/Receiver ID = 000000000000006513

Material_ExternalID.PNG

But stores it as without zero's.


Horst SchaudeAlessandro IannacciGinger GatlingKindly Help.

 

 

Thanks,

Siraj.


Button to show list of BO entries

$
0
0

Hello ,

 

i´m beginning in C4C,

 

I need to create a button to show the content of custom BO. The BO will contain a list of postal directions.

 

I have defined the BO and generated the screens :

 

 

 

YJA81OPMY_ - SAP Cloud Applications Studio.png

 

Y need to open a screen showing the list of all entries contains in the BO. So, i have tried to create a Button  to link to screen OWL. ¿this is possible?

 

I tried the next:

-enhance screen COD_Account_TI of customer:

2.png

 

and in the IU Designer I select the header area to insert a button. To do it, i choose the "Add OBN Link/button"  button.

 

 

 

 

But from here, i am not sure about the steps to define a button such that when you click on the button directly opens the screen OWL showing all entries in the BO. All my attempts always opens the screen where new data entries are created in the BO, but i need to call to OWL screen for show the list of entries.

 

¿it´s possible? ¿How must i configure the button for this?

 

Thanks and regards.

Adding up the Expected Value all won opportunities corresponding to a particular account

$
0
0

Hi Experts,

 

I am having a requirement in which I have to add up all the expected values of all won opportunities corresponding to a particular account and storing that total value in a custom field .How can I do this? Attached is screenshot for reference.

 

Thanks & Regards,

Saurabh

How to deal with context dependant code lists?

$
0
0

Hi ByD studio forum,

recently one of the ByD solution partner raised an interesting questing regarding context dependant codelists. I create this thread to share the question and the answers (provided by Thomas Schneider) to it with the community.

Most of the ByD codelists are context independant and contain a list of unique values. Some of the codelists (i.e. WorkAgreementAdministrativeCategoryCode) are context dependant and the code value is only unique within a certain context, i.e. country, region.

 

Example - WorkAgreementAdministrativeCategoryCode:

 

List IDCode ValueDescription
AT1Hourly
AT2Salaried Employee
AT3Manager
AU1Hourly
AU2Salaried Employee
AU3Manager
BE1Hourly
BE2Salaried Employee
BE3Manager
BR1Salaried Employee

 

 

In a custom BO a element typed with an context dependant codelist is defined and should be placed on a custom UI.

 

import AP.Common.GDT as apCommonGDT;

 

businessobject CodeListMapping_Test {

 

             element CustomerWorkAgreementAdministrativeCategoryCode : WorkAgreementAdministrativeCategoryCode;

 

}

 

 


In UI-Designer however is the required ListID not available by default:

CodeList_UIDesigner.gif

 

 

 

So how can a ByD studio developer deal with context dependant codelist?

 

 

Best regards,

Ralf

ODATA for Marketing lead.

$
0
0

Hi All,

 

I am trying to POST a ODATA service for marketing lead using standard ODATA service but it was creating " sales Lead" instaead of "marketing lead".

Could you please help me regarding the same.

 

URL: https://myXXXXXXX.crm.ondemand.com/sap/c4c/odata/v1/c4codata/LeadCollection

Payload

 

{

  "AccountID": "1001932",

          

  "Name":{

                "languageCode": "E",

                "content": "Test-Lead"

            }

}

 

Regards,

Prasad

Question on life cycle management

$
0
0

hello all,

 

for e.g. if a customer has went live, the solution is assembled.

 

We will need to patch the assembled solution if there are any changes.

 

In a case where the customer has went live, and they want to go into a phase two development. So the assembled solution is patched and developers start to work on the patch solution for Phase 2.

 

If there is an error in the production tenant and there needs to be a immediate fix in the solution, then how do we bring the fix into the production immediately? Because developers are still working on Phase 2 development in the patched solution.

 

Any ideas?

How to customize sending Email with different languages

$
0
0

Hi,

 

I am working on SAP Cloud fro Travel and Expense and i want to send the Email to Travel Agency with two different languages ( Englisg and German).

How can i do that ?

 

Thanks in advance.

 

 

Best Regards,

How to utilize the Mashup Web service in Sap C4C?

$
0
0

Hi Experts,

 

Can anyone give me some details regarding Mashup Web Services(Rest Based and Soap based ) like we can see it under the Application and user management work center.

 

Mashup Web service.PNG

Mashup Web service1.PNG

How can i use this mashup web services and what is the use of this can any one share an example/Document related to this there is no proper example in the studio document to understand this mashups web services.

 

Thanks,

Siraj.


Error while Activating External Web service integration.

$
0
0

Hi Cloud Experts,

 

I have created the external web service integration in cloud studio and consumed ECC web service for address verification when i activate the integration or complete solution i'am getting error like Instance with the same key already exists.I'am very much confused why this error is coming.

 

Is there any thing that i'am missing i have tried giving the different name for external web service integration and scenario but still same issue.

 

Experian_SDK_Error_Latest2.png

 

And when trying to activate the complete solution getting error as below.


Solution Activation Error.PNG

 

   Kindly help me to solve this issue.

 

 

 

Thanks,

Siraj.

SAP Cloud SDK : Data Change in Parallel Session in Embed Component

$
0
0

Hi Experts,

 

We have scenario to call OnPremise URL based from Phone Call screen dynamically to passing PhoneCallID and AccountID and for that we have developed below scenario to achieve this.

 

Step 1: Create Custom solution to hold OnPremise System information like Hostname , parameters.(In this custom solution we are maintaining Onprmise details and read into PhoneCall).

1.JPG

Step 2: Create embed component and read record from custom object (from Step 1) and Create URL using ABSL scripting language


2.JPG


Step 3: We have created XBO for Activity and created 1 fields to store full URL created in Step 2.


Step 4: We have created button in embed component and assign OpenURL script and binding the XBO fields to open url from that custom fields from XBO created from script file (in Step 2).

 

Issue : When user 1 open activity 0001 and click on any button getting perfect url and launch in new browser and same working for all 3 buttons now same time user 2 open activity 0002 and try to click on button 1 or any buttons getting error called "Data has been Change in Parallel Session" or refer screen below:

3.JPG

please help me if anyone have idea how to fix it. I have notice that the Phone call screen is in edit mode when we open it so may be the data is in editable mode but why i don't understand I am just reading data from custom solution.

Is there any alternative way to do that ?

Is there any way to only read data not in edit mode?

Can i achieve this requirement using other alternative way.

 

Regards,

Mithun

Link to attachment

$
0
0

Dears,

Our customer ask us to display directly in the Account page the list of the appointments with the related summary.pdf link.

As solution we choose to create a new BO and add it to Account.TI as Embedded Component.

I don't know if we choose the best way, but in this moment we are able to display the right list of appointment for each Account, working with the query in the UI controller page. Now we need to add the link to display the summary.pdf , but we have some trouble to achieve it.

 

1. Is it possible to show in one list some Appointment details and the related summary.pdf link ?

e.g.

EG.png

2. Is it possible show the summary without enter in the Appointment details ?

 

Regards,

 

Daniele

Custom OVS - Field Groups in two columns

$
0
0

Dear SCN-Experts,

 

I have created a custom object value selector (for registered products) which works fine.

The only issue I have is the adaptation of the advanced search/find form panel. I need to create two different columns for my field-/section groups.

I have looked at the SAP Public OVS examples and those have these sections in two columns: Here is a screenshot:

RegProductOVS.jpg

 

This is my OVS where you can see only one column. Adding a further column doesn´t work here....

CustomOVSRegProduct.jpg

 

Thank you for your help!

 

Best regards,

Rufat Gadirov

How to customize sending Email with different languages

$
0
0

Hi,

 

I am working on SAP Cloud fro Travel and Expense and i want to send the Email to Travel Agency with two different languages ( Englisg and German).

How can i do that ?

 

Thanks in advance.

 

 

Best Regards,

Network Chart or Hierarchical Graph example

$
0
0

Hello colleagues?

 

Did anyone try to use NetworkChart or Hierarchical Graph component in Studio? Do someone have any example or tutorial?

 

I'm trying to visualize a custom object document flow, but the solution described here  - ByDesign 1508 Release: PDI enablement of Business Document Flow feature - works only for Business By Design but not for Cloud For Customer.   So, I'm looking for any example how I can use standard components.

 

Thank you!

 

Alexey

Account name field in Repository explorer

$
0
0

Hi Friends,

I am trying to make changes in Account QC but I can't find the Name field in repository explorer. Plz. help me where this field is located in repository explorer?

 

 

 

Regards,

Saurabh


SAP Cloud SDK : Error while Loading Embed Component in Phone Call TI screen

$
0
0

Hi Experts,

 

we have enhance the standard BO call Activity and added some fields and actions, Now we have created embed component and using that XBO for in Data Model tab in UI designer.

I have create InPort and define PhoneCallID and add custom element from Activity BO to the Root level.

 

I have create InPort in Controller and add parameter and use that InPort created in Data Model.

Create custom event to read data and assign data from standard screen to custom embed component.

I am also add 1 more custom action from XBO to the reading event.

 

I have added this embed component with correct binding getting PhoneCall ID into custom fields in embed component but at same time getting error called "please enter type" and "Action not execute"

2015-12-23_3-34-58.jpg

Please anyone have idea how to fix this issue let me know.

 

Regards,

Mithun

From Opportunity call XBO and Create own BusinessObject

$
0
0

Hi Experts,

 

 

Relatively new to C4C development - I have the following question which I hope someone can answer.  I want to create in the Background an transaction of my own BusinessObject (like the QA view) - when the user Saves an Opportunity.

 

 

In the XBO object of the Opportunity  dependent on my own BO - I have created an action.

 

XBO_SCRIPT.jpg

Opportunity button  Go-No.. triggers the custom script file (action) on the XBO-object.

 

OPP_BUTTON.jpg

 

 

But now  I  stuck - can I Trigger my  own BO and with this  Opportunity ID  create my  transaction of the QA view...

 

Due through the process we prefer a background creation of this transaction - so someone else gets this new transaction in his Worklist.

 

 

Would like to get some information or tips how to solve this - we don't want to use OBN - because it is a background process.

 

Regards,

Jeroen Cosijnse

Hierarchical Tables (UI Designer)

$
0
0

How can the hierarchical table be implemented with the UI Designer? Iu2019ve seen several evidences, that the hierarchical tables are possible.

1)     UI Designer Style Guide 3.5

-     A hierarchical List Pane (HLP) can appear instead of an ALP within an OWL. It is read-only.

-     

2)     FP3.5 Studio Library:  Working with Lead Selection in Hierarchical Lists

-     Description

-     Obtains a reference to the selected row in a hierarchical list.

-     Example row = $data.MyList.LeadTreeSelectedRow

3)     Hierarchical Maintanance Buttons in UI Designer for the toolbar

4)     There are at least two standard SAP-workspaces where the hierarchical tables are implemented: Manage Access Rights in User and Application Management and Browse Business Objects in Partner Development Test Shell

 

But i havenu2019t found any further information on how the hierarchical table can be declared (what element of the UI designer it is and where in the pane hierarchy it has to be placed) as well as how the Advanced List Pane can be adapted to be a HLP (what bindings have to be set, how the control elements like sparrows has to be established).

 

Does anybody have an experience imlementing hierarchical tables?

Public Outports availabilty on the Account OIF to bind the custom EC

$
0
0

Hi Experts,

 

I have to bind the EC to the accountorgoif.eco and accountpersoif.eco screens, these are standard SAP screens related to the Account business Object and below is the same . I tried int he followign way to bind the EC where the inport of the EC is not firing the account ID value when I opened the EC. I am not sure why this is not working this time. In past I have done many EC bindings to the standard UI's but not to the account, please let me know if any thing else is needed in case of account screens to bind the EC's

 

 

 

EC is built on a custom BO and structure of the BO is following way

 

 

 

After Modify script is in following way to capture the ID and UUID values of the Account to which this EC is binded and triggered

 

 

EC UI inport and event handler configurations as below

 

 

 

 

 

 

Thanks

 

 

Regards

Hanu K

How to deal with context dependant code lists?

$
0
0

Hi ByD studio forum,

recently one of the ByD solution partner raised an interesting questing regarding context dependant codelists. I create this thread to share the question and the answers (provided by Thomas Schneider) to it with the community.

Most of the ByD codelists are context independant and contain a list of unique values. Some of the codelists (i.e. WorkAgreementAdministrativeCategoryCode) are context dependant and the code value is only unique within a certain context, i.e. country, region.

 

Example - WorkAgreementAdministrativeCategoryCode:

 

List IDCode ValueDescription
AT1Hourly
AT2Salaried Employee
AT3Manager
AU1Hourly
AU2Salaried Employee
AU3Manager
BE1Hourly
BE2Salaried Employee
BE3Manager
BR1Salaried Employee

 

 

In a custom BO a element typed with an context dependant codelist is defined and should be placed on a custom UI.

 

import AP.Common.GDT as apCommonGDT;

 

businessobject CodeListMapping_Test {

 

             element CustomerWorkAgreementAdministrativeCategoryCode : WorkAgreementAdministrativeCategoryCode;

 

}

 

 


In UI-Designer however is the required ListID not available by default:

CodeList_UIDesigner.gif

 

 

 

So how can a ByD studio developer deal with context dependant codelist?

 

 

Best regards,

Ralf

Viewing all 1333 articles
Browse latest View live


Latest Images

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