- SAPScript: Print program is running if the form name is not defined
I try to use SE30 to check what is the form name that the abap print program is calling but to no avail. May i know what would be the way to check wha ...
- Color a Column Value in ALV Report.
Example of how to color a column value in ALV Report?REPORT z_colour NO STANDARD PAGE HEADING .TABLES :pa0002.TYPE-POOLS: slis."ALV D ...
- BDC Session method
*&---------------------------------------------------------------------* *& Report ZBC2_DVG_SO_BDC *& *&--------------------- ...
- Enable Low Speed Connection (LSC) in SAP GUI
You want to enable the Low Speed Connection "LSC" in SAP GUI 7.10 .Create the "administration" key in branch:HKEY_CURRENT_USERSoft ...
- Reading a comma delimited file in ABAP (aka CSV file).
Download functions of SAP allow you to write data into a file on the presentation server in many different formats. However, reading files (uploading) ...
- Create IDOC through Function Module
SAP IDoc (Intermediate Document) is a standard data structure that is used to transfer data between SAP systems or between an SAP system and an e ...
- HIDE Statement in SAP ABAP
What will exactly the hide statement do? For displaying the details on secondary lists requires that you have previously stored the contents of the ...
- ASSIGN_TYPE_CONFLICT: ALV Error
A runtime error type conflict occurs during ASSIGN in the program X (program SAPLSLVC is most common).An attempt was made to assign a field that does ...
- Squares of numbers from 1 TO 10, ABAP program
* ABAP PROGRAM SHOWING SQUARES OF NUMBERS FROM 1 TO 10 REPORT YSQUARES_PRATHYUSHA &n ...
- Program For Printing Prime Number
Answered
*&---------------------------------------------------------------------* *& Report ZPRIME * *& ...
- ABAP Debugger Overview
ABAP DebuggerThe ABAP Debugger is an integrated test tool within the ABAP Workbench. You use it to check the program logic and to find errors in the s ...
- Difference between Database View and Projection View
Database View vs Projection ViewView is an imaginary table. It does not lies under database. Actually the View data is stored in database tables only. ...
- BAPI-Material Master Upload
TABLES:bapimathead, bapi_makt, bapi_mara, &nb ...
- Smartforms: Protect lines in Main Window
How to protect lines in the main window from splitting between pages? It was easy with SAPscript, but how to do it with SF's. For 4.7 version ...
- BDC Call Transaction-PO with Items
REPORT ZPO_BDC.TYPES: BEGIN OF STR_FINAL,FIELD1 TYPE CHAR18,FIELD2 TYPE CHAR18,FIELD3 TYPE CHAR18,END OF STR_FINAL.TYPES : BEGIN OF STR_HEADER,EBELN T ...
- Open SQL syntax examples
1. Working with single entries 2. Reading all entries into an internal table 3. Reading singel entries 4. Selecting single fields 5. Append new r ...
- MESSAGE_TYPE_X ABAP Programming Error
Run time Error: MESSAGE_TYPE_XWhile generate or run report group by T-code: GR55 , we are getting ABAP Programming Error: MESSAGE_TYPE_X.You are ...
- OOP's Concept with program example
OOP's Concept with program example Public attributes Public attributes are defined in the PUBLIC section and can be viewed and changed from ...
- STAT SAP R/3 Statistics record
STAT STAT SAP R/3 Statistics record Fields:User, Transactions, Program, Task type, Work process, Start date, Start time, End Date, End Time, Numbe ...
- Make Delete Button Disable in TMG
How to disable Delete Button Disable in TMG?Please follow the steps below in order to disable the Delete Button Disable in TMG:Make Delete B ...
- How we can dynamically assign fields in a structure
In this program we reads info type 0022 which contains the fields KST01, KST02…..KST25 We want to write the contents of KST01, KST02…..KST25 ...
- MIRO/MIR7/MIRA: Batch Input is not possible
Batch input processing is not possible for the following transactions in invoice verification: Add incoming invoice (MIRO) Park incoming invoice (MI ...
- Sending a Smart Form output via e-mail
I need to send a Smart Form output via e-mail. The Smart Form is being called and executed by a program that we will consider "unmodifiable." How can ...
- Difference between SY-UCOMM and OK_CODE in Dialog Program
SY-UCOMM vs. OK_CODE in Dialog ProgramSY-UCOMM is for doing the functions what the user wishes to do at that particular event. You use it in menus and ...
- Dataset in ABAP/4
What is dataset and how to use it?ABAP/4 provides three statements for handling files: The OPEN DATASET statement opens a file. The CLOSE ...
- BAPI for PIKMG update
DATA : BEGIN OF it OCCURS 0, vbeln LIKE likp-vbeln, kodat LIKE likp-kodat, posnr like l ...
- Type Conversion in ABAP
Hi all ABAP Masters,I am pretty new to ABAP and learning it myself and I have a basic question about the type conversions in ABAP.I have a variable of ...
- interactive report using get cursor
REPORT zinteractive_classic_get_curso NO STANDARD PAGE HEADING . TYPES : BEGIN OF gty_ekko, ebeln TYPE ...
- How to Delete ABAP Program and its Variants?
ABAP reports in SAP are essential for businesses to manage their operations and data effectively. However, over time, some programs may become outdate ...
- TERM_CONTROL_EDIT (Editor window) ABAP Custom Text Editor Pop UP
If you wish to PopUp a Text Editor to your users this can be done by using the following function Module.TERM_CONTROL_EDIT (Editor window)This is usef ...