- Difference between Sy-tabix and Sy-index
Answered
Sy-tabix vs Sy-indexSy-tabix is used to find the current line in the internal table; it’s a current line index. Whereas sy-index in used to find ...
- Migration of the ABAP Custom code for SAP HANA
We are planning a migration of ABAP-based SAP system to SAP HANA and want to prepare our ABAP custom code for this.The migration of the ABAP custom co ...
- Add on installation Stops in IMPORT_PROPER phase via SPAM or SAINT
Support Package Applying via SPAM or SAINT Error in IMPORT_PROPER PhaseNot able to overcome when one is applying Support Packages via SPAM or installi ...
- MM01 Upload using BAPI
*&---------------------------------------------------------------------* *& Report ZKAR_MATMAS_BAPI *&------------------------------------------ ...
- Work Item in SAP Business Workflow?
Each workflow consists of a sequence of work items which represent the individual steps of a workflow definition at the runtime of the workflow. A Wor ...
- Difference between Value Table and Check Table
Answered
Check Table vs Value TableIt very important to know that a table behaves as both value table and check table but not simultaneously.Consider a field&n ...
- Debugging Techniques - ABAP/4 Debugger
Debugging techniques in SAP refer to various methods and tools that are used by SAP developers to analyze and debug SAP programs, identify issues, and ...
- Sample Report Program To Send E-mail From SAP To Specific Users Or To All Users Of A Client.
REPORT YEMAIL. TABLES: USR02. DATA: C(15). DATA: SENT LIKE SONV-FLAG. DATA: EMAIL_ID LIKE SOFOLENTI1-OBJECT_ID. DAT ...
- How to add reversal date in FBS1 through BAPI_ACC_GL_POSTING_POST
When posting accrual document through BAPI_ACC_GL_POSTING_POST to FBS1 - reveral date (BKPF-STODT) can be passed using table EXTENSION1 of the B ...
- Table Control Scrolling Program
Now let's look at scrolling. (assume that the name of your table control is T1) In the screen logic you will have: L ...
- Object Oriented programming in ABAP - Simple example 1
REPORT ZHEF_ABAP_OBJECTS_EXAMPLE1. ************************************************************************ * Local classes Example 1 * * Define a ...
- ALV using REUSE_ALV_LIST_DISPLAY, How to Add a New Button?
Add Button to ALV Toolbar with REUSE_ALV_LIST_DISPLAYIn the program which calls ALV using REUSE_ALV_LIST_DISPLAY,I have to add a new button.I saw the ...
- ABAP debugging authorizations
This note describes the authorizations that a user requires to debug ABAP programs. The following ABAP debugging authorizations are available: a) ...
- LIST of Important Tables in SAP
In this SAP tutorial, we have listed some standard SAP tables along with their descriptions. Sales Orders Tables Name Descriptio ...
- Difference between Synchronous and Asynchronous Updates
Synchronous vs Asynchronous Updates What is the difference between Synchronous and Asynchronous Updates? SOLUTION Synchronous Updat ...
- Transport SAPscript Texts from Source system to Target system
You want to transport SAPscript Texts from a source system to the target system. You can do it in different ways. If you want to copy texts within a s ...
- Calculator using Parameters, ABAP Program
REPORT ycalci_prathyusha ...
- Draw Border in Smartforms
In templates and tables to color the background of individual cell and creating box lines for each cell boxes and shading is used. Highlighting sum of ...
- Function Module To Find The Start Date Of Current Week.
Data: l_scal_week LIKE scal-week, l_date_low like sy-datum, l_date_high like sy-datum. *--- Find start date for current week * Find ...
- Table Delivery Classes and their Significance
The delivery class is basically responsible for the correct execution of the following three administration activities:Initial installationCertain tab ...
- Line in Smartform
Either you can use a window that takes up the width of your page and only has a height of 1 mm. Then you put a frame around it (in window output op ...
- Upload Text File To Z Table
REPORT ZF_UTIL_TABLE_UPLOAD no standard page heading line-size 132 line-cou ...
- File Handling - Presentation and Application Server
File TransferThe runtime environment, implemented on the application server, executes the ABAP programs. ABAP supports file transfer on the applicatio ...
- FM DD_APPD_DEL to delete the Append Structures
Answered
What is the procedure to delete Append Structure?I am not able to delete append structures. When i am trying to select the append structure and delete ...
- Difference between SMOD and CMOD in SAP
SMOD vs CMODCMOD is the Project Management of SAP Enhancements (i.e., SMOD Enhancements).SMOD contains the actual enhancements and CMOD is the groupin ...
- Insert space between every 3 numbers in the string.
1) How to insert space between every 3 numbers in the string? please help me to insert space between every 3 numbers in the string using conc ...
- CNTL_ERROR ABAP short dump
SAP ABAP short dump with "CNTL_ERROR" while using an input script. The message "CNTL_ERROR" appear when you are using some ot ...
- Validation of Selection Screens
Validation of selection screen can be performed in the AT SELECTION SCREEN event.Example:************************************************************* ...
- How can you View Locked Transactions?
You can Lock/Unlock Transaction codes via SM01. To View Locked Transactions you need to look in field CINFO, table TSTC. Goto transaction SE11 o ...
- This report displays Auto Refresh ALV List
REPORT z_alv_auto_refresh. *>********************************************************************* * This report displays User's info (SM04) usin ...