- How to delete an editor lock?
A user created the ABAP program and set the "editor lock" checked-ON (in Program Attributes screen); which makes that user the only person to make any ...
- Auto Transport Import Configure Steps
Automatic CTS (Change and Transport System)Even though SAP does not recommend automatic imports, it is the most practical way of moving transports fro ...
- Connecting SFTP Server from SAP HCI (HANA Cloud Integration)
How to connect SFTP Server from HCIExchanging files is a very common scenario. You may have files to exchange that contain your HR data or your financ ...
- Error in TPSETTINGS: transdir not set.
TP Error - E-TPSETTINGS could not be openedHi Friends,I am getting this error, when i try to add transport request to buffer. Can some one please help ...
- When we double click on the original report it will open the latest scheduled instance.
We are creating a prompt based WebI report and select 'Refresh on open' while saving this report. After run this report from the saved location It w ...
- PDF conversion without Font change.
You use the cascading font PDF converter to convert texts to PDF; these texts contain Eastern European, Baltic, Turkish, or Vietnamese texts. When you ...
- Uninstalling MaxDB/SAP DB software using SDBUNINST
You want to uninstall one of the following versions of the SAP DB database or MaxDB database: * 7.3.00 (build 033 or higher) * 7.4 * 7.5 or higher ...
- Configuration of Accounts Receivable
Configuration of Accounts Receivable Step I: Create Customer Accounts Group- (T-code-OBD2) Click on new entries And Save Step II: Crea ...
- TrueType fonts for Smart Forms or SAPscript
You want information regarding TrueType fonts support in Smart Forms/SAPscript Installing the TrueType fonts: TrueType font files (file exte ...
- Tuning the performance of INSERTs and Data loads
INSERTs and data loads write new data, while other operations like SELECT, UPDATE or DELETE have to work on existing data.Therefore typical performanc ...
- Display Cost Centers Master Data
To run a report of your cost centers that you can export or download to Excel, the T-code is: KS13. KS13 - Display Cost Centers will let you ...
- How to display PDF/Word File in browser
In my current project I don't want to keep PDF and DOC file on server or open due to security purpose so I want a system where only login user can ...
- Factorial for 1 to 5 numbers, ABAP program.
ABAP PROGRAM SHOWING FACTORIAL FOR 1 TO 5 NUMBERS. REPORTÂ yfactorial_prathyusha. DATA: n1 TYPE i VALUE 5, n2 TYPE i, fact TYPE i VALUE 1. D ...
- What is Buffer synchronization?
Definition Buffer synchronization in SAP refers to the mechanism used to ensure consistent and up-to-date data between different levels of buffers ...
- Relationship between a program and transaction code.
In order to find out the relation between a program & transaction code first we have to understand what is a transaction code. For executing an ex ...
- How to restrict users for not changing some fields in T-code VA02?
There are two ways to restrict users for not changing some fields in T-code VA02: Make a transaction variant thru SHD0 and assign ...
- Check work process at OS level in UNIX
How the check the work process at os level in UNIX? SOLUTION Use these commands to check the work process and other SAP process at os level in u ...
- Business area assignment in tax line items
In our SAP system business area does not get updated in any of automatically created tax line items like billing and miro etc I have checked in one o ...
- Using SQL for Looping and Input Variables in SAP HANA
How to make a procedure using SQL Script.In this tutorial, we will learn to use SQL for Looping and Input Variables. In the output of the procedure, w ...
- IMPORTANT TCODES FOR KANBAN
Create Supply Area (Tcode: PK05) Create Control Cycle (Tcode: PKMC) Kanban Transaction through Scanning or Manual operation. ...
- Backup Log Overview DB12
Through this T-Code we can check the Backup logs Run T-Code DB12 Now Click on the Overview of database Backup button in Database Backup Tab Thi ...
- Difference Between TYPE Statement and DATA Statement
TYPE Statement vs DATA StatementIn TYPE STATEMENT you can define structure which have no physical memory on the other hand in DATA STATEMENT you ...
- DBA Cockpit for Oracle
Overview of the new DBA Cockpit The DBA Cockpit is used in place of different transactions that were used for monitoring and administration ...
- RSA7 delta queue not getting updated
The qRFC queue(smq1) is showing huge entries for MCEX02 & MCEX12 but in RSA7 if I search delta update for the relevant data source I get 0 records ...
- What is the function of Table S039.
Table S039 does not store any data, it is used temporarily to execute the statistic reports the data is kept in S032 and S031 tables. The Inventory C ...
- Difference between ME51 and ME51N Transaction Codes
ME51 vs ME51N Transaction CodesUsing Transaction ME51, a purchase requisition can be created with reference to some model service specifications.But t ...
- Material Purchase order is not allowed in WBS
Hi, If anyone has a solution, please send it to me. During service entry creation, when the user enters the WBS element number in the account assig ...
- Error in remote connection to destination SAPOSS: Unable to interpret as a number.
When i tried to download a SAP Note with SNOTE in my SAP System, i received an error Error in remote connection to destination SAPOSS: Unable to ...
- SAP Product Costing Simple Overview
SAP Product Costing deals with Plan Costing + Actual Costing of Finish products or Services.CO comprises Product Costing + cost accounting integrated ...
- ALV GRID - Display Checkbox
How to display Checkbox in ALV Grid? SOLUTION Please use the code below: Types: begin of lt_io. include structure mara. " Your Structure ...