• 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 - 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 ...
Created on 18 April 2020
2. ALV Grid in the nutshell: Field catalog - reptext – 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
3. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... than in your 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 ...
Created on 06 April 2020
4. ABAP Extensions - Automatic Logon
(How to...)
... he possibility to put the password 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.  ...
Created on 04 January 2020
5. 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
6. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... use ROLLNAME, 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 ...
Created on 12 September 2019
7. 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 ...
Created on 12 September 2019
8. ALV Grid in the nutshell: Field catalog - seltext
(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
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)
... Column width in characters convexit type convexit Conversion Routine seltext type lvc_txt ...
Created on 24 June 2019
11. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... sp;type i                 i_text      type gui_text optional                 i_icon      type icon_d  ...
Created on 21 November 2018
12. Speed-up your Eclipse installation
(How to...)
... ation folder. Then 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:PermSiz ...
Created on 15 November 2018
13. ATC Pseudo Comments list
(Tips)
... ion as I've 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 P ...
Created on 26 September 2018
14. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... ture,           results        type string,           source_editor  type ref to cl_gui_tex ...
Created on 20 August 2018
15. Send mail in BADI or User-Exit without commiting
(Tricks)
...     msg->set_send_immediately( abap_true ).    msg->send( ). catch cx_bcs_send into data(ex).     message ex->get_text( ) type 'E'. ...
Created on 22 February 2016
16. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
...  Button function code, please use one of constants B_xx. IV_TEXT Optional - button text IV_ICON Optional - button icon IV_QINFO Optional - tooltip ...
Created on 10 January 2016
17. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...      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))
... _15       iv_text                = 'F15'       iv_icon                = icon_re ...
Created on 06 January 2016
20. ZDEMO_FALV08 - Mass replace function
(FALV (Fast ALV Grid))
... replace *      iv_quickinfo = *      iv_butn_type = *      iv_disabled  =        iv_text      = 'Mass  ...
Created on 06 January 2016
21. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
... t;b_01       iv_text                = 'Enable Print'       iv_icon                = icon_ ...
Created on 06 January 2016
22. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
... status=>b_01       iv_text                = 'POPUP 01'       iv_icon               &nbs ...
Created on 06 January 2016
23. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
... atus=>b_01       iv_text                = 'POPUP 01'       iv_icon                 ...
Created on 06 January 2016
24. How to copy BOM using CEWB Function Modules
(How to...)
...        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)
...        exporting         percentage = 100         text       = 'Dummy'. ...
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)
... a base of that 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 ...
Created on 28 April 2015
28. Battleships game (two players)
(How to...)
... As this is the first version, it can contains still some bugs and it could be written better (constants instead of texts, etc..) . Gameplay also available at YT. Any feedback is appreciated!  ...
Created on 10 January 2015
29. Mass replace popup for ALV grid
(Tips)
... parameters and "WITH" separator (text element S02). Macro add_ss_line adds line for selection screen with parameter description, parameter from, "WITH" separator and parameter to. Macro ...
Created on 27 April 2014
30. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  field-symbols: <plan> like line of gt_plan. selection-screen begin of block exc with frame title text-exc. parameters: p_path type localfile lower case modif id exc. ...
Created on 18 April 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
CMD API EXTRACT APPEND USER OBJECTS TVCPLAK PRAGMA ALV GRID IN THE NUTSHELL SELECT CTMS DDB SET VALUE INTERNAL FIELDCATALOG ROWMARK ALV Grid in the nutshell Field catalog - tabname AiE FALV ADT ATC RESET REJ ALLOWED CONVEXIT DATATYPE ALINK CONNECTION GTFIND SAVE SALV CONTROLLER METADATA LVC FCAT ZDEMO FALV13 - Mix demo own screen and container How to select proper configuration entry INTLEN ALV GRID Field catalog - convexit OPR ALLOCATION PROVIDE GOS MANAGER FALV06 - Grid Layout settings Mark field ABAP STRUCTDESCR TVCPL Copy routing create on a base of existing one DELETE SIGN CVAPI DOC CHECKOUTVIEW Field catalog - inttype - ABAP data type BAPI CHARACT GETDETAIL EXTENSION Get filename and extension from full path TABLE IXML ISTREAM REPREP TECH WYSIWYG HTML Editor in ABAP RM07DOCS ABAP Code Retreat GUI ALV GRID FALV10 - Color Settings READ COC1 FEATURE CHECK CLAF CLASS EXPONENT SE41 MSC7 Field catalog - no sign FILL MDPA FROM EBAN REFRESH DISPLAY Keywords LEX
  • 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • 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
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • ATC Pseudo Comments list
  • EWB Components allocation to routing operation (multilevel BOM)
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • 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.