Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Difference between ABAP code & Formula.

Former Member
0 Likes
374

Hello All,

In the implementation of BADI in the interface tab we find the dropdown for ABAP code and Formula in front of Method.

What is the difference between ABAP code & Formula.

Points must be aloted.

Regards

Singh

1 REPLY 1
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
322

Hi,

You can use the Formula Builder to implement methods for Business Add-Ins without writing a single line of ABAP code. The methods are implemented by means of socalled formulas.

This type of implementation does not require you to have programming knowledge. However, the functions it offers are more restricted than if you implement a method by writing ABAP code. If the range of functions provided by the Formula Builder is not sufficient, you can change the implementation type of the method at any time.

Refer this link 4 more info..

http://help.sap.com/saphelp_47x200/helpdata/en/1f/365a3acbe6134fe10000000a114084/frameset.htm

Cheers,

Simha.

Reward points for all the helpful answers..