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

C4C - Processing an Attachment

$
0
0

Hi All,

 

I have a requirement where I have to click on a button (inside a Sales Quote) and trigger an action which changes data from products based on an the content of an excel or csv attachment.

 

Has anyone achieved something similar? Any advice or learned lesson that you could share?

 

Thanks in advance.

 

Alejandro.


Deduce dump cause from incident context?

$
0
0

Hi,

 

Background Info: I've got a slight problem with a Field Transformation causing a dump, upon loading the OWL I get a dump straight away (without executing the library ABSL). I've checked the data types etc... and it all seems fine.

The Field Transformation has an import of a UUID (AP.Common.GDT) and a return of LANGUAGEINDEPENDENT_EXTENDED_Text (AP.Common.GDT). Seeing as the ABSL is not executed it's hard for me to find the cause.

 

Question: When the dump occurs I can create an incident (not sent to SAP) and see the incident context. Can anything in these logs help me deduce what is causing the dump ? I've had a look but I cant see anything that stands out.

 

Many Thanks,

Will

How to show a custom popup or modal window in enhaced view.

$
0
0

Hi Experts,

 

I have a question, i need to show a modal windows in the sales quote TI. basically i need to trigger in before Save Script a event handler and show a custom modal window.

 

There is a way to make this?

 

thanks.

 

Regards,

 

Pablo Ilich

Change Business Partner of Register Product in SDK

$
0
0

Hi experts,

How it's can be possible to change Business Partner of Register Product in SDK (re-assign Register Product from one Business Partner to another Business Partner. Without Installation Point and without Installation Base) ?

 

Thanks in advance.

Eugene

REST Mashup

$
0
0

Hi Experts,

Horst Schaude, Alessandro Iannacci, Mithun SutharVinodkumar Kommineni

I have created the REST Mashup when i executing it is throwing SERVICE_ID invalid. Below are the steps which i have followed for achieving the requirement.

 

Step 1: Creating of REST Mashup

2015-12-24_15-57-39.png

Step 2:Entering the details of REST Mashup

2.png

In the above step if it has input parameters do i need to provide API key in all parameters or to the field which ask for API key.

From here i am stuck with this.

 

1. How do i make it to communicate it with target system. Is it required to create the communication system and communication arrangement. if yes where should i provide the details like service id ect of REST Mashup.

2. How to embedded it on the screen.

3. For R&D purpose i have executed it with the ABSL script. It throws the error in invalid service_id.

6.png

3.png

The above is first method which i followed but i din't achieve successes.So i tried alternate way.

Step 1: I have created External service integration with REST URL.

Step 2: Create Communication Arrangement and Communication System.

Step 3: Executed it with ABSL Code.

4.png

5.png

With this i am able to get the data successfully. But stuck up how to embedded REST API which has screen/display container.


Please help me how to create REST Mashup and can share your experience with REST API Mashup.


Thanks,

Quddus.

 

ActionValidation Code not being called....

$
0
0

I have a Release validator on the sales order... when I debug / trace/ or even just release a sales order after the code is activated it never calls the Script.. I have cleaned it , checked it, checked it in and checked it out.. What am i missing here.

 

 

I should also note that the after modify works and the before save also works just not the

SalesOrder-Root-ActionValidation-Release

 

Also it does call SalesOrder-Root-Validation-OnSave.absl

Business Configuration

$
0
0

Hi Experts,

 

I'm researching to make Google API integrated with ByD.

 

I got a document that i have to configure some things i don't know what it is as pic below

 

3-5-2559 10-43-38.jpg

 

Best Regards,

 

Thanarat

How to select and move multiple rows of advance list pane to another advance list pane

$
0
0

Dear all experts,

 

I  now developing PDI solution which is displaying the list of  invoice  documents. Then I need to let end-user select any invoice

 

from 1st advance list pane to 2nd advance list pane. For now I can make it to be able to select each row only 1 by 1.  But in actual work, There are so many  invoices document to be selected (more than 100+).  By selecting 1 by 1 is very inconvenient.

 

 

How to  make this functionality work ?

 

I need to make it selectable for more than 1 row and move it to other list at once.

 

5-3-2016 10-16-40 AM.jpg

 

 

 

 

Best Regards,

 

Krit R.


Field-symbols in ABSL?

$
0
0

Dear experts,

 

Do you know if there are some instructions like field-symbols of ABAP in ABSL?

 

Thanks in advance.

 

Best regards.

Maurin

Service Level determination using Absl programming!!

$
0
0

Hi Experts ,

 

We have some Service Level set up for Service Tickets , we need to use the same in our After-Modify code .(ABSL SDK code)

We see the standard field  ,

 

Please help me to gain some knowledge of how to use the Standard Logic in the C4C system available.

 

 

BR'

Daljeet

Problem in calling rest api of Adobe E Sign for POST method

$
0
0

Hi Experts,

 

I have consume the REST API of adobe e-sign for uploading the document by using the POST method.

 

I have tested it by using the POSTMAN tool and its working fine there but how to build the same request through ABSL.

 

In the below screen the request accept one header parameter with access token and remaining parameter in body.

Adobe_DocumentPost.PNG

 

In ABSL i have build the header parameters,communication scenario,Http method and all other parameters as required for rest API call but how to build the body for this request as it is showing form-data.

 

 

Thanks,

Siraj.

How to read marketing Attributes assigned to Account or Contact

$
0
0

Hi.

 

I have a need to read Marketing Attributes assigned to given Customer or Contact  and display the text related to attributes in a table. When i look at BusinessAttributeAssignment BO there is no Query available. Also BusinessPartner and Customer BO do not have anything related with Marketing attributes that i can find.

 

I need the text of Attribute set , Attribute name and Attribute Value in a tabular format for given BusinessPartner.

 

Regards

Apoorva

Dynamic code list from an external system in a SDK field

$
0
0

Hi,

 

In our C4C project we are not using a middleware (neither HCI nor PO) for integration to SAP ERP (I know, I know; not best practice, but as a consultant I'll have to move on). Customer has lots of z-fields in their landscape and possible input values of those fields are a lot (for ex, a z-field has more than 100 possible values). In our project scope, all of this functionality will be handled in C4C, so we are creating new fields via Studio.

 

Now our question is, how would it be possible to maintain the possible codelist values for those fields in runtime, dynamically? What should the data type for this Z-field be, and how can we read the possible values of that field from its customizing table in ERP on runtime and validate the field on C4C accordingly?

 

Fyi: For starters, we created a remote Z-function in ERP with an importing parameter as table, and when you give the customizing table name to this function, it returns the possible values of that table. We can create a web service for this function, but how do we call it from the codelist functionality?

Hide Columns Using 'Show' Drop-down

$
0
0

Hi all,

 

Is it possible to hide columns using the 'show' drop-down, which I believe is powered by the query default sets? Basically I have a custom OWL. Some of these columns will always appear, but there are also two columns for each week day. The customer wants to have five entries in the drop-down (Monday--Friday), such that when each one is selected it will only show the two columns for the selected day and hide the other 8 day-related columns. How do I do this?

 

Lewis

Deduce dump cause from incident context?

$
0
0

Hi,

 

Background Info: I've got a slight problem with a Field Transformation causing a dump, upon loading the OWL I get a dump straight away (without executing the library ABSL). I've checked the data types etc... and it all seems fine.

The Field Transformation has an import of a UUID (AP.Common.GDT) and a return of LANGUAGEINDEPENDENT_EXTENDED_Text (AP.Common.GDT). Seeing as the ABSL is not executed it's hard for me to find the cause.

 

Question: When the dump occurs I can create an incident (not sent to SAP) and see the incident context. Can anything in these logs help me deduce what is causing the dump ? I've had a look but I cant see anything that stands out.

 

Many Thanks,

Will


SAP ByD - Create confirm dialog

$
0
0

Dear All

 

 

I would like to know the way to create confirmation dialog which is able to let end-user choose YES, NO or even cancel.

 

 

Something look like standard program  as image below .

5-6-2016 6-10-24 PM.jpg

 

Thanks in advance

 

Regards,

 

Krit R.

Set DefaultSet Based On Day Of Week

$
0
0

Hi all,

 

Following on from Hide Columns Using 'Show' Drop-down, the customer would like, when they navigate to my custom OWL, to have it automatically select the drop-down based on what day it is. If it's Monday, for example, they'd like to automatically see the Tuesday entries, and so on; they typically want to use this screen to see the next day's tasks. I've stuck a data field in the data model and given it the type 'Date'...but a) I can't see a way to associate that to a runtime property such as current system date, and b) I can't think how it's possible to dynamically select the drop-down. Is such a thing possible, or shall I tell them to forget it? Thanks.

 

Lewis

Mass data run-Custom field update with system date on daily basis

$
0
0

Hi Experts,

 

 

 

I am trying to make a custom field in customer's screen and field will be updated daily automatically with current date of the system. But I am not aware of the process how can I do this and process of mass data run so that field can be updated automatically on daily basis? .

 

 

 

 

Best Regards,

Pragati

How get and Storage PDF forms in ABSL (ByD)?

$
0
0

Hello,

 

I need to generate the PDF form from customer Invoices documents and storage that in a Bussiness Object. I have to do this in ABSL like an automated action.

 

Any idea that how I can generate the form in ABSL?

 

Regards

Customer BO Address

$
0
0

Hi,

 

I'm trying to edit an existing address on the Customer BO using ABSL, however I cant seem to actually get the values to update. When debugging I get no error messages.

 

Customer.AddressInformation is write-enabled so I'm not sure why this isn't working...

 

query_customer = Customer.QueryByIdentification;

query_customer_selparam = query_customer.CreateSelectionParams();

query_customer_selparam.Add(query_customer.InternalID , "I", "EQ", this.AccountID);

query_customer_result = query_customer.Execute(query_customer_selparam);

 

foreach (customer in query_customer_result)

{

     customer.AddressInformation.GetFirst().Address.DefaultConventionalPhone.FormattedNumberDescription = this.ByD_Phone;

}


All of the associations are set.



Any idea why this isn't working?


Many Thanks

Will


Viewing all 1333 articles
Browse latest View live


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