Program to append the list in prolog.
In previous article we have seen how to find the population density of the country. In this we will discuss about how to append the list. The following program appends…
In previous article we have seen how to find the population density of the country. In this we will discuss about how to append the list. The following program appends…
In previous article we have seen how to get factorial of a number. In this article, we will see program of how to calculate population density of a country. It…
In previous article we have discussed about Prolog and how to make program in Prolog. In the factorial program like take 5 Factorial of 5 is 120 as 5*4*3*2*1 PROGRAM:…
Artificial Intelligence Artificial intelligence is a branch of computer science which deals with such machines or computers that can do the jobs as well as humans like in order to…
In this article, we will discuss about getting geo-location of any city. For getting geo-location of any city in the form of longitude and latitude, we use Google API. For…
SOAP stands for Simple Object Access Protocol. We use SOAP Request to access data of the third party’s api. In API’s data transfer through XML. XML stands for eXensible Markup…
In this article we will discuss about how to call a function module in ABAP Program and also learn about other way to make a ALV Grid i.e. different from…
In previous article we have discussed about Function Module and steps to create a Function Module. In this article we will discuss about how to execute a function module. After…
Function Modules are like Functions which can be called in any ABAP Program and can also be called external to SAP System. These are sub-programs and contain a set of…
Function Group is a collection of function modules or we can say that it acts like a container in which N no. function modules can be stored. We cannot make…