• Home
  • About me
  • FALV
  • ALV Grid in the nutshell
    • Basic Information
    • Field catalog
  • Articles
    • Tricks
    • FALV (Fast ALV Grid)
    • ALV Grid in the nutshell
    • Tips
    • How to...
    • For beginners
    • Thoughts
  • By Topic
    • ALV
    • ALV OO
    • SALV
    • GOS
    • Selection screen
    • Purchase Requisitions
    • Purchase Orders
    • Attachments
    • Others
    • Characteristics
    • Sample Programs
    • ZIP
    • OLE
    • Mails
    • Routings
    • EWB
    • Excel
  • Keywords
  • RSS
  • Download
  • Home

Total: 50 results found.

Search for:
Search Only:

Page 1 of 2

1. ABAP Extensions - Auto<span class="highlight">mat</span>ic Logon
(How to...)
Yesterday I've announced that I'm working on automatic logon to SAP systems on Eclipse. Today the changes in the plugin ABAP Extensions for Eclipse are published and you can use the first version of the ...
Created on 04 January 2020
2. ALV Grid in the nutshell: Basic Infor<span class="highlight">mat</span>ion
(ALV Grid in the nutshell)
... anything about the splitter beside the number of rows and columns, then automatically it will split the custom container area into two equal parts, where on the top row we will see the grid, on the bottom ...
Created on 24 June 2019
3. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
Column ID is not really a special field in ALV. It is always filled automatically by ALV and your manual entries are overwritten and set to the same value as COL_POS (Column position). I’ve prepared ...
Created on 08 June 2020
4. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... with any desired characteristic, for example, in report to list materials with all master data from client, plant and sales organization level, you could use the origin of the columns as a group factor. ...
Created on 18 April 2020
5. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... Maybe just for information and for Report-Report interface, where this field is use as one of the matching criteria for selection-screen parameters. As you can see on the next image, although I gave ...
Created on 18 April 2020
6. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... to call. Figure 102 Activation of interface   Additionally to the sender information (S_RPRP_ID), I’ve filled callback report and callback form name. If you’re familiar with REUSE_ALV_GRID_DISPLAY, ...
Created on 13 April 2020
7. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... automatically from the data element of the referenced field. Figure 97 Texts of Data Element S_FROMAIRP   When you do not use reference to data dictionary and you set REPTEXT manually, ...
Created on 13 April 2020
8. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
... not bother yourself about it. But if you do, then take into consideration following information: Length is in Bytes, so remember that it doesn’t mean, that one character takes one Byte In display ...
Created on 13 April 2020
9. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
Following the example of downloading exchange rates from Central Bank Of Turkey using transformations, please find bellow the same way for National Bank of Poland. Again, lets create an RFC destination ...
Created on 06 April 2020
10. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
One of the standard requests that comes with every SAP implementation is automatic download of exchange rates to your system. Today I will show you on an example of Central Bank Of Turkey, how to transform ...
Created on 06 April 2020
11. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
As you can imagine, INTTYPE is just a presentation of DATATYPE in internal SAP format in most of cases. I wrote most of cases because it can also say if the field in internal table is a reference to other ...
Created on 18 December 2019
12. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
DATATYPE field has small influence on the way the column is displayed. You can omit this field and then ALV grid will automatically fill this field and additionally JUST, OUTPUTLEN, INTTYPE, INTLEN and ...
Created on 11 December 2019
13. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... column     Just to show you where this information comes from, here it comes the view from SE11 and data element S_CONN_ID. Figure 89 SE11 for S_CONN_ID      ...
Created on 12 September 2019
14. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... no more and no less than a function modules that helps to represent the internal values into understandable or more readable values. An basic example is field MATNR which is 18 characters long in ECC and ...
Created on 29 July 2019
15. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
OUTPUTLEN can be used to setup the width of the column (if you don’t use automatic column width optimization). When automatically created, usually it have the value of the maximum field width, but when ...
Created on 29 July 2019
16. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
If you are familiar with the WRITE statement, then probably you know the EDIT_MASK addition which allows us to do formatting of the output in two different ways, you can apply the same to the EDIT_MASK ...
Created on 28 June 2019
17. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
This field is one of the basic ones in field catalog. It contains the fieldname of internal table that will be used in our grid. Although LVC_T_FCAT is standard table, then this field should be treated ...
Created on 24 June 2019
18. ALV Grid in the nutshell: Field catalog - tabname
(ALV Grid in the nutshell)
The name of this field suggest to put here an internal table name, but it seems that it has no function at all. When SAP fills field catalog automatically, then value of this field is set to ‘1’. You can ...
Created on 24 June 2019
19. ALV Grid in the nutshell: Field catalog - qfieldname
(ALV Grid in the nutshell)
QFIELDNAME has the same meaning for quantity fields, like CFIELDNAME for amount fields. This means that we can setup in which column of internal table the information about unit of measure is kept. On ...
Created on 24 June 2019
20. ALV Grid in the nutshell: Field catalog - lzero
(ALV Grid in the nutshell)
This field allows manipulation of visibility of leading zeros. One of the most common example is the material number (MATNR), when there is no letter inside the name of material, it is stored in database ...
Created on 24 June 2019
21. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
Field catalog is one of most important tables that is used in ALV Grid. In most cases you’ll create it manually or at least after automatic creation, you’ll update its content, as most of the columns settings ...
Created on 24 June 2019
22. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... Information  Field catalog  Layout  Events  Drag & Drop  Aggregation  Sorting  User-commands  Toolbar  Built-in ...
Created on 24 June 2019
23. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... for now just the basics information how to start with it.  As you can see on the image bellow, there are few methods and attributes there but the constructor is most important, when you will pass ...
Created on 06 June 2019
24. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
...  that it will be easier and better to use Eventbrite, which is free for free of charge event. You can setup there the maximum of participants per ticket type, as well as give some description and informatio ...
Created on 02 April 2019
25. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... the information about active function keys and CURRENT_SCR together with lots other information - the table which is used to exclude function codes from GUI Status.   So I've started to change ...
Created on 21 November 2018
26. ATC Pseudo Comments list
(Tips)
I was implementing ATC checks in the company I work for and wanted to find the place where the information about possible pseudo comments are stored.  In transaction ATC I could find them in the management ...
Created on 26 September 2018
27. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... can deserialize JSON and also it can generate a dynamic structure from JSON file but at the end to make programming easier you need to create local or global structure that will be matching the structure ...
Created on 20 August 2018
28. How to extend the time between SAP license installations on NPL
(Tricks)
... the automatic update of time from Internet. Simply write time in you OpenSuse desktop and click on the Date & Time application.    On the window that has appeared, click on the unlock ...
Created on 03 August 2018
29. Create XLSX file from internal table in background v2
(Tricks)
...      cl_salv_bs_lex=>export_from_result_data_table(       exporting         is_format            = if_salv_bs_lex_format=>mc_format_xlsx         ir_result_data_table =  cl_salv_ex_util=>factory_result_data_table( ...
Created on 01 June 2018
30. ABAP Favorites Eclipse plugin
(How to...)
... I've started to search the web for the eclipse plug-in developments so I could get some more information about it. It was hard time for me, I've stopped this few times until I said, no this cannot be that ...
Created on 29 June 2017
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ADT FALV PERIOD AND DATE CONVERT OUTPUT READ USER OBJECTS LVC TRANSFER FROM SLIS ALV GRID IN THE NUTSHELL SAPGUI PROGRESS INDICATOR ALV Grid in the nutshell Field catalog - col id - ALV control Column ID IFIELDNAME BCS MESSAGE SALV TABLE ALV GRID SAVE ESRUO - MM settings table - Part 2 About me Field catalog - no zero BOM PROVIDE MBM MD07 REFRESH SELECTOPTIONS VIDEO AGGREGATIONS FCAT STARTING NEW TASK GUI ALV GRID ZDEMO FALV06 - Grid Layout settings Mark field Field catalog - quantity and Enhance Your ADT ABAP BINARY RELATION CREATE COMMIT CHECKBOX CHAR VALUE CHANGE2 BAPI CLASS ALV POPUP HTTP CLIENT UPPER CASE GET FRONTEND FIELDCATALOG ZCL INPUT IXML ENCODING PROCESS CUST ABAP DEVELOPMENTS TOOLS Configure REUSE MERGE ESDUS CALL TRANSFORMATION ZERO Battleships game two players HOTSPOT ESRUO - MM settings table - Part 3 PURCHASE REQ FACTORY ESRUO MB51 ENHANCEMENT VARIANT CONTENTS FIELDNAME Function Module or Method FALV12 - Error log HEADER HANDLE
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek Tychy
  • Salon Kosmetyczny Tychy
  • Trycholog Tychy
  • Wypadanie włosów Tychy
Tweets by abapblog

Eclipse Plugins for ABAP

ABAP Favorites

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

ABAP ADT Extensions

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

ABAP Quick Fixes

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

 

Latest Articles

  • ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT
  • ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
  • ALV Grid in the nutshell: Field catalog - dfieldname – Fieldname for column group
  • ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
  • ALV Grid in the nutshell: Field catalog - sp_group - Group key
  • ALV Grid in the nutshell: Field catalog - domname - Domain name
  • ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
  • ALV Grid in the nutshell: Field catalog - reptext – Heading
  • ALV Grid in the nutshell: Field catalog - lowercase - Lowercase letters allowed/not allowed
  • ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
  • Downloading Exchange Rates from NBP (National Bank of Poland)
  • Downloading Exchange Rates from Central Bank of Turkey
  • ABAP Extensions - Automatic Logon
  • ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
  • ALV Grid in the nutshell: Field catalog - datatype

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Create XLSX file from internal table in background v2
  • FALV (Fast ALV Grid)
  • ATC Pseudo Comments list
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • GOS - How to add business documents at creation of object
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Subtotal lines of ALV GRID OO as content separator
  • How to handle CL_GUI_ALV_GRID events in SALV

Latest Comments

ABAP code and articles provided on http://abapblog.com, if it is not statet otherwise, were created by Łukasz Pęgiel. You can use the code in your SAP instance for commercial and non-commercial use without any warranty from side of the author. You cannot sell the code as a full program or a part of it.
Replicating of the articles and code is prohibited unless the agreement of the author is given to you. 

Bootstrap is a front-end framework of Twitter, Inc. Code licensed under MIT License. Font Awesome font licensed under SIL OFL 1.1.