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

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... grid. 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 ...
Created on 18 April 2020
2. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... xsl" version="1.0">   <xsl:strip-space elements="*"/>   <xsl:template match="/">     <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">    ...
Created on 06 April 2020
3. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... <xsl:strip-space elements="*"/>   <xsl:template match="/">     <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">       <asx:values> &n ...
Created on 06 April 2020
4. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... save( ). catch zcx_cmd_customer. endtry.   Changing of contact person using contact person number: parameters: p_custom type kna1-kunnr obligatory,            ...
Created on 06 June 2019
5. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... etreat. They will help you to organize it or like it was in my case, they will help you to lead it (or even they will lead it for you). They are active on Twitter and LinkedIn, there should be no issues  ...
Created on 02 April 2019
6. 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 ...
Created on 26 September 2018
7. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... h 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 t ...
Created on 20 August 2018
8. Create XLSX file from internal table in background v2
(Tricks)
... .         catch cx_salv_msg.           return.       endtry.     els ...
Created on 01 June 2018
9. ABAP Favorites Eclipse plugin
(How to...)
... u can use to quick search inside your favorites. It’s enough to type some chars there and then directly the favorites tree will be filtered. Filter is checking both name and description for the filter to  ...
Created on 29 June 2017
10. Speed up your coding with ABAP in Eclipse (SITWRO 2017 session)
(How to...)
...  cover whole topic although the session last 10 minutes longer than it should be, as I received lots of question during the session.  I haven't watched whole video, I just checked if the voi ...
Created on 28 May 2017
11. Why I like to code in ABAP in Eclipse
(Thoughts)
... It gives you warnings about not catched exception classes – you’ll notice it on the right side of the editor   xv.      One place to rule them all – you ...
Created on 27 May 2016
12. 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
13. Create fieldcatalog from internal table
(How to...)
...        catch cx_root.     endtry.   endmethod.   SLIS field catalog definition   class-methods slis_fcat_from_internal_table ...
Created on 08 May 2015
14. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  *-- selection-screen begin of block mseg with frame title text-001. select-options matnr for mseg-matnr memory id mat matchcode object mat1. ...
Created on 28 March 2014
15. Characteristic's own input screen - Part 5 - show characteristic's own update screen
(How to...)
...            catch cx_sy_create_data_error.             raise error_creating_table. ...
Created on 14 November 2013
16. Characteristic's own input screen - Part 4 - Move screen values to reference data
(How to...)
...              if sy-subrc eq 0.               case <val>-atcod. ...
Created on 14 November 2013
17. Characteristic's own input screen - Part 3 - Move reference data values to screen
(How to...)
...                    <val>-atcod = 1.                 when 'GE'. ...
Created on 14 November 2013
18. Scan program for authority-check
(How to...)
...            t_table      = gt_alv.     catch cx_salv_msg .   endtry.  ...
Created on 13 July 2013
19. Extend allowed runtime of a program
(Tricks)
... don't want to use it at the moment then you could use FM TH_REDISPATCH with the check_runtime parameter equal to 0. You could also you FM SAPGUI_PROGRESS_INDICATOR for the same purpose but keep in ...
Created on 25 June 2013
20. Selection Screen - Part1 - Parameters
(For beginners)
...  parameters: p_name5  type char2 as listbox visible length 25 user-command lbchange. *"parameter with matchcode object parameters: p_name6  type char2 matchcode object h_t002. ...
Created on 08 June 2013
21. How to select proper configuration entry
(Tips)
...          add f_score to f_current_score.       else.         "there is no match and configuration is not empty ...
Created on 31 May 2013
22. Classifications - Part 1 - prepare structure for class data
(How to...)
...    field-symbols: <char> type bapi1003_charact_r.   data: mt_classdescriptions type standard table of  bapi1003_catch_r.   data: mt_classlongtexts type standard table of  bapi1003_longtext_r. ...
Created on 17 May 2013
23. Create XLSX/MHTML file from internal table in background
(Tricks)
... sp;).       catch cx_salv_msg.     endtry.     "get colums & aggregation infor to create f ...
Created on 12 May 2013
24. Save variant for single selection screen subscreen
(How to...)
...       selections_no_match             = 9      others                          = 10 ...
Created on 23 April 2013
25. Download CV01N/2N/3N documents to PC
(How to...)
...                    no_batch                  = 2 ...
Created on 14 April 2013
26. ZIP a file using ABAP
(How to...)
...        catch cx_bcs.         message e445(so).     endtry.   elseif i_soli[] is not initial. ...
Created on 13 April 2013
27. Get filename and extension from full path
(How to...)
...    find all occurrences of '\' in m_path in character mode   match offset m_offset.   if m_offset ne 0. ...
Created on 13 April 2013
28. Link Attachments of Purchase Requisition to Purchase Order
(Tricks)
...            endcase.         endloop.       catch cx_obl_parameter_error . ...
Created on 12 April 2013
Łukasz Pęgiel
MEREQ GET FACTORY ESRUO FIELDCATALOG GUI ALV GRID Download Configure ALV Grid in the nutshell Field catalog - checkbox SUM ALV GRID IN THE NUTSHELL FALV SALV CONTROLLER METADATA GTGET LVC AUTOMATIC LOGON SET SELECTED ROWS LEX AiE ECLIPSE PLUGIN How to copy BOM using CEWB Function Modules LOAD COMPLEX TSK OLE2 OBJECT ALV GRID Field catalog - key sel SCAN ABAP-SOURCE RELEASABLE CVAPI DOC GETDETAIL TVCPL BOM PROVIDE MBM RELEASE ALLOWED Function Module or Method Field catalog - icon SAVE USER SETTINGS acrTYC Zipping in IZArc with ABAP directly on PC SAP TechEd 2016 Basic Information Field catalog - reprep - ALV control Value is selection criterion for rep rep intf Field catalog - tooltip Field catalog - fieldname DARK THEME FILL MDLB FROM EBAN COM DELETE Create XLSX MHTML file from internal table in background ICON SAP TechEd FCAT SIGN CALL TRANSFORMATION Customer BAPI FILENAME FIORI QFIELDNAME COMPONENTS REFRESH Field catalog - sp group - Group key ABAP ZIP PURCHASE REQUISITION GAME EXPONENT SCROLL INFO VIA CSRF Token BAPI EXCHANGERATE CREATE FREE SESSION CHECK
  • 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
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • Subtotal lines of ALV GRID OO as content separator
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.