Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
SHagen
Product and Topic Expert
Product and Topic Expert
12,374

How to connect the Cloud Applications Studio to a Tenant





How to make an extension ID field a link to another BO instance





How to create an extension Field with a Object Value Help





How to add an Extension Field to the Migration Template





How to add an Attachment View





How to add an Embedded Component to a standard BO without using a Custom BO





Common Mistake: BusinessPartner Common vs. CurrentCommon Node



The time dependency is exposed in C4C only on the Employee Business Object. However all Business Objects that use the BusinessPartner (Employee, Customer, BusinessPartner) are technically using the same concept.


26 Comments
TomK
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

thanks for providing the videos! I have another question which is should me similar to the attachment view, but I cannot find the right embedded component to be added to my custom object.

Like shown for attachments I added the Dependent Object "TextCollection" to my BO, but in the folder BYD_COD/SalesOnDemand/Reuse/ I cannot find a view to be reused for the TextCollection.

Do you have any advice how to proceed?


Thanks and best regards

Tom

SHagen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Tom,

the TextCollection is used to store text. I assume you like to store a long note or description.


There is no embedded component for this. If you are in a custom UI, you can simply drag the text.content node from the text collection in your BO model to the UI.

Then you can alter the properties width and rows of the generated text field in order to generate a big note/description field.

Let me know if you need more details on this.

Best Regards,
Stefan

TomK
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Stefan,

what I intend to do is to add a Collection of Notes to my object - not a single field. You may know this from the On-Premise CRM.

There should be a view with a table, that should include multiple notes (like having multiple attachments like in your video).

Thanks for your help.

Best regards

Tom

SHagen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Tom,

I understand. In this case you can to use the „[MultipleTexts]“ annotation in front of the TextCollection node definition.

This would also allow you to use this Embedded Component to store multiple texts:

I have never implemented it myself this way. But got that tip from my colleagues horst.schaude and jens.limbach

Best Regards,
Stefan

TomK
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Stefan,

thanks for the hint. Unfortunately this component cannot be used for a view, that is also supposed to be used on tablets. On activation I get the following error msg.:

Thanks and best regards

Tom

SHagen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Tom,
I'm running out of ideas now... I would advice to open an incident and ask if this EC can be released for iPad use. But before that, I would remove the iPad tag from the EC and see if it works on the web as expected. Just to verify if it is working as expected from a functional point of view.

Best Regards,
Stefan

TomK
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Stefan,

thanks for the advice. Could you kindly let me know where I can remove the iPad tag from the EC? I am not finding it by myself :-(.

Thank you very much!

Best regards

Tom

SHagen
Product and Topic Expert
Product and Topic Expert
0 Kudos

I mean the EC you created (or the TI screen - the host screen on which you want to implement the SAP EC). It is the property "Tags" on the screen itself in the UI Designer. It might have a dependency up to the WCView if you have generated a screen scenario.

Or - if not too much effort, you could create a temporary test solution and create a scenario there without tablet and add the EC there. Might be the easier way.

Best Regards,
Stefan

TomK
Product and Topic Expert
Product and Topic Expert
0 Kudos

I needed to remove the Tablet Tag on the WCVIEW as well as from the TI screen. Only removing it from TI screen is insufficient -> error names a dependency as reason.

The embedded notes view is now available, but unfortunately the add-button is bugged after adding the first note. I will open an incident for it.

Thanks for your help Stefan!

Best regards

Tom

Jacques-Antoine
Active Participant
0 Kudos

Awesome blog Stefan!

Thank you!

Sincerely.

Jacques-Antoine

Former Member
0 Kudos

Hi Stefan,

THANK YOU SO MUCH! I was wondering how to add my (SDK) extension field to the Migration Templates since for SDK extension fields there is no way to define a "Further usage"!

All your videos are very well explained!

Best regards,

Joost

dhruv_mehta
Active Contributor
0 Kudos

Simply superb set of videos ,  i hope more videos are on the way! :wink:

RaviTejaGuptha
Active Participant
0 Kudos

Hi Stefan,

Thanks a lot for these good tutorials.

When we are trying to add OVS to the extension field of opportunity, the buttons are disabled. Please find the below screenshot

Thanks in Advance for your valuable suggestions.

Regards,

Ravi

Former Member
0 Kudos

Hi,

Can any one explain how do we modify the standard BOs in SAP C4C.

If i want to add some validation and make the fields like required etc..

TomK
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Maheshkumar,

you may have look at Jens's Blog. http://scn.sap.com/community/business-bydesign/studio/blog/2014/04/02/video-how-tos-for-sap-cloud-ap...

See section "Extensibility".

Best regards

Tom

RaviTejaGuptha
Active Participant
0 Kudos

Hi Guys,

Can anyone help me to link the Opportunity TI by using "Configure OBN" option.

When i have tried to do it, Open is not having TI page for the Opportunity.

Kindly let me know if you need more details.

Thanks,

Ravi Teja

SHagen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ravi,

maybe this post can help you?

How to make a custom Quick Create from EC/TI work in iPad (C4C)

Best Regards,
Stefan

RaviTejaGuptha
Active Participant
0 Kudos

Hi Stefan,

Thanks a lot for your suggestion. But for the Opportunity BO "Exposed as OBN BO" is already checked.

Please find the below screenshot

And I am trying to call the Opportunity TI from the Opportunity extension field. So the OBN wizard is not available.

Let me know how to proceed in this case.

Thanks,

Ravi

0 Kudos

Great videos! Thanks!

Former Member
0 Kudos

Very useful videos. It clarify those points ! Thanks Stefan !

former_member190501
Active Contributor
0 Kudos

Hi Stefan,

Thanks for nice Videos.

I am trying to embedded standard BO ( Account ) with custom BO under Sales Data view.

My Custom  BO has following Elements:

Account ID, Sales Org, Distribution Channel, .....


I had successfully Binded InPort based on Selected Account ID to get the Custom BO details for selected Account.

My requirement is under Sales Data view when user select one of the row from the list then my custom BO data has to be filtered based on selected Sales Org and Distribution channel which are there in the selected row.

Is there any way to achieve this.

Thanks in advance.

Raju

dhruv_mehta
Active Contributor
0 Kudos

hi varaprasad kindly create a discussion to start a conversation or to ask question.

former_member190501
Active Contributor
0 Kudos

Hi Dhruvin Mehta,

Thanks for the suggestion.

I did as suggested at this discussion.

Thanks,

Raju

astrid_burghart
Participant
0 Kudos

Hello stefankrauth,

I watched your Video Cloud Application Studio: Add Facet (Embedded Component) based on BO Extension.

It was great explained, but I still facing the Issue, that when I load the EC in the Account, the Inport Field Account ID is filled, but then I get an Error.

The CustomerID field stays empty and an exception Message pops up, so I have to close the screen.

I checked you Video twice, to be sure, that I don't miss a step.

Does this Video still works in Version 1511?

Thank you and best Regards,

Astrid

dhruv_mehta
Active Contributor
0 Kudos

there is some problem in mapping can u u share a screen shot?

jasmin_schaad
Explorer
0 Kudos

Hi Stefan

Thanks for the good tutorial.

Just one further question to tutorial "How to create an extension Field with a Object Value Help"

I like to show the description in stead of key. Unfortunately the presentation mode has no impact.

Is there another way to get the description and the ID?

Thanks for help.

Best regards

Jasmin Schaad