• 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: 48 results found.

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - rep<span class="highlight">text</span> – Heading
(ALV Grid in the nutshell)
This field allows us to set (or change) the header text of the column. It can consist up to 55 characters in lowercase mode. When you use data dictionary reference ( REF_FIELD, REF_TABLE ) it is populated ...
Created on 13 April 2020
2. ALV Grid in the nutshell: Field catalog - sel<span class="highlight">text</span>
(ALV Grid in the nutshell)
  SELTEXT is one of the fields that are linked to the texts of the grid columns. This particular one is responsible for displaying the name of the column in the change/display of layout popup. ...
Created on 12 September 2019
3. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... Keys In the call of SET_TABLE_FOR_FIRST_DISPLAY I’ve added the texts for the groups. Figure 110 Call of SET_TABLE_FOR_FIRST_DISPLAY with special groups   Now, after launching the ...
Created on 18 April 2020
4. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... ABAP code in plain text. So lets assume you have an RFC destination that points to https://tcmb.gov.tr/kurlar/today.xml. It will look like this:   The XML behind has following structure: ...
Created on 06 April 2020
5. ABAP Extensions - Automatic Logon
(How to...)
... in.   The popup is very simple to use. Once you enter the password, you can choose if you want to store the password in plain text or encrypted. If encrypted, then on the Passwords view ...
Created on 04 January 2020
6. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
...  Numerical Text PREC Obsolete Data Type QUAN Quantity Field in BCD Format RAW  ...
Created on 11 December 2019
7. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... then the column description, tooltip and column short and long texts are taken from the data element. Figure 86 ZDEMO_AIN_CL35 Results with ROLLNAME Figure 87 ZDEMO_AIN_CL35 ...
Created on 12 September 2019
8. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
... very helpful for explaining the user the meaning of the column. Figure 81 ZDEMO_AIN_CL34 Tooltip of an column     Additionally if you’ll not use SELTEXT field, then the value ...
Created on 12 September 2019
9. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
...  Figure 68 ZDEMO_AIN_CL29 hiding of columns In this case I’ve also filled the REPTEXT column, in order to show you that it is possible to move the columns to display. If I wouldn’t do that, ...
Created on 29 July 2019
10. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  Conversion Routine seltext type lvc_txt ALV control: Column identifier for dialog functions tooltip ...
Created on 24 June 2019
11. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...      class-methods fill_button_info       importing i_button    type i                 i_text      type gui_text optional                 i_icon      type icon_d  optional                 i_icon_text type gui_ictext  optional ...
Created on 21 November 2018
12. Speed-up your Eclipse installation
(How to...)
... use any text editor to add this parameters into INI file. It's important that the Eclipse will not be running at this time. -XX:+UseG1GC -Xms2048m -Xmx8192m -XX:PermSize=2048m -XX:MaxPermSize=8192m ...
Created on 15 November 2018
13. ATC Pseudo Comments list
(Tips)
...  attached the whole table bellow, hopefully it will help you to find the correct pseudo comment if the code cannot be adjusted in your opinion. Test Class Code Kind Text Pseud ...
Created on 26 September 2018
14. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...            source_editor  type ref to cl_gui_textedit,           results_editor type ref to cl_gui_textedit.     methods: constructor.     methods: create_source_editor.     methods: create_results_editor. ...
Created on 20 August 2018
15. Send mail in BADI or User-Exit without commiting
(Tricks)
Everybody sends mails from SAP, some are still using old FM SO_NEW_DOCUMENT_ATT_SEND_API1 but some CL_BCS class. This class is really powerful but it has one disadvantage - it does commit work, and not ...
Created on 22 February 2016
16. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
... code. Changes are visible after next PBO event.   IV_BUTTON Button function code, please use one of constants B_xx. IV_TEXT Optional - button text IV_ICON ...
Created on 10 January 2016
17. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...      methods set_outputlen       importing         value(iv_value) type lvc_outlen .     methods set_convexit       importing         value(iv_value) type convexit .     methods set_seltext ...
Created on 10 January 2016
18. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  EVT_DOUBLE_CLICK EVT_ONF1 EVT_ONF4 EVT_SUBTOTAL_TEXT EVT_BEFORE_USER_COMMAND EVT_AFTER_USER_COMMAND EVT_MENU_BUTTON EVT_TOOLBAR EVT_AFTER_REFRESH EVT_AT_SET_PF_STATUS EVT_AT_SET_TITLE ...
Created on 09 January 2016
19. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...    falv_stand->gui_status->add_button(     exporting       iv_button              = falv_stand->gui_status->b_15       iv_text                = 'F15'       iv_icon                = icon_refresh ...
Created on 06 January 2016
20. ZDEMO_FALV08 - Mass replace function
(FALV (Fast ALV Grid))
...    falv->add_button(     exporting       iv_function  = falv->fc_mass_replace        iv_icon      = icon_replace *      iv_quickinfo = *      iv_butn_type = *      iv_disabled  =        iv_text      = 'Mass replace' ...
Created on 06 January 2016
21. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...        iv_button              = zcl_falv_dynamic_status=>b_01       iv_text                = 'Enable Print'       iv_icon                = icon_activate *      iv_qinfo               = *      iv_allowed             = ABAP_TRUE ...
Created on 06 January 2016
22. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
...        iv_button              = zcl_falv_dynamic_status=>b_01       iv_text                = 'POPUP 01'       iv_icon                = icon_abc *      iv_qinfo               = *      iv_allowed             = ABAP_TRUE ...
Created on 06 January 2016
23. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
...    falv->gui_status->add_button(     exporting       iv_button              = zcl_falv_dynamic_status=>b_01       iv_text                = 'POPUP 01'       iv_icon                = icon_abc *      iv_qinfo               = ...
Created on 06 January 2016
24. How to copy BOM using CEWB Function Modules
(How to...)
... do it yourself in your programs if this will be necessary.   report zabcopybom. data: c_bom_class_data      like bom_class_data,       e_ecm_data_error_type type cpcc_message_type. selection-screen begin of block b01 with frame title text-b01. ...
Created on 28 October 2015
25. The SIN of progress indicator
(Tricks)
...          text       = 'Dummy'.     set parameter id sin field sin_oryginal. "Return to original mode   endmethod.                    "supress Demo program to check how the suppressing ...
Created on 19 August 2015
26. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
When you're used to create buttons in ALV Grid dynamically then you think why SAP doesn't allow create dynamically buttons on GUI STATUS. You can change icon or text if you defined that function ...
Created on 11 July 2015
27. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... messages or SAP_GUI_PROGRESS_INDICATOR is called.    When you'll open this method and look on the import parameters, then you'll notice that you can pass simply any text to it , or you can pass ...
Created on 28 April 2015
28. Battleships game (two players)
(How to...)
I was playing a bit with CL_GUI_TIMER some time ago and I thought that this would be good to use it somewhere to have idea how it works. So I've created then a small game Battleships, which you for ...
Created on 10 January 2015
29. Mass replace popup for ALV grid
(Tips)
... separator (text element S02). Macro add_ss_line adds line for selection screen with parameter description, parameter from, "WITH" separator and parameter to. Macro change_parametr_type is setting ...
Created on 27 April 2014
30. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  data: gt_return type bapiret2_t. data: gs_return type bapiret2. data: g_error type c. field-symbols:  like line of gt_assignment. field-symbols:  like line of gt_plan. selection-screen begin of block exc with frame title text-exc. ...
Created on 18 April 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
GUI HTML VIEWER BAPI ROUTING DELETE Save message with attachment in Outlook's Drafts KKEK CONVERT FLOAT CURR CFIELDNAME ALV GRID FIELDCATALOG ESRUO FRONTEND SERVICES EXECUTE IXML OSTREAM USER SETTINGS ALV GRID FALV ESRUO - MM settings table - Part 3 BOM STARTING NEW TASK RM07DOCS and Enhance Your ADT CTMS DDB INIT ABAP STRUCTDESCR LVC FCAT BATTLESHIPS PURCHASE REQ FACTORY CUSTOM CONTAINER OPR PROVIDE MTK QM ATTACHMENTS ALV Grid in the nutshell Field catalog - emphasize ALV GRID IN THE NUTSHELL MB51 SAP DEVELOPMENT TOOLS FOR ECLIPSE REFRESH FROM SELECTOPTIONS ESDUS not allowed SEARCH COMPONENTS UPDATE PREPARE VIDEO Create a nice looking chart with CL CHART ENGINE - Part 3 - Chart Data and render MESSAGE HANDLER Field catalog - no zero ZDEMO ABAP Favorites Eclipse plugin ORDER GOS SERVICE TOOLS GTMOVE LINKED OBJECTS HEADER HANDLE ABAP HTML ECLIPSE EXTENSION SBCS SEND MANAGER ABAP FAVORITES ABAP IN ECLIPSE AiE ADT dark theme settings LEARN ABAP EDITOR TABLE WITH STATUS VARIANT CONTENTS REJECTION ALLOWED
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek Tychy
  • Paznokcie hybrydowe Tychy
  • Paznokcie tytanowe 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
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Subtotal lines of ALV GRID OO as content separator
  • Popup with multi-select ALV

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.