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

Search for:
Search Only:

Page 1 of 2

1. <span class="highlight">Char</span>acteristic's own input screen - Part 8 - example of use&#160;...
(How to...)
We got all needed functions, so I'll give you an example how to call the methods correctly to get characteristics update window like this:   Program bellow is reading firstly the info about stored ...
Created on 17 November 2013
2. <span class="highlight">Char</span>acteristic's own input screen - Part 7 - save characteristic value to databas
(How to...)
... I_CHANGE_NUMBER ) TYPE BAPI1003_KEY-CHANGENUMBER OPTIONAL -> Change Number  Exception: NO_DATA   Implementation: method save_charact_from_ref_data.     field-symbols:                     type bapi1003_alloc_values_char, ...
Created on 17 November 2013
3. <span class="highlight">Char</span>acteristic's own input screen - Part 6 - move reference data to bapi structure
(How to...)
Our characteristics update screen was displayed, data was changes so we need to read the reference data and put the values into BAPI structures in order to be able to save the values to database. I will ...
Created on 16 November 2013
4. <span class="highlight">Char</span>acteristic'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
5. <span class="highlight">Char</span>acteristic's own input screen - Part 4 - Move screen values to reference dat
(How to...)
In previous article I've shown how to move characteristics from reference data to screen values table, this method is doing opposite way from screen values table to reference data structure.   Importing: ...
Created on 14 November 2013
6. <span class="highlight">Char</span>acteristic's own input screen - Part 3 - Move reference data values to scree
(How to...)
Before we can call the screen with the characteristic value to change we need to convert data from our reference data structure to table of type TT_API_VALI. Following method shows how to do it.   Importing: ...
Created on 14 November 2013
7. <span class="highlight">Char</span>acteristic's own input screen - Part 2 - Clear Initial Lin
(How to...)
... with previously filled data by CTMS_DDB_SET_VALUE_INTERNAL then for multiple value characteristic I was always receiving one additional line to these which was passed by me in export parameters. The funny ...
Created on 31 August 2013
8. <span class="highlight">Char</span>acteristic's own input screen - Part 1 - Convert Values To Floa
(How to...)
... update some characteristic values from ALV grid, this would be not a problem at all if the characteristics would be defined from the begriming, but they weren't. In that case I couldn't just add ...
Created on 31 August 2013
9. Create a nice looking <span class="highlight">char</span>t with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
We know already how to use chart designer and we're able to save/read it's result to/from standard texts. So let's go for most interesting part - rendering the chart. Of course we will need ...
Created on 06 May 2013
10. Create a nice looking <span class="highlight">char</span>t 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
11. Create a nice looking <span class="highlight">char</span>t with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
At the beginning of my work with SAP I was disappointed with the charts that was available in standard transactions. In fact I am still :) But when I have to create own program with nice looking chart ...
Created on 03 May 2013
12. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... with any desired characteristic, for example, in report to list materials with all master data from client, plant and sales organization level, you could use the origin of the columns as a group factor. ...
Created on 18 April 2020
13. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
This field allows us to set (or change) the header text of the column. It can consist up to 55 characters in lowercase mode. When you use data dictionary reference ( REF_FIELD, REF_TABLE ) it is populated ...
Created on 13 April 2020
14. 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
15. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
... not bother yourself about it. But if you do, then take into consideration following information: Length is in Bytes, so remember that it doesn’t mean, that one character takes one Byte In display ...
Created on 13 April 2020
16. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... in NW 7.52 SP04 ABAP Type Description C Character String N Character String with Digits ...
Created on 18 December 2019
17. 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
18. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... no more and no less than a function modules that helps to represent the internal values into understandable or more readable values. An basic example is field MATNR which is 18 characters long in ECC and ...
Created on 29 July 2019
19. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
... have a field that have maximum length of few characters but the description of the column is long. In such case with OUTPUTLEN you can decide if you want to adjust the column width to the width of the ...
Created on 29 July 2019
20. ALV Grid in the nutshell: Field catalog - emphasize
(ALV Grid in the nutshell)
... grid ‘X’ – you use standard emphasize (default colour) ‘Cxyz’ – where:  ‘C’ is a character that notifies ALV grid that you will use specific colours x – contains one of the following colour ...
Created on 01 July 2019
21. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... of field catalog as well. Using Conversion-Exit, for example ‘==ALPHA’, where ‘==’ sings represents the information that we’re using conversion-exit, and the next 5 characters are reserved for the ...
Created on 28 June 2019
22. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
... table. The corresponding field should be an CHAR4 field. You can use of course the domain ICON_D as well. In my example I’ve filled all rows with the same icon (ICON_ABAP) during the selection of data ...
Created on 24 June 2019
23. ALV Grid in the nutshell: Field catalog - symbol
(ALV Grid in the nutshell)
... fieldcatalog value for field SYMBOL to ‘X’ and in the corresponding field of your internal table, you have put the value of the symbol. The corresponding field should be CHAR1 field.   Figure ...
Created on 24 June 2019
24. ALV Grid in the nutshell: Field catalog - checkbox
(ALV Grid in the nutshell)
... or any other CHAR(1) type. If you use editable grid then once the checkbox is checked, the cell of the table behind it will be filled with value ‘X’.   Figure 41 ZDEMO_AIN_CL18 Checkbox ...
Created on 24 June 2019
25. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  outputlen type lvc_outlen ALV control: Column width in characters convexit type convexit ...
Created on 24 June 2019
26. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
...  that it will be easier and better to use Eventbrite, which is free for free of charge event. You can setup there the maximum of participants per ticket type, as well as give some description and informatio ...
Created on 02 April 2019
27. ATC Pseudo Comments list
(Tips)
...    CL_CI_TEST_EXTENDED_CHECK 1700 N Text element missing in a character string NO_TEXT   CL_CI_TEST_EXTENDED_CHECK 1701 N Text element ...
Created on 26 September 2018
28. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...          components = components && -final_type && ',' && cl_abap_char_utilities=>newline.       endloop.       assign hierarchy[ absolute_type = -parent ] to field-symbol().       if sy-subrc eq 0. ...
Created on 20 August 2018
29. Retro ASCII symbols in ALV Grid table
(How to...)
...  types: begin of t_symbol,          symbol type char01,          name   type string,        end of t_symbol. data symbols type standard table of t_symbol. symbols = value #(                   ( symbol = sym_space              name = 'SYM_SPACE             ' ) ...
Created on 03 June 2018
30. ABAP Favorites Eclipse plugin
(How to...)
...  At top of both views there if a filter field which you 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 ...
Created on 29 June 2017
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
BOM FIX COLUMN ALV GRID IN THE NUTSHELL COMPONENTS UPDATE PREPARE GUI ALV GRID Zipping in IZArc with ABAP directly on PC SBCS SEND RM07DOCS ALV Grid in the nutshell Field catalog - no sum ALV GRID FIELDCATALOG LVC FCAT MAT CREATE COPY Enhanced MB51 Part 6 - ZMB51 program Field catalog - datatype PURCHASE ORDER ADT PRINTOUTS SCMS XSTRING BINARY CTMS DDB SET VALUE ONLINE SMP DYNTXT MEPO DOCUMENT RSBCS EXAMPLE EMAIL GUI STATUS SE41 Load variant to single subscreen selection screen PROVIDE ITM PATH DELETE USER OBJECTS STARTING NEW TASK ABAP DEVELOPMENTS TOOLS CMD API EXTRACT MB51 ENHANCEMENT SUM CHART ENGINE JSON2ABAPtype SLICENSE SAP Fiori - HTTP request failed403 ALINK CONNECTION GTUPDATE SAP TechEd Developer Hero 2016 FALV Field catalog - reptext Heading FIORI QM ATTACHMENTS Field catalog CVAPI DOC CHECKOUTVIEW WYSIWYG HTML Editor in ABAP Field catalog - outputlen SAP TechEd ABAP Favorites Eclipse plugin HAS VALUES INTERNAL SAPGUI PROGRESS INDICATOR READ SETTINGS LOOP COMMIT WORK ZDEMO FALV12 - Error log CVIC MAP CONTACT F4IF
  • 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.