Logo
  • Home
  • CDS
  • ABAP
  • OData
  • Blog
  • Contact

ABAP

Blog related to core ABAP, OO ABAP(Reports,RFC,BDC,BAPI,FM,New syntax,ALV,Enhancements,Smartforms,SAPScript)

BTE in SAP ABAP
ABAP

How to implement BTE with example in SAP ABAP

In this blog, we will learn the details about BTE with Example. ( Example: how to make the screen field non-editable by using BTE in the FB02 transaction. ) BTE: BTE standards for Business Transaction Event. It is mostly used for the FI modules. In short, BTE is nothing but Read more…

By prettyprintersap@gmail.com, 2 years2 years ago
Customer exit in sap abap
ABAP

How to search customer exit with example in abap

We will check various methods to find customer exit with example in standard SAP. Let’s first get the basics about customer exit. In the end, we will check one example of customer exit in VA02 Transaction. Details of Customer exit: It is a type of enhancement that will enable us Read more…

By prettyprintersap@gmail.com, 2 years2 years ago
COND Operator
ABAP

How to use Conditional Operator in ABAP 7.4(COND)

Let’s discuss the conditional operator in ABAP 7.4 new syntax and its uses. The syntax would be like below If you put the type as # then it will take the result type as the operand type (in the above syntax value1) e.g: here in this example, the report will give you the Read more…

By prettyprintersap@gmail.com, 2 years2 years ago
change log
ABAP

More about Change Log in SAP (Table CDPOS & CDHDR)

What is Change Log? – Change log/document are used to logs the changes to master records, tables, etc. And change documents are stored in two tables that is CDHDR and CDPOS. where CDHDR is the header table and CDPOS is the item table. There is a field called object class -> which Read more…

By prettyprintersap@gmail.com, 2 years2 years ago
Copy with Reference
ABAP

How To Create An Order With Reference To Order In ABAP

Function module for creating order with reference to order is “SD_SALES_DOCUMENT_COPY“. Let’s check out the sample code for the same Here in the above code function module, DIALOG_SET_NO_DIALOG is used so that there is should not any pop-up screen interrupt during the creation of the sales order/subsequent document. SD_SALES_DOCUMENT_INIT – Read more…

By prettyprintersap@gmail.com, 2 years2 years ago
Read table in 7.4
ABAP

Read Statement In SAP ABAP 7.4

Let’s take an example of a traditional read statement. The above read statement can be replaced with new ABAP syntax In both the case, the result would be Result: 20 What is the meaning of VALUE # and OPTIONAL keyword in the new syntax VALUE – It is an operator which returns an operand with a specific Read more…

By prettyprintersap@gmail.com, 2 years2 years ago
Leading zero
ABAP

Adding/Removing Leading Zero in SAP

Adding leading Zero: Well, this is a pretty common requirement in the ABAP world. Adding leading zero in the customer number(KUNNR), Material/Article number(MATNR), sales order number, Delivery number, etc. There are multiple ways to achieve the same. So let’s begin and dig into it. Using Conversion Exit Function Module: Conversion Read more…

By prettyprintersap@gmail.com, 2 years2 years ago
RFC in SAP ABAP
ABAP

RFC Function Module In ABAP (With Example)

RFC is called Remote function module. As the name suggests using RFC we can interact with an external system that may be a SAP system or a Non SAP system. RFC Function module is just like a function module created in the Transaction SE37, with some specific constraints that are  The processing Read more…

By prettyprintersap@gmail.com, 2 years2 years ago
  • Blog
  • Home
ABAPSkill.com © 2021 - All Right Reserved