Skip to content
Top Menu
  • SAP Tables
  • SAP Tcodes
  • SAP BAPI
  • ABAP Snippets

SAP4TECH

SAP and ABAP Free Tutorials

  • SAP4TECH
    • About Us
    • Contact Us
    • Terms & Conditions
    • Privacy Policy
    • Cookie Policy
  • SAP Technical
    • ABAP Code Snippets
    • ABAP WebDynPro
    • SAP GW
    • SAP IDOC (ALE)
    • SAP PI (XI)
    • SAP Screen Personas
    • SAP Workflow
    • SAP BW
  • SAP Functional
    • SAP SRM
    • SAP CRM
    • SAP FI
    • SAP FSCM
    • SAP HR
    • SAP SD & SAP MM
    • SAP PM
    • SAP PP
    • SAP PS
    • SAP QM
    • SAP VIM
    • SAP WM
  • SAP Fiori
  • SAP S/4 HANA
  • SAP4TECH
Main Menu

ABAP Snippets

ABAP Snippets: Collection of usefull ABAP Sample Programs. Some of the most important and requerent Custom ABAP Program. Just copy, paste it and F8 …

Regular Expressions in SAP ABAP
ABAP Snippets / ABAP Tutorials

Using Regular Expressions in SAP ABAP (REPLACE, FIND REGEX)

July 24, 2017November 7, 2020

Start using Regular Expressions with ABAP and your Code will be more efficient and shorter. FIND REGEX and REPLACE ABAP statement with samples and real case. In this article, we will …

Using Regular Expressions in SAP ABAP (REPLACE, FIND REGEX) Read More
SAP Product Hierarchy Tables
ABAP Snippets / SAP SD & SAP MM

Main SAP Product Hierarchy Tables and Quick Tips

April 3, 2017November 6, 2020

SAP Product hierarchy tables stored the PH is an alphanumeric character string used for grouping materials. In the standard SAP system, a product hierarchy can be created with up to …

Main SAP Product Hierarchy Tables and Quick Tips Read More
Convert String to Number and Quantity in ABAP
ABAP Snippets / ABAP Tutorials

ABAP: How to Convert String to Integer, Quantity, Currency

November 9, 2016May 18, 2021

Convert String to Number and String in ABAP : Find here the different methods to convert String variable into Number, Quantity or Amount in SAP ABAP with sample code or …

ABAP: How to Convert String to Integer, Quantity, Currency Read More
SAP Plant Table e1478774081806
ABAP Snippets / SAP SD & SAP MM

SAP Plant Table and SAP Company Code Table with useful ABAP Tips

October 10, 2016November 7, 2020

List of main SAP Plant Table and SAP Company Code Table. List of the important Plant and Company Code Tables in SAP and the relationship between plant and company code.

SAP Plant Table and SAP Company Code Table with useful ABAP Tips Read More
SAP Spool Overview e1475070678405
ABAP Snippets / ABAP Tutorials

SAP SPOOL Tcodes, Tables and Quick Tips

September 28, 2016May 18, 2021

This post is a quick SAP Spool overview. The you will find the main SAP Spool Tcodes and the important SAP Tables stroring the SAP Spool Request.

SAP SPOOL Tcodes, Tables and Quick Tips Read More
ABAP Shared Memory
ABAP Snippets / ABAP Tutorials

ABAP Memory ID : How to use EXPORT or IMPORT data

August 30, 2016November 7, 2020

How to use EXPORT or IMPORT data to and from ABAP Memory ID. This is a sample ABAP Code to let you Transfer ABAP internal Table from one report to …

ABAP Memory ID : How to use EXPORT or IMPORT data Read More
page not found 688965 1280 e1467294731652
ABAP Snippets / ABAP Tutorials

SAP ST22 SNAP – The SAP Tables for Dumb Message

June 30, 2016November 7, 2020

SAP ST22 SNAP Table: SAP Dumb Table for Error. This post will explain the SAP Table behind the SAP Runtime Errors Tcode ST22. It will help you to answer the …

SAP ST22 SNAP – The SAP Tables for Dumb Message Read More
SAP CRM Catalog e1461269538601
ABAP Snippets / SAP CRM

How to Update SAP Product Hierarchy Category on SAP CRM with full ABAP Code

June 28, 2016November 7, 2020

How to Update Product Hierarchy & Category on SAP CRM will guide through updating (Creation, Updating and Deletion) of SAP CRM Product Category using ABAP Code.

How to Update SAP Product Hierarchy Category on SAP CRM with full ABAP Code Read More
tree 200795 1280 e1478961039674
ABAP Snippets / ABAP Tutorials

Extract and Download BMAP Graphics in SAP with ABAP Sample Code

June 22, 2016September 7, 2019

Extract BMAP Graphics from SE78 to Local : This is the ABAP program to extract SAP Graphics and save them in local.

Extract and Download BMAP Graphics in SAP with ABAP Sample Code Read More
Core Data Services e1460549614588
ABAP Snippets / SAP S/4 HANA

Core Data Services (CDS) on SAP HANA – Overview

April 13, 2016February 22, 2020

Core Data Services comes with SAP HANA as a new SAP ABAP Application programming paradigm based on Code-To-Data. Let’s first define the paradigm changes in SAP ABAP development. Then demystify …

Core Data Services (CDS) on SAP HANA – Overview Read More
SAP FSCM
ABAP Snippets / ABAP Tutorials / SAP SD & SAP MM

Credit Limit for Customer in SAP SD

March 31, 2016August 23, 2020

Credit Limit for Customer in SAP SD post will detail all the important Data for Credit calculation for Customer in SAP SD . It includes determination of credit control area, …

Credit Limit for Customer in SAP SD Read More
pieces of the puzzle 592779 1280
ABAP Snippets / ABAP Tutorials / SAP PP

How to link STKO and STPO for BOM in SAP

March 15, 2016June 22, 2016

How to link STKO and STPO : Find the link between STKO and STPO is a common requirement in SAP PP for example. This post will guide through the SAP …

How to link STKO and STPO for BOM in SAP Read More
calendar 1231038 1280 e1458046112993
ABAP Snippets / ABAP Tutorials / SAP PP

How to Link Between PLKO and PLPO for Routine in SAP

March 15, 2016July 20, 2020

Link between PLKO and PLPO for Routine in SAP will be explain in this post with the definition of each tables involved and a sample ABAP Code to retrieve for …

How to Link Between PLKO and PLPO for Routine in SAP Read More
SAP Material
ABAP Snippets / ABAP Tutorials / SAP SD & SAP MM

Trigger MATMAS IDoc using BTE Function

March 9, 2016October 10, 2016

Trigger MATMAS IDoc using BTE Function: this is a sample ABAP Program to generate a MATMAS IDoc for a Material Change using BTE event when a SAP Material is saved …

Trigger MATMAS IDoc using BTE Function Read More
SAP SD
ABAP Snippets / ABAP Tutorials / SAP SD & SAP MM

Create SAP PO with Explicit PO Number

February 9, 2016August 4, 2019

Explicit PO Number: This post will explain how to create a SAP PO ( Purchasing Order) with Explicit PO Number. The first part will cover SAP PO Number Customizing and …

Create SAP PO with Explicit PO Number Read More
sap pa tcodes, SAP CRM Customer RelationShip Management
ABAP Snippets / SAP CRM

SAP CRM Marketing attribute of BP

February 5, 2016November 7, 2020

SAP CRM Marketing attribute is an important topic in SAP CRM Marketing. It allows collecting extra information on different SAP CRM Data Master like Business Partner. As the topic of …

SAP CRM Marketing attribute of BP Read More
SAP ABAP
ABAP Snippets / ABAP Tutorials

ABAP Add SearchHelp on Parameter

February 2, 2016November 7, 2020

ABAP Add SearchHelp on Parameter: a step-by-step tutorial how to add a custom Search Help / Value Request for a Parameter in Selection screen in ABAP Code.

ABAP Add SearchHelp on Parameter Read More
Create Change Document for Custom Table e1442419531234
ABAP Snippets / ABAP Tutorials

ABAP Generate Change Pointer in Code

February 1, 2016October 10, 2016

ABAP Generate Change Pointer can be done directly by ABAP code. The following post will explains how to customize a change pointer and present a Sample ABAP Code to generate …

ABAP Generate Change Pointer in Code Read More
sai kiran anagani 61187 unsplash 1
ABAP Snippets / ABAP Tutorials

HTML Template in ABAP

January 28, 2016August 4, 2019

HTML Template in ABAP is a powerfull to tool to save template for document, SAP long texts and email in HTML format in SAP. The SAP HTML Template contains more …

HTML Template in ABAP Read More
Sample ABAP Program for Application server File
ABAP Snippets / ABAP Tutorials

Sample ABAP Program for Application server File

January 22, 2016February 22, 2020

ABAP Program for Application server File is a sample SAP Custom Program to give you an example how file are handled on Application server. The following ABAP program check if …

Sample ABAP Program for Application server File Read More

Posts pagination

1 2 Next

Recent Posts

  • The Most Important SAP ISU Tables
  • SAP Fiori 3 UX and Design of SAP Fiori Apps for SAP S/4HANA, SAP TechEd Lecture
  • The Main SAP Dunning Transaction Codes
  • SAP Accounts Payable Tcodes & Accounts Receivable Tcodes ( SAP AP Tcodes & SAP AR Tcodes)
  • The Most Important SAP Payment Terms Tables (ZTERM, Text…)
  • The most Important SAP Work Center Tables in SAP PP

Quick Navigation

  • SAP Tables
  • SAP Tcodes
  • SAP BAPI
  • ABAP Snippets

Search …

SAP4TECH

  • Home
  • Privacy and Cookie Policy
  • Contact Us
  • About Me
  • Sitemaps
SAP and SAP logo are registered trademarks of SAP AG. sap4tech.net is not associated with SAP AG. We have made every effort to make sure provide relevant search results, use the content on this site at your own risk.
Powered by WordPress and HitMag.