Quantcast
Channel: SCN : All Content - SAP Cloud Applications Studio
Viewing all 1101 articles
Browse latest View live

Displaying different descriptions according to connection language

$
0
0

Dear experts,

 

I don't know how to display different descriptions according to connection language in a custom column in standard product's tab in standard sales quotes. Indeed, I can not create script of after loading event which could help me to fit my requirement.


If one of you has any idea, it will be really helpful.

 

Thanks in advance.

 

Regards.

Maurin


Address Creation on BeforeSave event for Contact

$
0
0

Hi,

 

I am trying to copy mobile number from the related account to the contact in "BeforeSave" event as long as this field is empty for the contact. I am facing the problem that the field on the contact's address is not set and when  I try to instantiate it using the function "Create()" the program dumps.

 

could somebody help here please?!

 

10.03.png

 

thanks

Bahjat

Change of status in Advanced List Pane on selecting from setting icon

$
0
0

Hi,

 

PFA

We are working on replicating a standard BO Contract . Our Custom BO is "CONTRACT" and there is a pane in Item tab on its TI screen.

We have a requirement to change the status of a field in Advanced List Pane inside item tab using Setting icon on the right top of pane as shown in the

attached Screenshot. We want to do using event handler type "BO Action".

Could you please suggest us the appropriate methods to achieve this .

 

Regards,

Deepak Singhal

Transform a SalesOrder into an OutboundDelivery and release it

$
0
0

Hi,

 

We're trying to implement a specific process using ByDesign and Cloud Applications Studio. What we're aiming for is that whenever a SalesOrder is created with a certain flag on it (custom extension field), an OutboundDelivery with the same items and quantity should trigger right away.

 

Currently an OutboundDeliveryRequest is automatically created, but I could not find a way to release this request and start the actual delivery.

 

I tried this code on the BeforeSave event of the SalesOrder:

foreach(var item in this.Item) {  item.CheckProductAvailabilityAndConfirm();  item.FinishFulfilmentProcessing();  item.ReleaseToExecute();
}

And this on the BeforeSave event of the OutboundDeliveryRequest:

foreach(var schedule_line in this.Item.ItemScheduleLine) {  schedule_line.RequestDeliveryExecution(true, true, empty_UUID, false, true, false);
}

 

The only thing I achieved is making a SiteLogisticsRequest appear with the status Released, but no OutboundDelivery in sight.

 

Does anyone know how to do this?

 

Thanks a lot,

How to read content from a word file and show it on C4C UI field.

$
0
0

Hi Experts,

 

in one of the business requirement, we are uploading a Word doc file using FileUpload standard control,

but how could we read out the content of file and show it in some other field present in screen or use that content of file further ?

 

Thanks,

Bhupinder.

SAP ByD web service - How to do timeout configuration

$
0
0

Dear experts,

 

 

I have a requirement to run very heavy web service with large amount of Invoice Request.

 

My client application is JAVA which is implemented with JAX-WS and calling web service ManageCutomerInvoiceRequest of ByD system.

 

 

It working fine when I have 100 invoice requests. But when I have 1000 invoice request.It is not success to calling web service.

 

 

ByD system return this message below.

 

<FONT SIZE=1 color=#555555 >-5-

vsa0353_WEB_80-

Connection to partner timed out after 580s-

myxxxxxx.sapbydesign.com-

Thu Mar 10 08:08:03 2016

</FONT>

 

 

I think 580s is default timeout configuration of the system. How can I modify it ?

 

 

Best Regards,

Krit R.

Access context on custom business objects

$
0
0

Hi,

 

     Requirement: Access restriction on custom business objects

 

     Currently: There are three business objects that have an association to Customer Master. Access needs to be restricted to these 3 business      objects entries using the same access restriction as that of customer.

     An ID field within the business object which is the same as account id in customer master is used to assign the association to the                                    corresponding customer.

 

      Please find below the steps followed:

 

       a. [RelevantForAccessControl] annotation added to the association.

       b. Assigned the association to the corresponding customer using the common ID field

       c. Access Check Mode is set to "PrivilegedExceptAccessControlBusinesssObjects" under RBAM DATA for all screens associated.

        d. Unchecked the unrestricted option under authorization classification

        e. The access context under RBAM DATA for the work center is set to 1014 Account.

 

     Even after performing these steps, the restriction does not happens. And all users are able to see all entries of the custom BO.

   

 

Regards,

Hari Sankar

How to make a row readonly.

$
0
0

Dear All,

Require help in below issue.

While adding a new item in sales order ,based on some conditions on product id , a new row is added automatically below which is from After modify event.This part is working fine.

Now I need to make this newly created sales item row (which is added from code) READ only.

 

How can I achieve this?

 

Thanks,

Resmi


Mutiple selection of data

$
0
0

Dear  Experts,

 

Iam having a custombo . In UI designer I wanted to achieve a functionality like the one in attached.

ie, i have text box and a button next to text box.On click of button a popup opens (like attached) and I should enter id (multiple id)in popup.On close of popup, these ids will be populated in text box and on click of a search button , a query will be executed with an IN condition to ids.

How can I achieve this ,I am new to this. I have checked in documentations and found that using OVS multiple selection is not possible.So how is this possible. Please explain in steps. This actually blocking me to continue my development..

 

 

Thanks,

Resmi

Cretae Event-afterModify at Business Object Extension Activate Error

$
0
0

Hi, experts

 

I Extend custom field on Customer, I create script file AfterModify

activate Event-AfterModify is OK

but activate XBO show error

 

 

2016-2-26 下午 05-55-06.png

 

Excuse me, How can I do to use aftermodify.absl at customer's XBO object

 

 

regard,

Daniel.

How to begin? It is possible to develop on my test tenant?

$
0
0

Hello,

 

I would like to know if it is possible to make changes in my demo tenant?

If yes I would like to understand if it exists some kind of tutorial in ABSL, BODL and SAP Ruby?

How can I do to start in application studio? (Download, studio configuration, connection with my tenant...etc)

 

Thanks in advance

Best Regards,

João Miguel Marques

Refreshing Advanced list pane

$
0
0

Dear all,

 

I have an advanced list pan in one of tab of my TI. User can create the "Opportuynity" and by code i am assingning the opportunity to my tabel ,

but user does not want to press refresh button , is there any way where we can refresh the advanced list pan once the QC is closed?

 

QC i am calling by assigning thing type.

 

HElp is much appriciated

Regards,

Dhruvin

New Custom BO' Name in Menu

$
0
0

Hi experts,

 

I create two Business Object in the a WorkCenter, on the left Menu

show "New MonthlyTargetAmount", How to modify the display of the word.

2016-3-13 下午 07-21-50.png

 

 

Best regards,

Daniel.

Expose custom field in standard web service (QueryBusinessPartnerIn)

$
0
0

Dear experts,

 

Is it possible to add custom fields to the standard web service described below?

 

Inbound Service Interface (public)


SAP does not release this as a standard comm. scenario when building a comm. arrangement out-of-the-box.



Thanks,

Vincent

Extend Standard Outport of Lead BO

$
0
0

Dear Experts,

 

i would know if it is possible to extend a standard outport of a standard object. In particular i would need to extend the public outport of lean lead root in order to pass several parameters from my custom EC that contains extension fields (dependent code lists).

In my example below only "ProductCategory" was inserted in the inport om the EC.

 

If i rename the ProductCategory parameter as Parameter of my EC inport, the content is passed to the Lead TI thanks to the param "Parameter" of the lead outport.  But just this one.
So i would to extend the standard outport in order to pass from my EC inport several parameters to the lead TI.

 

 

Thank you very much

Image 4.png


How can we convert a word file into PDF ?

$
0
0

Hi Experts,

 

in one of the business requirement i am uploading and making changes in word file and i have to save it as PDF or kind of convert in PDF,

 

Is it possible in C4C cloud studio, if yes could you please help me how could i achieve it ?

 

Thanks,

Bhupinder

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

Extended Edition (Android) - Offline

$
0
0

Hi,

 

Does anyone know if custom BO's are supported offline in the extended edition?

 

Thanks,

Sam

How to create navigation to a custom BO's TI Screen from Standard Account Screen

$
0
0

Hello Experts,

 

I have created one Custom Business Object with TI Screen and also an Embedded Component.

I have added the Embedded component to the standard Account Screen.

So in the Embedded component when I click the ID, it has to navigate to the custom BO's TI Screen.

 

Capture.JPG

 

As shown in the above image, MISSION CRITICAL APPLICATION is the Embedded Component.

So when I click on Manufacturer i.e 12345, it should navigate to the custom BO's TI Screen.

 

So please help me to complete this requirement asap.

 

Thanks in advance.

 

Komal

Opportunity TI - Add product

$
0
0

Hi all,

 

could any please explain me how to add extension fields to the opportunity product quick create.

 

I have created an opportunity business object extension and on the ITEM node I added some extension field.

Now, I need to add those extension fields to the create/add view/pop-up available on the opportunities.

 

 

Add product (item).png

 

kind regards,

 

Andres

Viewing all 1101 articles
Browse latest View live


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