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

SAP Cloud For Customer Send Email With Attachment of Sales Quote in PDF

$
0
0

Hi Experts,

 

I need help regarding the Custom development of send email with attached PDF of standard sales quote details.

 

Scenario :

 

1) Send email to sales quote to Account and Primary Contact mention at the time of creation of Sales Quote and Send the Email with details of Sales Quote in PDF format.

 

Questions :

 

1) Any Configuration require in Front end SAP Cloud For Customer ? if Yes please Explain ......

2) An Custom Development require from SDK side ? if Yes please Explain.......

3) is it possible to send the PDF of sales quote details with attachment?

 

Please anyone have any idea about the mention scenario and how to do that please share with me....

 

Many Thanks,

Mithun Suthar


ID+Description in QAF/OWL (extension field with OVS)

$
0
0

Hi everyone,

 

we added a new field (data type: partyID) to the BO Sales Order referring to a business partner. Therefore we used the same OVS as it is used for the standard field Name in the section group Account:

 

/SAP_BYD_APPLICATION_UI/publicovs/partyid/AccountBusinessPartnerID.OVS.uicomponent

 

IDandDescription.PNG

 

The OVS is working fine. The problem is that we only can see the ID but not the description of the business partner - even if we select the presentation mode "IDAndDescription":

 

IDonly.PNG

 

What has to be done to make the description visible in here?

 

Thanks and Best Regards,

 

Daniel

Add OBN to extension field in standard OWL

$
0
0

Hi everyone,

 

currently we want to add an OBN to our extension field in the Sales Order OWL.

Since this is a standard screen we have to use the extensibility explorer - but I couldn't find the possibility to add an OBN to the extension field in the OWL:

 

OBNinOWL.PNG

 

Is there a way to do that?

 

Thanks in advance

 

Daniel

System retains old value even after changing it

$
0
0

Hi,

 

I was trying to change the properties of one of my EC in SDK using standard UI COD_APPOINTMENT Thing Inspector view by selecting the Undefined anchor and then clicking on Adjust Properties. Here for each facets 2 properties can be set Visible and Enabled. First i change the Enabled to True for one of the EC and then try to change it back by changing the dropdown value to False and apply, then Save & Activate, but it retains the same old True value.

Also i tried changing the value for Column Visible to False it did save first time but when i again went there to change it back to None it's not saving this new value.

 

COD_APPOINTMENT_TI_Issue.jpg

 

Am i missing any steps or logic here or is it a bug. Why these properties value are not persistent. Appreciate any help ?

 

Thanks,

Shobhit

SAP Cloud For Customer make any fields Mandatory from SDK or Front End

$
0
0

Hi Experts,

 

I Need help regarding the make field mandatory in standard business object like ( Customer ) .

 

I have 1 requirement like make some standard business object fields mandatory from Front end or from SDK ..

 

1) Is it possible to make fields mandatory from front end ? if yes then how please explain ?

2) Is it possible to make fields mandatory from SDK using development ? if yes then please explain ?

 

Please i tried in my system but i can't find out any solution for this....

 

Many Thanks,

Mithun Suthar

Acquire Customer duplicates list in the ABSL Code

$
0
0

Hello,

We found out that, in Cloud for Customer, the Customer Business Object (namespace: http://sap.com/xi/AP/FO/BusinessPartner/Global) provides the Action CheckForDuplicates, in a way to run the duplicates check on the processed Customer.

Is there any way to acquire the list of the duplicates found by the Action in the ABSL Code? We tried to run the following code lines:

 

 

customer = Customer.Retrieve(bp);

customer.CheckForDuplicates();

 

if (customer.BusinessPartnerDuplicateCheck.IsSet()) {

    foreach (varduplicateincustomer.BusinessPartnerDuplicateCheck.Result) {


          // process duplicate.BusinessPartnerInternalID value

          /// ...

    }

}

 

But unfortunately the BO member BusinessPartnerDuplicateCheckis not accessible on the Public level, as displayed by the error message we got at code activation:

 

2014-11-28 14_57_07-Server Messages.png

 

Do you have any information about this request? We are available on any feedback about it.

 

Thanks a lot,

Davide

Filter field Sales Phase on Opportunity shows all values

$
0
0

Hi,


We do not have control over the values for the search Sales Phase filter on Opportunity. Unfortunately this is influenced by the business configuration since the system does not allow me to remove unwanted values once they are gone live. We can remove these values in Cloud Test but not from our Cloud Prod environment.


1. BC - Sales Cycle and Sales phase, we just maintain values and also assign Sales Phases to each Sales Cycle.

2. In Opportunity Thing Inspector screen or Quick Create screens, I can see that if Sales Cycle is kept blank, there is no value on Sales Phase. Meaning it works exactly similar to BC relation between 2 fields.

3. In Opportunity Filter screen fields are not working according to BC relation and they are independent of each other.

4. In Cloud Test, when I removed Sales Phase value with Key 006 and Desc 'Close', I can see this value now not appearing on filter screen Sales Phase field. Same cannot be done in Cloud Prod.

 

Please advice if something can be done for Sales Phase via SDK i.e. to hide values in grey highlighted area and just show valid values marked by an arrow OR is there any possibility to make Sales Phase field dependent on Sales Cycle field on Opportunity filter screen i.e. something similar to Opportunity Thing Inspector Screen.

unnamed.png


Alim

ID+Description in QAF/OWL (extension field with OVS)

$
0
0

Hi everyone,

 

we added a new field (data type: partyID) to the BO Sales Order referring to a business partner. Therefore we used the same OVS as it is used for the standard field Name in the section group Account:

 

/SAP_BYD_APPLICATION_UI/publicovs/partyid/AccountBusinessPartnerID.OVS.uicomponent

 

IDandDescription.PNG

 

The OVS is working fine. The problem is that we only can see the ID but not the description of the business partner - even if we select the presentation mode "IDAndDescription":

 

IDonly.PNG

 

What has to be done to make the description visible in here?

 

Thanks and Best Regards,

 

Daniel


Add OBN to extension field in standard OWL

$
0
0

Hi everyone,

 

currently we want to add an OBN to our extension field in the Sales Order OWL.

Since this is a standard screen we have to use the extensibility explorer - but I couldn't find the possibility to add an OBN to the extension field in the OWL:

 

OBNinOWL.PNG

 

Is there a way to do that?

 

Thanks in advance

 

Daniel

Dynamically passing input to the OVS field??

$
0
0

Hi Experts,

 

I have Two custom BO's, CBO1 and CBO2. For custom BO CBO2 i have created a OVS with exposing few fields in the OVSValueSelectorInport.

 

This OVS i am using in CBO1 .

 

But i have a requirement where i need to pass the value to the exposed fields dynamically.

 

Example : i have a common field called X in the both the BO's.

When the CBO1 status field value is OPEN, i need to set the  CBO1 - X field value  to the CBO2 OVS Search parameters.

When the CBO2 status field value is COMPLETED , I don't need to pass any value to the CBO2 OVS search parameters( In this OVS also i have X field?).

 

i feel , Here i need two configurations of the OVS to acheive my requirement.!!

 

Is there any way to create multiple configurations for OVS in C4C??

 

When i am assigning OVS Component to the CBO2 field in the UI designer , If i bind the exposed X field value with the CBO2 field value , then in the both OPEN and COMPLETED Status of CBO2 it will filter the result and will show to me, but this is not what i want.??

 

Can any one please share an idea??

 

Thanks,

Mani

Multiple section groups in EC do not appear as Dropdown list

$
0
0

Hi all,

 

I have an EC containing 3 section Groups.It is bound to Visit TI.

These section groups are seen on Tab as below.

photo 1.PNG

 

 

Whereas When I try to put  multiple  section groups in a custom TI,they are listed in a dropdown box in Tab.When a particular section group is chosen in  dropdown, it appears below.

The drop down is as below.(Each item of dropdown is a section group)

photo 2.PNG

 

Why same thing when tried on EC works differently incase of Tab? What should be done if I need the same dropdown for section groups in EC also.

Please suggest some solution.

 

Thanks,

Ambuja

Unable to Add extension field on Sales Quote Line Item.

$
0
0

Dear All ,

 

I have created one  extension field through adaptation mode on sales quote line item. But the problem is , i am not able to see my created extension field on the Print form.

 

When i am trying to add my fied on print form  through  Easy form editor or adobe live cycle designer , there is missing Table section area. And my field is not showing there.

 

Please help me .

 

How can i add my field on sales quote print form line item.

 

Thanks,

 

Manoj Kannaujiya.

Overview and Report View in the SAP-WoCs

$
0
0

Hallo,

 

I have created a report and assigned it to the WoC "Visits".

Now I can only execute this report in the WoC "Analytics", because I don't see this report in the WoC "Visits". The reason is that WoC "Visits" misses Overview and Report View.

How can I configure the system so that the WoC "Visits" contains WoCViews "Report" and "Overview" so that I can execute my report from there?

Visits - SAP Cloud for Customer - Google Chrome_2014-12-02_09-50-25.jpg

Regards,

Leonid Granatstein

SAP Cloud Application Studio Custom Business Configuration Set / View in Fine Tune

$
0
0

Hi Experts,

 

I have created the Custom BC object , Custom BC set and BC view.

 

I have created the Business Object and use the BCO in 1 of the element for display the value of BCO in dropdown.

 

Business Object Definition.

 

[Label("Company ID")] element CID : ID;
[Label("Company ID")] element Cname : LANGUAGEINDEPENDENT_MEDIUM_Name;
[Label("Company From")] element C_start : BCO1Code;

 

I have use the Below Configuration when create the BC Object  .

 

1)

Capture1.JPG

2)

Capture2.JPG

I have use the Below Configuration when create the BC Set.

 

1)

Capture3.JPG

2)

Capture4.JPG

 

After that i have created the Screen(Object Based)  for the Custom BO and once i have open the QA from end User i can not display the dropdown value under QA screen.

 

Also i can not find out my custom BC set Fine-Tune Activity under the Business Configuration - > Implementation Project -> Open Activity List - > Fine Tune.

 

Please can you tell me what step i have missed under this configuration.

 

Waiting for your response.

 

Many Thanks,

Mithun 

SAP Cloud Application Studio Make Account Website (Link InputBox ) Read-Only

$
0
0

Hi Experts,

 

I have 1 requirement to make Link InputBox as read only because when i go to SDK and Open Account TI screen and change the properties from Extensibility Explorer there is no option to change properties as shown in below figure.

 

_Header_1.JPG

We can see many fields have no change proeprties and some are Link InputBox .

 

Kindly Suggest me whats the alternative solution to make Read Only.

 

Many Thanks,

Mithun


Multi Add-on Form

$
0
0

Hi Expert

 

I'm creating the add-on form.

And, I'd like to change the form that is displayed depending on the conditions in one preview button.

But, I think that it is possible to set only one form to one preview button.

If I set the multi form to one preview button, could you tell me how to do it?

Please give me some advice.

 

Wamr Regards,

Henri Oosting

Bank Statement Format Mapping: Unable to configure payment method

$
0
0

Hi,

 

I’m having trouble creating a bank format conversion solution in ByDesign. I am following the instructions contained in the documentation kindly provided by a member of the SCN community for a bank statement in a CSV format:

 

https://www.dropbox.com/s/c66z7078ro8ohmx/Implement%20Bank%20Statement%20Import%20Format%20in%20ByDStudio_V1.pdf

 

I have been working on the coversion script file when I realised that there may be an issue with the current release of ByDesign. I am not able to configure/set the payment methods when setting up the business configuration in the SDK.

 

Below are two screenshots of the step in which the bank statement mapping schemas are set up, in the example from the given documentation it should be possible to assign Payment Methods to each transaction code, however when I attempt to set up the configuration in my solution there is no such option available.

 

Configuration as in documentation:
WithPaymentMethod.PNG

 

Configuration currently available in studio:

WithoutPaymentMethod.PNG
I thought I might be able to fine tune the payment method through the business configuration work center (which is possible with most other bank statement formats), however this is also not possible, since the BankStatementFormat bco seems to have its ability to be fine-tuned removed since the time in which the documentation has been written.

 

UnableToFineTune.PNG

 

 

 

If anyone has discovered a work-around or a solution to this problem I would really appreciate the help, since the automatic payment method mapping is probably the most important function of the conversion solution and I imagine that this is a problem encountered with many ByDesign customers.

SAP Cloud For Customer "Account 360 Setup"

$
0
0

Hi Experts,

 

I have requirement of "Setup Account 360 Setup" .

 

I hav follow the guide on cloud help center and configure the on-premise system as well as cloud system.

 

but when i check for the connection from on-premise system to cloud using Ping Test (Connection Test From SM59) it gives error as shown below.

 

"SRT Framework exception: Service Ping ERROR: Error when calling SOAP Runtime functions: SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED"

 

1) What is the prerequisite step(configuration) in on-premise system ?

2) What is prerequisite step(configuration) on cloud tenant ?

 

kindly help me if anyone have already configure the Account 360.

 

Many Thanks,

Mithun

Restricting account lists visibility in Cloud for Sales

$
0
0

I have a prospect with a unique requirement to allow agents/users to only see account and contacts for which they have searched. The use case is that someone calls into the customer hotline and the user has the ability to search for that person in the system. This "caller" (which would be a contact record) may or may not be assigned to another user. The user should only be able to pull up that caller's information which was either entered in by another agent or imported into the system by the admin. Typically the search capabilities of the system are based on assignment rules; however, this customer only wants the user to be able to see the accounts, contacts associated with a specific search term. Is this enhancement possible?

Navigate to Opportunity TI using OBN

$
0
0

Hello Friends,

 

As per the requirement we have extended the Opportunity BO with the ID field.

Now client wants to navigate to the Opportunity from this field.

 

So i have chosen the option "Change Field-ID Configuration" option from the Extensibility explorer.

I want to navigate using "OBN Configuration" option.

 

But after selecting the BO as Opportunity, I am not getting the link to TI. Please find the below screenshot

 

 

Whether is this is the correct way? Or I am missing something ??

Kindly suggest your thoughts/suggestions on this.

 

Thanks in Advance.

 

Regards,

Ravi

Viewing all 1333 articles
Browse latest View live


Latest Images

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