Hello everyone,
I need the functionality to send my PDF Form to Outputqueue. I have found that this functionality was not available. Is it still not available?
Regards,
Boguslaw
Hello everyone,
I need the functionality to send my PDF Form to Outputqueue. I have found that this functionality was not available. Is it still not available?
Regards,
Boguslaw
Hi All,
We have added some logic in BeforeSave event in Sales Quote which is required for the Quote form and it is giving us performance issues when saving the quote.
Ideally this logic should trigger only when a quote is previewed, since there is no ABSL scrip or event exposed for preview we had to choose the BeforeSave event.
Since we are facing performance issues we want to stop triggering the logic whenever the Quote is saved.
We checked the Event handler EH_Preview and ABSL scripts there is no option to add a logic in that, or to add a custom action to the preview which will have this logic.
Please suggest how we can make this logic to trigger only when the quote is previewed.
Thanks and Regards,
Ajith J.
Hi Experts,
While clicking on new button in OWL account screen we will get the QC of the account there by default the prospect check box is gets checked so i'm getting role as prospect.
How to make the prospect check box as unchecked by default so that user can create only the customer and if they want to create prospect they can able to check the prospect check box.
By default i'm getting as below.
It should be as below by default.
Kindly help me to solve this.
Thanks,
Siraj.
Hi,
I'm currently trying to create a Purcase Order via ABSL action and get errors regarding Partner function missing for the Supplier but the SellerParty is populated with data and the Supplier shows in the OIF.
Has anoyone here tried to create a Purchase Order via ABSL?
hello everyone ,i'm quiet new SAp C4C consultant and i need to convert the Quantity value into a string . the problem is the quantity number has the decimal value as well but when i want to convert it to string i won't get the exact number .
in my case when i try to convert 500 to a string i will get 500.00
Dear Expert,
We would like to find web service that using for confirm service execution based on Sales Order.
The requirement is customer will create orders in external system then collect the payment will be handled in ByDesign. But they would like to track cost of services so we cannot start from Invoice Request which can track only revenue side.
Therefore, when they complete services in external system, we would replicate the order in ByD again. And it should be able to generate and release Service Execution Confirmation to track cost as well. (items in ByD will be assign with item group "Service - Time and Material")
Now we can find web service to create sales order but cannot execute service confirmation.
Please kindly suggest if you have any idea about this.
Regards,
Mullika
Hi all,
I have this simple requirement to ensure that when saving Contacts, either the email or the telephone should have a value. If both are blank, issue an error message.
I am using SAP CLoud APplications Studio. I have created an extension of the BusinessPartner BO but I understand that this may contain not only Contacts but others like Sold-To , etc.
In Validation:OnSave logic:
1) How can I check that it is only validating Contacts and not other business partners?
2) How do I access the current values of Email and Telephone fields of the QC screen? I tried
this.AddressInformation.AddressSnapshot.Email or Telephone
or
this.BusinessPartnerRelationship.ContactPerson.ContactWorkplaceAddressInformation.AddressSnapshot.Email or Telephone
but the above have no Content in dropdown (only Count, GetFirst, etc., which still gets invalid syntax message).
3) Are the Email and Telephone fields allowed to have multiple entries?
Sorry, still a newbie to this. Hope anyone of you can help me.
Many thanks.
Dear experts,
I have requirement to create extension field for running no. of sales order, purchase order and opportunity.
I have added extension field in standard business object, add logic at event On-BeforeSave.
My logic is just check if it is not set. Then calculate running no. with some condition and set it. (It will be called everytimes when business object are saved)
That's works.
The problem is when I create by copy from existing document (sales order, opportunity and purchase order). SAP ByD replicate the value of extension field automatically to the new document. That make my code can not execute as it just check the value is set or not set and that extension field always have value from existing copied document.
How could I solve this problem ?
Best Regards,
Krit R.
Hello everyOne,
i have a number with lenght of two , for example 65 . i need to calcolate in Sap C4C that 65 is which day of which month of the current year?
is there any library to do that?
any idea?
Hello evrybody,
is there anybody who is expert in add duration in Sap C4C .
i need to add a number to an scpecific date and calcolate the new date.
for example i need to add duration of 32 days to 01.01.2016 and calcolate the new date.
THX
masoumeh
Hi Experts,
Is there any way to capture SAP standardmessages through ABSL or ruby script ?.
Regards,
Senz
Hi All,
Can some body explain me how in real world we can use multi language data types for example MEDIUM_Name.
If I am understanding the logic behind. The way should be something like:
1. Create BO for your multi language Master data
1.1 It should contain node Description like following
node Description[0,n]{ element Description : MEDIUM_Name }
1.2 You create screen with Advance list for Description each line one Language ( I hope this is the right way if not correct me.)
2. Create BO for Transaction data .
2.1 And here becomes the mess.
2.1.1 I assume that I should create one data element like element
element Description : MEDIUM_Name
And probably on loading event I should find the proper language and extract the correct data from Master data BO.
or.
2.1.2 Or I should keep all language data in Transactional BO with :
node Description[0,n]{ element Description : MEDIUM_Name }
But somehow I should have the current language only probably in second field.
So the question is what is the idea behind Language dependent text and how is the right way to use it.
Best Regards Ognian.
Dear Expertise,
We have declared extension node in service request XBO rather than creating the new BO for reference to service Request. how can we extend this node element fields to Service Ticket inbound and outbound service and Report and Forms.. In generic terms how can we utilize enhancement feature and process extension feature for extended node.
Regards
Naveen Kumar N
Hi,
Can I have some advice please? Our requirement is as below.
1.Create SalesOrder 1 (wiht Internal source of supply) and release.
2. Run Supply Planning for SalesOrder 1 ordered products.
3. Supply Control -> Process Purchase Proposal -> Release -> PurchaseRequest is created
When we create Purchase Order from that Purchase Request, is there has some workaround to know original SalesOrder 1.
Because we have some custom extension fields in SalesOrder and we need to take that fields to Purchase Order.
Thanks and Regards, May.
Hi Experts,
We have created custom solution in our development system and we have created below object in that solution:
1) Custom BO with Thing based screen
2) Embed component and add to Account Screen using above custom BO
3) embed component using XBO CustomerQuote business object and add into Sales Order Screen under Overview tab.
Now in development system all custom object as well as embed component working fine without any issue.
We have assemble and download solution from DEV system and uploaded into QA system and we have checked embed component on Sales Order screen under overview tab not available. We have check using debug mode and data coming in embed component and run the ABSL script also at the time of load the embed component, Also other custom object like Custom business object and embed component created on Account screen working fine.
Same problem we are facing in Production system.
Can anyone have idea how to fix this is there any way to fix from SDK or front-end.
Thanks,
Mithun
Hello Guys....
We created an Odata service in other system, But i want consume that Odata service in c4c. I red many blogs i did not get proper solution, I found an option in Administrator menu called External Odata Service Consumption , in that menu I clicked a new Button, After I enter the Sernario name ,but Its throwing an Exception.
Please can any one help me , how to consume the External Odata Service in C4C and Whats the Use of that option ?
You ppl can refer the attached image for the exception which i got.
Hi All,
Good day!!!
we are having one customer required to pass the Quotation mark (") in the scripting for string fields,
for example
In the custom BO, one element String field
in Before save, need to pass data as this.String = "; i.e in screen String : "
if any one knows who to pass the Quotation let me know.
Regards,
Rudhra
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
Hello,
We have an XBO for Opportunity. It was created in 2014. SAP has enabled other nodes in Opportunity for extension later to that, for eg SalesForecast.
How do we include this extension to our XBO so that we can use error messages etc.
When I tried to manually insert, it created two nodes with the same name and created a lot of mess.
Anyone ran into this and fixed it?
thanks
Mahesh Tatini