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

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog - lowercase - Lowercase letters allowed/not allowed
(ALV Grid in the nutshell)
The changes of this parameter are only visible in edit mode and makes sense only for character or string fields. If it is set to ABAP_TRUE (‘X’), then the ALV grid stores in internal table the value in ...
Created on 13 April 2020
2. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... p;currency,              currency_name TYPE string,              unit          TYPE& ...
Created on 06 April 2020
3. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... ates DEFINITION.   PUBLIC SECTION.     TYPES: BEGIN OF currency,              cross_o ...
Created on 06 April 2020
4. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... types in NW 7.52 SP04 ABAP Type Description C Character String N Character String with ...
Created on 18 December 2019
5. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... Type Short Description ACCP Posting Period YYYYMM CHAR Character String CLNT  ...
Created on 11 December 2019
6. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...  i_button         i_visible = abap_true  ).   endmethod.   method change_function_visibility.     data: current_screen type string value '(RSDBRUNT)C ...
Created on 21 November 2018
7. ATC Pseudo Comments list
(Tips)
...  language CI_TABL_EXCEPTN   CL_CI_TEST_DDIC_TABLES 60 W Table &1 contains &2 STRING or RAWSTRING fields CI_TABL_EXCEPTN   CL_CI_TEST_D ...
Created on 26 September 2018
8. 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
9. Retro ASCII symbols in ALV Grid table
(How to...)
... ol,          symbol type char01,          name   type string,        end of t_sym ...
Created on 03 June 2018
10. Create XLSX file from internal table in background v2
(Tricks)
... l         value(itdata) type standard table       returning value(r_xstring) type xstring. Here goes the implementatio ...
Created on 01 June 2018
11. SAP Script error with percentages using decimal field
(Tips)
... the field to the one shown bellow. The arithmetic calculation is still the same but I've used string expressions to format the value correctly.      Now the values are alway ...
Created on 03 June 2017
12. Direct access quality notification attachments from action box
(How to...)
...  *"  EXCEPTIONS *"      ACTION_STOPPED *"----------------------------------------------------------------------   constants: gos_path type string value '(SAPLSWUG)GO_GOS_MANAGER'. ...
Created on 22 October 2015
13. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...      class-methods: show_title  importing value(iv_text1) type string                                          value(iv_text2) type string optional ...
Created on 11 July 2015
14. Mass replace popup for ALV grid
(Tips)
...  data: gt_rsparams type rsparams_tt. data: gt_fcat_mass type lvc_t_fcat. data: gt_mass_sel_columns type lvc_t_col. data: g_fieldname type string. ...
Created on 27 April 2014
15. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  *----------------------------------------------------------------------* form export_to_excel.   data: f_filename type string. * create zcl_excel_worksheet object ...
Created on 28 March 2014
16. Range to search in lower case fields
(Tricks)
...    data: f_text type string.   data: f_textnew type string.   data: f_insidel type i.   data: f_insidel2 type i. ...
Created on 13 March 2014
17. Characteristic's own input screen - Part 2 - Clear Initial Line
(How to...)
...      data: mt_api_vali type  tt_api_vali.     data: f_name type string value '(SAPLCTMS)WS[]'.     call function 'CTMS_DDB_HAS_VALUES_INTERNAL' ...
Created on 31 August 2013
18. Scan program for authority-check
(How to...)
...          fiel1 type   xufield,         valu1 type   sstringwa,         fiel2 type   xufield, ...
Created on 13 July 2013
19. Selection Screen - Part1 - Parameters
(For beginners)
...  *"parameter with memory id  parameters: p_carri3 type char3 memory id car. *"string parameter with field lenght set ...
Created on 08 June 2013
20. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...    data: f_ekkotxt type string.   data: begin of fs_condcheck,         set type c,         ebelp type ekpo-ebelp, ...
Created on 06 June 2013
21. Create XLSX/MHTML file from internal table in background
(Tricks)
... lly have the fieldcatalog I create result table with sort and filter criteria if they were passed. To do that  I use class cl_salv_ex_util. At the end result table is transformed to xstring with method cl_salv_bs_tt_util=>if_salv_bs_tt_util~transf ...
Created on 12 May 2013
22. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
...    data: f_xstring type xstring.   data: fo_ixml_mf type ref to if_ixml.   data: fo_ixml_sf type ref to if_ixml_stream_factory. ...
Created on 06 May 2013
23. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 2 - Customization
(How to...)
... Then I'll paste the XML content here and save:   After it's done I can prepare a module to read the text, replace title and subtitle and to create an xstring from it. I will use this xstring ...
Created on 04 May 2013
24. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
...    Step 1) For my article purpose I will use Pie2.5D type     Step 2) Let's setup title, subtitle, number of series and categories. In title I will use string TITLE_REPLACE and for ...
Created on 03 May 2013
25. Creating editor for dynamic code (SE38 like)
(How to...)
...  data: ft_code type standard table of string. data: fs_code type char255. data: fs_zparm type zparm. data: f_table type string. ...
Created on 17 April 2013
26. Zipping in IZArc with ABAP directly on PC
(Tricks)
...                            f_synchro type string                     changing f_ziped type c. ...
Created on 15 April 2013
27. Download CV01N/2N/3N documents to PC
(How to...)
... if file was succesfully downloaded to PC. If you don't want to download the file but you want to get it for futher use you'll have to request ET_XSTRING table. In other case do not request this ...
Created on 14 April 2013
28. ZIP a file using ABAP
(How to...)
... I've used this class to create a method to simplify the process of zipping. First of all class CL_ABAP_ZIP is zipping xstrings so I'll provide you the possibility to pass not only xstring variables ...
Created on 13 April 2013
29. Get filename and extension from full path
(How to...)
... CSEQUENCE -> filename with extension E_EXTENSION TYPE CSEQUENCE -> extension Main code: method get_filename_from_path.   data: m_offset type i.   data: m_path type string. ...
Created on 13 April 2013
30. Free global data of a program at once
(Tricks)
...    data: mt_src        type table of string,         mt_tokens     type type_tokens     , ...
Created on 10 April 2013
Łukasz Pęgiel
APPEND USER OBJECTS Download CV01N 3N documents to PC ALV Grid in the nutshell GUI ALV GRID BAPI CLASS READ COMPONENTS MAINTAIN AiE ABAP HTML SCMS BINARY XSTRING COPY TSK SAP TechEd Developer Hero 2016 LOWER CASE REUSE VARIANT Field catalog FALV Fast ALV Grid - First blood FALV DISPLAY ALV GRID IN THE NUTSHELL FIELDCATALOG SAPGUI PROGRESS INDICATOR SALV CONTROLLER METADATA CMD API EXTRACT SBCS SEND ALV GRID DOMNAME ESRUO GUI STATUS Create fieldcatalog from internal table ZDEMO FALV14 - Popup calls ADT TOTEXP LVC FCAT ECLIPSE SET SCROLL INFO VIA API deletes contact persons PRAGMA OUTB DELIVERY CREATENOREF Mass replace popup for ALV grid MB51 FLAG #EC RELATION CREATE COMMIT COL Field catalog - round DATE ESDUS FILL MDLB FROM EBAN Retro ASCII symbols in ALV Grid table INDICATOR VS direct call of SAPGUI TABNAME REFRESH SELECTOPTIONS By Topic not allowed AT SELECTION-SCREEN OUTPUT DELETE SETTINGS SCAN ABAP-SOURCE How to copy BOM using CEWB Function Modules IXML DOCUMENT SAP WebIDE TEACH ABAP CVAPI DOC GETDETAIL ALINK
  • 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
  • EWB Components allocation to routing operation (multilevel BOM)
  • Save message with attachment in Outlook's Drafts
  • 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.