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

Search for:
Search Only:

1. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...                      data(table_line_as_el_type) = cast cl_abap_elemdescr( cl_abap_elemdescr=>describe_by_data_ref( p_data_ref =  )  ).                     add 1 to level.                     append value #( level = level name = i_comp-name type = table_line_as_el_type->type_kind absolute_type = table_line_as_el_type->absolute_name parent = table_line_as_el_type->absolute_name structure  = abap_true  id = id ) to hierarchy ...
Created on 20 August 2018
2. Characteristic's own input screen - Part 6 - move reference data to bapi structure
(How to...)
...      data: m_p(16) type p.     data: mo_type type ref to cl_abap_elemdescr.     data: m_format type cabn-atfor.     data: m_currency type rctmv-waers.     data: m_atinn type api_vali-atinn.     data: m_objectkey type bapi1003_key-object. ...
Created on 16 November 2013
3. Characteristic's own input screen - Part 4 - Move screen values to reference dat
(How to...)
...      data: m_p(16) type p.     data: mo_type type ref to cl_abap_elemdescr.     data: m_format type cabn-atfor.     data: m_currency type rctmv-waers.     if c_data is initial.       raise no_data_to_change. ...
Created on 14 November 2013
4. Characteristic's own input screen - Part 3 - Move reference data values to scree
(How to...)
...                      type any,                     type api_vali.     data: m_p(16) type p.     data: mo_type type ref to cl_abap_elemdescr.     data: m_format type cabn-atfor.     data: m_currency type rctmv-waers. ...
Created on 14 November 2013
5. How to select proper configuration entry
(Tips)
... change the structure of your configuration table.  Dynamic way when done once then doesn't have to be redesign as I will use cl_abap_elemdescr and cl_abap_structdescr to get key fields.    Ok, firstly ...
Created on 31 May 2013
6. Classifications - Part 2 - Get Object Details
(How to...)
...    data: mo_type type ref to cl_abap_elemdescr.   data: m_p(16) type p.   data: m_date type sy-datum.   data: m_time type sy-uzeit.   "check if object table was supplied   if i_objecttable is initial. ...
Created on 18 May 2013
7. Classifications - Part 1 - prepare structure for class data
(How to...)
... then I will use FM BAPI_CHARACT_GETDETAIL to read the characteristics and in each step I'll be using classes cl_abap_elemdescr, cl_abap_structdescr and cl_abap_tabledescr to create the structure I ...
Created on 17 May 2013


Łukasz Pęgiel
ALV GRID IN THE NUTSHELL ALV Grid in the nutshell Field catalog - no convext Configure FILL MDLB FROM EBAN UI2 JSON COMMIT WORK ZDEMO FALV01 - Standard full screen FALV ESRUO - MM settings table - Part 2 ALV GRID TSK UNLOCK GUI CHART ENGINE ALV GRID SYNTAX-CHECK CALL TRANSFORMATION TECH FALV ABAP Code Retreat ISOLATE SELSCREEN VL473 FIELDCATALOG SMP DYNTXT LVC FCAT SALV UTIL SUBTOTAL TEXT ABAP4 CALL TRANSACTION Field catalog - domname - Domain name SCAN ABAP-SOURCE PARAMETERS SAP TechEd 2016 LOWER CASE REDISPATCH ESDUS CONVEXIT MS07 ABAP ELEMDESCR SAVE USER SETTINGS BAPI CHARACT GETDETAIL TOTLINE How to handle CL GRID events in SALV ABAP in Eclipse - Install CMD API EXCHANGERATE CREATE COMPONENTS MAINTAIN FIX COLUMN Enhanced MB51 Part 1 - Goal and prerequisites JUST ALINK CONNECTION GTINSERT Custom selection-screen fields for MD07 LEARN ABAP BOM PROVIDE MBM PURCHASE REQUISITION Field catalog - just PERIOD AND DATE CONVERT OUTPUT EDIT MASK FALV Fast ALV Grid - First blood ZCL COLUMN - column fcat settings ROWMARK
  • 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
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • GOS - How to add business documents at creation of object
  • 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
  • How to handle CL_GUI_ALV_GRID events in SALV

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.