- Attach Search Help to Selection Screen Field
There are many ways using which we can add a Search Help to a field on Selection Screen in ABAP. Two of them are as follows:Adding Search help to a Se ...
- Difference between SE16 and SE16N Transaction Codes
Answered
SE16 vs. SE16N Feature SE16 (Data Browser) SE16N (Enjoy Table Display) Interface Classic Origninal SAP interfac ...
- Create Table Control
Steps to create table controlThe values specified for the size category and data class are mapped to database-specific values via control tables.1. De ...
- Convert Currency Format
SAP (Systems Applications and Products) maintains ALL currencies in its tables (BSEG, MBEW, etc) with 2 decimalsEven the currencies which do not have ...
- CONDENSE Statement to Remove, Trim Leading Spaces from a String
CONDENSE Statement to Remove Spaces in Strings in SAP ABAP For removing leading and closing blank completely and convert a sequence of blanks into ...
- SAP BAPI List
Name of function module Short text for function module BAPI_SALESGROUP_GET_DETAIL Sales Group: Display Name BAPI_SALESOFFICE_GET_DETAIL Sales Of ...
- Pop-up Dialog Screens
SAP (Systems Applications and Products) has many build in functions that displays pop-up dialog screens.Pop up a dialog screen and allow user to pick ...
- Workflow Issues - Troubleshooting Tips & Tricks
Here you can see some troubleshooting tips so you can analyse any workflow problems in your system.1) Agent Assignment/Agent DeterminationWork items a ...
- Add F4 help to a field on SCREEN (MODULE POOL)
Adding F4 help to a field on MODULE POOL ProgrammingIn order to add F4 help to a field in module pool follow these steps:- First, go to SE11 and creat ...
- SAP Query Step by Step Guide
SAP Query enables data from multiple tables to be extracted in one report, as long as at least one field of data can be linked from one table to anoth ...
- Difference between RFC and BAPI
Answered
RFC vs BAPI 1. BAPI stands for Business Application Programming Interface. It is a library of functions that are released to the public as an inter ...
- LOOP AT with WHERE Clause
Performance Problem with Internal Tables being Read with WHERE Clause in LOOP AT Statement If one use a LOOP AT statement with a WHERE clause, the ...
- Inconsistency between database and Dictionary
Programs issue a message that there is an error or inconsistency in the ABAP Dictionary. An inconsistency may be caused by the following:The table was ...
- SAP_CONVERT_TO_XLS_FORMAT Function Module
Q How can I download my internal table into an Excel file? SOLUTION We can use the function module SAP_CONVERT_TO_XLS_FORMAT in order to downloa ...
- Data Types and Data Objects
ABAP Data Types Elementary Data Types User Defined Types Objectives To introduce : ABAP elementary and user defined data types K ...
- How to create and/or trigger events?
BP_RAISE_EVENT There are only 3 ways you can trigger an event 1) Run transaction SM64 2) Call the function BP_RAISE_EVENT from within a ...
- User exits in delivery processing
Which user exits exist in delivery processing and how the delivery data in the existing exits can be changed so that it conforms with the standard.Up ...
- What is Smartform?
A Simple Smartform Tutorial SAP Smartforms can be used for creating and maintaining forms for mass printing in SAP Systems. The output medium for Smar ...
- Convert ABAP Code to Upper or Lower Case
How to Convert ABAP Code to Upper or Lower Case?To converts characters into upper or lower case one can use TRANSLATE statement, or uses substitution ...
- Difference between Open SQL and Native SQL
Answered
Open SQL vs Native SQLOpen SQLOpen SQL allows developers to control SQL statements directly. Open SQL encapsulates the semantics for statement executi ...
- How to Solve Work Process Status
In the process overview (transaction SM50), there are processes with the status "stopped RFC". A work process is assigned and cannot be ...
- MATCHCODE in SAP and Transaction Codes (Tcodes)
A MatchCode is a tool to search for data records in the system. MatchCodes are an efficient and user-friendly search aid for cases where the key of a ...
- Difference between Pooled and Cluster Tables
Answered
Pooled Tables vs Cluster TablesCluster tables and Pooled tables have Many to One relationship with a Table in the database i.e many tables of cluster/ ...
- Merging Two Internal Tables for Showing Data
Following is the ABAP Program of merging two tables for showing data:TABLES: mara, makt.DATA: BEGIN OF itab OCCURS 0,matnr LIKE mara-matnr,mbrsh ...
- BADI- Step by Step Guide for Beginners
DEFINING THE BADI1) execute Tcode SE18.2) Specify a definition Name: ZBADI_SPFLI3) Press create4) Choose the attribute tab. Specify short desc for bad ...
- Module Pool Program
A module pool is a collection of screens, flow logic, menu bars and ABAP code that you use to build an application. Typically the transaction code tha ...
- Difference between IMG and SPRO
Answered
IMG vs SPRO IMG:-Implementation Guide. The Implementation Guide (IMG) is the tool which helps the user adjusts the SAP System according to ...
- Print Smartforms in different Languages
Activating a new language keyTo configure a language use transaction I18N -> 'I18N Customizing' -> 'I18N System Configuration' a ...
- TMG Events with Implementation Steps
There are 39 events for Table Maintenance Generator, follow this: Then you will get the below events: 01 Before saving the data in the datab ...
- Search Help: Create Elementary & Collective Search Help
What is Search Help? Search Help is a data dictionary object which is used to create a popup window that contains all the data related to your sear ...