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: 
Archana
Product and Topic Expert
Product and Topic Expert
Business rules have always been a brilliant tool to automate decisions or achieve validations or define complex regulatory or compliance rules etc. This tool has evolved over time and again with change in platforms ranging from ABAP to Cloud. With recent innovations and change in strategy, SAP Cloud Platform Business Rules is to become the central tool to author, manage and extend rules.

This means that business rules modelling in cloud has to be enhanced with best-in-class features and capabilities from all these different rules technologies – and the enhancement has to be made such that it ultimately eases the development effort of business users and application developers. One area of improvement was the need of value help while authoring rules that are (a) based on fields which have some predefined values in the backend system or (b) based on a fixed set of approved values based on organisation and department. For examples: country codes, currencies, financial document types, product ids from backend ERP or Ariba systems or list of country specific benefits from SuccessFactors etc.

As business rules are highly customizable and changeable based on organisation’s need and market trends, it is important to have such features (like value help) which ensures that business users don’t have to remember or contact the backend expert to search for these value list instead they are smartly available for them while modelling or updating the rules.

In this blog, I am going to explain you on how to work with value help in SAP Cloud Platform Business rules. To start with, here are some quick information:

  1. value help is available for the attribute in data object

  2. value help is offered in two ways (a) static and (b) dynamic.

    • Static value list is manually defined while authoring attribute

    • Dynamic value list is fetched from the backend configured system which could be any SAP, non-SAP, cloud or on-premise system. For this, the backend system must expose OData or REST-service that would be consumed by business rules to obtain the required value set.




Let’s start …

STATIC VALUE LIST

  1. To model static value help, navigate to attribute of the data object and switch to Value Help tab



 

  1. Click on Edit (on top-right corner) and click on + button to add a new row.
    Then, select the Value List option to create static value list



 

  1. Click on Value Help row. It will lead you to the screen from where you can create, save and update the key-value pairs for your value list.



Note: Once you create a value help pair, you cannot change the value(key). You can only change the description. When you want to model the rule, you will see both key-value and when you select one pair, the key gets shown and persisted.


 

  1. If the attribute has value help assigned to it, then you will see “Select from value help” option on the top while editing the rule using auto-suggestion option.



 

  1. On selecting that option, you will see static value list in the new pop-up.
    note: you can search for the value or description like AGR or Argentina based on the exact text.



 

  1. Once you select, the value (or the key) gets selected and persisted in the business rule



 

DYNAMIC VALUE LIST

  1. If you want to use dynamic value list, then you first have to create destination. This can be done from SAP Cloud Platform cockpit.



 

  1. Next, you have to configure the system in SAP Cloud Platform Business Rules. To do so, you can use Configure Systems views --> add a new system --> give any name of your choice --> give the same destination name as created above and keep context-path as empty, as shown



 

Choose this system as System property of the project


 

  1. Navigate to the attribute of the data object. Switch to Value Help tab and add a new value help with Service URL Mapping option



 

  1. Enter the information of the service URL that would be triggered to fetch the values



 

rest how you use auto-suggestion for dynamic value help is the same:



 

This feature is available in all factory accounts and trial. Try it out for and let me know if you face any issues or need any further assistance with this feature. For more information, you can read the help documentation

 

 

 

 
29 Comments