• 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

Search

Total: 47 results found.

Search for:
Search Only:

Page 2 of 2

31. Scan program for authority-check
(How to...)
...  field-symbols:  type trdir. select-options: s_prgnam for gs_alv-program. start-of-selection.   "dummy authorization check to show the results   authority-check object 'S_DEVELOP' ...
Created on 13 July 2013
32. Custom selection-screen fields for MD07/MS07
(Tips)
...  data: gt_mdma like standard table of mdma. field-symbols:  type mdma,                 type t_vendor,                 type mdkpdb,                 type mdkp,                 like line of gt_mdkps. ...
Created on 16 June 2013
33. Call standard F4 search help with customized parameters
(How to...)
...  *This is the code from http://abapblog.com.   field-symbols:  type ddshiface,                   type ddshiface.   data: f_shlp type shlp_descr.   data: f_rc type sy-subrc.   call function 'F4IF_GET_SHLP_DESCR' ...
Created on 07 June 2013
34. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...    field-symbols:  type ekko.   data: f_mepoitem type mepoitem.   data: fo_header type ref to if_purchase_order_mm.   data: f_checkheader type mepoheader.   data: f_checkheader_curr type mepoheader. ...
Created on 06 June 2013
35. How to select proper configuration entry
(Tips)
...  data: gs_zconf_static  type zconf. data: gs_zconf_dynamic type zconf. data: gs_zconf_source  type zconf. data: gt_sflight type standard table of sflight. field-symbols:  type sflight. "select our configuration ...
Created on 31 May 2013
36. Classifications - Part 4 - example of use
(How to...)
...  data: gt_objects_1 type standard table of clobjekte. data: gt_objects_2 type standard table of clobjekte. data: gt_data1     type ref to data. data: gt_data2     type ref to data. field-symbols:   type standard table, ...
Created on 26 May 2013
37. Classifications - Part 3 - get all objects assigned to class
(How to...)
...  Implementation: method get_objects_of_class. *This is the code from http://abapblog.com.   field-symbols:  type standard table,                   type any,                   type clobjekte. ...
Created on 18 May 2013
38. Classifications - Part 2 - Get Object Details
(How to...)
... in part 1. To get the characteristics values for an object I will use FM BAPI_OBJCL_GETDETAIL, then using field-symbols I will move the data from its result tables to our structure. I will use also cl_abap_typedescr ...
Created on 18 May 2013
39. Classifications - Part 1 - prepare structure for class data
(How to...)
...  error_creating_table characteristics_error Implementation of method: method create_structure_for_class. *This is the code from http://abapblog.com.   field-symbols:  type bapi1003_charact_r. ...
Created on 17 May 2013
40. Create XLSX/MHTML file from internal table in background
(Tricks)
...    data: mo_salv_table  type ref to cl_salv_table.   data: m_file_type type salv_bs_constant.   field-symbols  type any table.   get reference of ct_data into mt_data. *if we didn't pass fieldcatalog we need to create it ...
Created on 12 May 2013
41. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 2 - Customization
(How to...)
In part one for this tutorial I quickly shown you how to create a chart customizing using Chart Designer, in this part I will show how I store and use such customizing. For the beginning I'll tell ...
Created on 04 May 2013
42. Load variant to single subscreen (selection screen)
(How to...)
... and field-symbols to put them on place. So let's start.   As input parameter I will use only subscreen number: i_dynnr type sy-dynnr  -> subscreen number Implementation of method: method get_variant_for_ss. ...
Created on 02 May 2013
43. Subtotal lines of ALV GRID OO as content separator
(Tricks)
...        es_subtottxt_info       ep_subtot_line       e_event_data.   and the implementation in which I'm clearing all descriptions from subtotals: method subtotal_text.     field-symbols:  type any. ...
Created on 28 April 2013
44. Creating editor for dynamic code (SE38 like)
(How to...)
...  *&      Form  ucomm *&---------------------------------------------------------------------* form ucomm .   field-symbols:  type ref to cl_wb_editor.   data: fo_source type ref to cl_wb_source. ...
Created on 17 April 2013
45. Download CV01N/2N/3N documents to PC
(How to...)
...    data: mo_zipper type ref to cl_abap_zip.   data: mt_accessinf type standard table of scms_acinf.   data: ms_accessinf type scms_acinf.   data: mr_name_filter type tt_ra_filename.   field-symbols  like line of mr_name_filter. ...
Created on 14 April 2013
46. ZIP a file using ABAP
(How to...)
... I_XSTRING & I_STRING variables are empty STRING_CONV_ERROR Error during conversion string to xstring   Implementation:  method zip.   field-symbols:  type ref to cl_abap_zip.   data: m_zipper type ref to cl_abap_zip. ...
Created on 13 April 2013
47. Free global data of a program at once
(Tricks)
...    field-symbols:  type any,                   type scompo,                   type stoken,                   type ref to cl_gui_custom_container,                   type ref to cl_gui_textedit, ...
Created on 10 April 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ALV Grid in the nutshell not allowed Field catalog - emphasize PERIOD AND DATE CONVERT INPUT GOS SERVICE TOOLS ALINK CONNECTION PARAMETERS PURCHASE REQUISITION QM ATTACHMENTS STARTING NEW TASK DATATYPE FIELDCATALOG COC1 FEATURE CHECK MANAGER GUI ALV GRID FALV Popup with multi-select ALV JSON2ABAPtype ALV GRID IXML DOCUMENT SALV TABLE LVC FCAT SAVE KKEK FLOAT CURR COL POS Field catalog - no zero MESSAGE HANDLER Download CV01N 3N documents to PC ESRUO - MM settings table - Part 1 Custom selection-screen fields for MD07 MS07 ALV GRID IN THE NUTSHELL CUSTOM CONTAINER Create fieldcatalog from internal table AUTHORITY-CHECK Copying is not poss COMPONENTS REFRESH Delete Routing - piece of cake RESET REJ ALLOWED USER INFO ABAP ZIP UTIL ORDER CTMS CLASS DDB ISOLATE SELSCREEN PROVIDE COM OPR CONTROLLER METADATA CMD API EXTRACT GTGET HAS VALUES INTERNAL EXTENSION READ SETTINGS APPEND RELEASABLE REUSE VARIANT BCS ACR TRANSFER SLIS REL RM07DOCS
  • 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
  • GOS - How to add business documents at creation of object
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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
  • 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.