Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vijay
Active Contributor
6,884
With S/4HANA comes the concept of Extensibility and with In-App extensibility comes the restricted ABAP. If you are new to S/4HANA Extensibility concept , there are ample of good blogs available and  you can check one of my blog also here.

As we all know, inside the custom logic BADI's we can use only restricted "ABAP for Key Users" which allows released/Whitelisted  API's or CDS views . And most of the time we need options like calling own custom CDS view , Classes ,FM or BAPI and feel helpless as it is not allowed ...


 

A thought comes in the mind, can't we make custom CDS views , classes , FM or BAPI as whitelisted??Unfortunately SCFD_REGISTRY doesn't allow that.

Then is there any other way???...  and the answer is YES... Awesome..isn't it? it can make our life much easier...


So , before we see how to do it, one important point, We can't use FMs/BAPIs directly inside Web based editor /Custom logic. So, we need to create wrapper classes around them to use them inside web based editor.

Now , the important question, how to make custom classes or CDS view whitelisted or released ??

So, we can do that using the Eclipse ADT properties. Once, we we ready with Custom CDS view or class we want to use , we need to follow the steps below.

  • Go to the Eclipse and open the object to be released/whitelisted.In this case I have selected the CDS view. Click on the properties tab highlighted in below screen shot.





  • Select  "API State" in the left window and click on "Add Release Contract".





  • In the next screen, select the "Use System-Internally (Contract C1)". This needs to be selected if we want to use the Object inside In-App BADI/ Fiori Custom Logic Fiori app. Contract C2 can be selected is we need the object to be release as remote API for external usage. These, options changes based on the object we want to release.





  • Select release state as "Released" in the next screen. Also, notice that based on the contract we select, the checkbox for "Use in Key User Apps" is checked and the other one is grayed out.





  • The system validates for any issues in releasing the object and shows the same in next screen as below. As we can see,there are no issues detected in this case.





  • Select the TR to lock the changes .





  • And finish the release.



With this, we have released the custom CDS view to be make it available for usage inside the custom fields and logic/ In-App web editor.

Similarly, we can  create wrapper classes around FMs/BAPIs and can release and use the same inside web editor achieve much more then then what we were struggling to do so far. In case of classes only Contract C1 is available and can only be used inside Key used apps.


Hope this will help people who are looking for options to call their custom logic inside In-App web editor.

Keep learning & Keep Sharing!!

 
7 Comments
Labels in this area