- Staffing Action in SAP
In this SAP PPM (Portfolio and Project Management) tutorial, the Stechies readers will learn the step-by-step procedures to define the Staffing A ...
- Specify Responsible Unit
In this SAP Product Compliance tutorial, you will learn steps by step procedures to specify responsible units with proper screenshots. What is ...
- Comparing Strings using Python
String comparison is an essential feature of many applications. Many software and database systems require such programming to look for different ...
- Create RFC
In this tutorial, you will learn step by step process to create an RFC in SAP ABAP with proper screenshots. What Is RFC? RFC (Remote Function Ca ...
- Find Badi for Standard Transaction Code
In this tutorial, we will explain the step-by-step process to find BADI in SAP for a Standard Transaction Code. What is BADI? A BADI (business a ...
- Item Category in SAP
In this tutorial, you will learn steps by step procedures to define item categories in SAP with proper screenshots. What is Item Category in S ...
- Tax Code
In this tutorial, we will learn the step-by-step procedures to create tax code in SAP. We will be creating an output tax code of 18%. What is ...
- Heatmaps in Python
Data visualization has given a significant benefit for visualizing a large set of data. Heatmap is one such data visualization method that comes under ...
- Copying a Directory with SCP
Unix is one of the most powerful operating systems. In Unix-based operating systems, we can use the SCP (Secure Copy Protocol) (using the SCP command) ...
- OpenGL in Python
Graphics has been a significant part of the computer for many decades now. Everything we use in the computer and almost every application we use utili ...
- Set Account Determination for Credit Card
In this SAP tutorial, you will learn step-by-step procedures to Set Account Determination for Credit Card with screenshots. What is Account Determi ...
- Python How to Add Key to a Dictionary
In Python, a dictionary is an unordered collection of data values. It stores data in the form of a key:value pair. Adding new keys to a Python diction ...
- Create Package in SE80
This tutorial explains step by step procedure to create a development package using t-code SE80 (Object Navigator). What is the Development P ...
- New Layout in SAP
This tutorial explains step by step process to create a new customized layout in SAP using t-code SE16N. What is Layout in SAP? A layout is a st ...
- Add Entries in Ztable
This SAP tutorial explains step by step procedure to add entries in ztable using t-code SM30 (Call View Maintenance). A Ztable is create ...
- Create Function Group
This SAP tutorial will explain to you the step-by-step procedure to create a Function Group in ABAP. What is Function Group? A Function Gr ...
- Difference between list and tuple
Both List and Tuple are the two most popularly used compound data types in Python. They are popular because they provide a wide range of flexibilities ...
- Void pointers and null pointers
Pointers are a special type of variable that can store the address of another variable. Such types of variables can be integer, floating-point, charac ...
- Create a Transparent Table in SE11
This tutorial explains step by step procedure to create a transparent table in your SAP system using t-code SE11. What is a Transparent Table? T ...
- Create Equipment in SAP
This tutorial explains step-by-step details to create new equipment in your SAP system. This tutorial has a proper screenshot of all the steps needed ...
- Change Message Control for Document Processing
There are many instances while working on the SAP system when you will get messages that will restrict you from processing a particular set of documen ...
- How to Download a File from a URL in Java
Are you looking to create your very own application that can download any file with a single click? If you want such a feature in your Java applicatio ...
- Create Transportation of Copies
In some instances, users require to release Transport Requests (TR) to various different landscapes for testing or for modifications and aga ...
- Download ABAP Code as PDF File
In this tutorial, you will learn how to download the SAP ABAP code as a pdf on your local system. To do this we will create a customized shortcut that ...
- Overloading Functions and Operators in Python
Python's Object-Oriented programming comes with a robust feature that can make a single operator or function work differently depending on differe ...
- Maintain SAP Query in Different Languages
In this article, you will learn step by step process to maintain translations of Queries. When a user creates custom queries using custom tables ...
- Reading and Writing XML Files in Python
XML stands for eXtensible Markup Language is a W3C-recommended self-descriptive language. It sounds much like HTML, and it also uses tags, but XML tag ...
- Enable, Disable and Delete Input History
In this tutorial, you will learn the step-by-step process to enable, disable and delete input history in your SAP System. Due to the default settin ...
- Restrict Other Users from Editing a Program
In this tutorial, we will learn the step-by-step procedures to restrict other users from editing our program in SAP. Other users can be restricted ...
- Create Radio Buttons on Popup Window
This tutorial explains step by step procedure to create radio buttons on the popup window. We can use function module K_KKB_POPUP_RADIO2 to create can ...