Tagged: programming

1

Programming – What is a Variable?

Now variables, they make programming interesting. Think of a variable as a box. Variables have a name and a type and they store data inside of them. This data can be anything from a...

What are Loops For In Programming? 0

What are Loops For In Programming?

In programming, we often get situations where we would like to repeat a certain piece of code again and again.  Of course, we could just copy and paste this code one after another –...

Web DynPro ABAP – Context Menu Not Showing? 0

Web DynPro ABAP – Context Menu Not Showing?

For the developers and programmers among us adding a context menu to an application is a fairly basic requirement of many pieces of software.  Adding a context menu in Web DynPro looks on the...

Programming – The Purpose Of Loops 0

Programming – The Purpose Of Loops

What Are Loops? Loops are a fundamental construct for many programs.  In fact, all but the most basic of programs are likely to include at least one loop in them.  Loops can be very...