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

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
Group key is not widely used but it has nice feature. Once you group the field catalog fields and you pass the group name into parameter IT_SPECIAL_GROUPS of method SET_TABLE_FOR_FIRST_DISPLAY, then in ...
Created on 18 April 2020
2. ABAP Favorites Eclipse plugin
(How to...)
... in Java would do it in few minutes. I needed some hours ( more than 10 ) to do so, but finally the first version is alive and I can share it with you.    3.What are the features of the plugin? ...
Created on 29 June 2017
3. Why I like to code in ABAP in Eclipse
(Thoughts)
... LiveCycle Designer in separate window then it still hangs iii.     Even if the updates are frequent, then not all AiE features are available for all version of SAP. Unfortunatelly there are no SP's ...
Created on 27 May 2016
4. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... you want. "! This is demo for FALV Mix Demo. It contains many features, many FALVs in one program "! and a usage of a own screen with own container and FALV "! done by Lukasz Pegiel for http://abapblog.com ...
Created on 06 January 2016
5. Characteristic's own input screen - Part 6 - move reference data to bapi structure
(How to...)
... use here BAPI_CLASS_READ to read all possible characteristics and COC1_FEATURE_CHECK to get characteristic details.   Importing: I_DATA TYPE REF TO DATA Changing: CT_OBJVALUESNUM TYPE TT_BAPI1003_ALLOC_VALUES_NUM ...
Created on 16 November 2013
6. Characteristic's own input screen - Part 5 - show characteristic's own update scre
(How to...)
Now we're ready to build the data for screen output, call the update screen and then move the data back from screen to reference data. We will use here: COC1_FEATURE_CHECK to get characteristic ID ...
Created on 14 November 2013
7. Characteristic's own input screen - Part 4 - Move screen values to reference dat
(How to...)
...      endif.     "get characteristic ID     call function 'COC1_FEATURE_CHECK'       exporting *       feature_id                  = atinn         feature_neutral_name        = i_atnam ...
Created on 14 November 2013
8. Characteristic's own input screen - Part 3 - Move reference data values to scree
(How to...)
...      data: m_atinn type api_vali-atinn.     if i_data is initial.       raise no_data_to_change.     endif.     "get characteristic ID     call function 'COC1_FEATURE_CHECK' ...
Created on 14 November 2013
9. Classifications - Part 3 - get all objects assigned to class
(How to...)
...        class                = i_class *     CLASSES              = ' '       classtext            = abap_true       classtype            = i_classtype *     FEATURES             = 'X' ...
Created on 18 May 2013


Łukasz Pęgiel
REFRESH TABLE DISPLAY EDIT MASK SET SELECTED ROWS GUI ALV GRID ALV Grid in the nutshell Field catalog - icon REPREP Reset rejection of Purchase Requisition IXML ENCODING Field catalog - key sel JSON Field catalog - tabname READ USER OBJECTS APPEND SETTINGS ALV GRID IN THE NUTSHELL GET FRONTEND FIELDCATALOG ZDEMO FALV13 - Mix demo own screen and container Mass replace popup for ALV grid Use CHART ENGINE Custom selection-screen fields for MD07 MS07 CTMS DDB INIT ALINK CONNECTION GTINSERT ALV GRID LVC FCAT RELEASE ALLOWED MEREQ FACTORY HOW TO START WITH ALV TABNAME ABAP Code Retreat DARK THEME MS OUTLOOK TVCPLAP LOAD COMPLEX TSK PURCHASE REQUISITION ESDUS MB51 ENHANCEMENT ORDER ITEM CONDITIONS Field catalog SAP SCRIPT Why I like to code in ABAP in Eclipse ALV POPUP SELECT CHECKBOX BINARY RELATION CREATE Field catalog - rollname Field catalog - no sign BOM FALV06 - Grid Layout settings Mark field Download DATE CMD API EXTRACT GROUP How to teach ABAP ABAP TEST COCKPIT MEREQS EBAN LOOKUP EXPORT TO MEMORY ID ADT UNLOCK VIRTUALBOX
  • 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)
  • Call standard F4 search help with customized parameters
  • ATC Pseudo Comments list
  • 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.