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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... to display, as usually you can group the fields with any desired characteristic, for example, in report to list materials with all master data from client, plant and sales organization level, you could ...
Created on 18 April 2020
2. 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
3. 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
4. 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
5. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... types in NW 7.52 SP04 ABAP Type Description C Character String N Character String with ...
Created on 18 December 2019
6. 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
7. 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
8. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
... when you 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 ...
Created on 29 July 2019
9. 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 ...
Created on 01 July 2019
10. 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
11. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... Column width in characters convexit type convexit Conversion Routine seltext type lvc_txt ...
Created on 24 June 2019
12. ATC Pseudo Comments list
(Tips)
...  Text element missing in a character string NO_TEXT   CL_CI_TEST_EXTENDED_CHECK 1701 N Text element not defined in TEXT-POOL TEXT_POOL   CL_CI_TEST_EXTE ...
Created on 26 September 2018
13. SAP Script error with percentages using decimal field
(Tips)
...  several changes in SAP Script form, I've return to the print program and I did small modifications there.    I've changed the definition of displayed field to character field instead ...
Created on 03 June 2017
14. Send mail in BADI or User-Exit without commiting
(Tricks)
...  *       iv_codepage     = iv_codepage    " Character Set of a Document    ). ...
Created on 22 February 2016
15. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
...  *    i_msgv1              = i_msgv1    " Message Variable (Maximum of 50 Characters) ...
Created on 28 April 2015
16. Enhanced MB51 Part 3 - Get selection parameters
(Tricks)
... If you're thinking about it's restrictions to keep only 40 characters from screen parameters then please check your system as for some of the new versions this FM contains a table parameter of ...
Created on 27 March 2014
17. Characteristic's own input screen - Part 8 - example of use
(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
18. Characteristic's own input screen - Part 7 - save characteristic value to database
(How to...)
... OPTIONAL value( I_CHANGE_NUMBER ) TYPE BAPI1003_KEY-CHANGENUMBER OPTIONAL -> Change Number  Exception: NO_DATA   Implementation: method save_charact_from_ref_data.     field-symbols: ...
Created on 17 November 2013
19. Characteristic's own input screen - Part 6 - move reference data to bapi structures
(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
20. Characteristic's own input screen - Part 5 - show characteristic's own update screen
(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
21. Characteristic's own input screen - Part 4 - Move screen values to reference data
(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.   ...
Created on 14 November 2013
22. Characteristic's own input screen - Part 3 - Move reference data values to screen
(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.   ...
Created on 14 November 2013
23. Characteristic's own input screen - Part 2 - Clear Initial Line
(How to...)
... screen 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. ...
Created on 31 August 2013
24. Characteristic's own input screen - Part 1 - Convert Values To Float
(How to...)
... 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 ...
Created on 31 August 2013
25. Selection Screen - Part1 - Parameters
(For beginners)
... my native language.     You can look on the example bellow or importi it to your SAP system from .nugg file. report zab_ssdemo1. "parameter without any typing (1 character) ...
Created on 08 June 2013
26. Classifications - Part 4 - example of use
(How to...)
... results of it. But before I'll prepare program I need to have classification with some characteristics and an object to which I will add classification. So lets start with CL01 to create our test classification. ...
Created on 26 May 2013
27. Classifications - Part 3 - get all objects assigned to class
(How to...)
In previous article ( Classifications - Part 2 - Get Object Details ) I've created a method to get characteristics values for an object to our dynamic structure, in this part I will show ...
Created on 18 May 2013
28. Classifications - Part 2 - Get Object Details
(How to...)
  In the first part I show how to create a structure on a base of class characteristics, now I will describe how to get the characteristics values for a object and how to fill the structure we've ...
Created on 18 May 2013
29. Classifications - Part 1 - prepare structure for class data
(How to...)
Today I'll start to show you how you can prepare some methods to be able to read classification data without carrying each time about the kind of characteristics. If you follow my suggestions then ...
Created on 17 May 2013
30. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
...                             character_set = 'utf-8' ). ...
Created on 06 May 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
READ USER OBJECTS ESRUO QFIELDNAME F4IF START VALUE REQUEST LVC FCAT ALV GRID IN THE NUTSHELL IXML STREAM FACTORY REUSE ALV GRID DISPLAY PSEUDO COMMENTS ICON Selection Screen - Part1 - Parameters MB51 ENHANCEMENT ABAP Code Retreat Tychy 2019 - Organizer Recap GET SELECTED ROWS AUTOMATIC LOGON SET SELSCREEN STATUS FALV SAVE OUTLOOK APPLICATION MB51 ALV GRID ABAP DEVELOPMENT TOOLS IN ECLIPSE ZCL COLUMN - column fcat settings GUI VIDEO CHART ENGINE REPREP PARSER FIELDCATALOG BAPI EXCHANGERATE CREATE Download CV01N 3N documents to PC HTML VIEWER OBJCL GETDETAIL CTMS DDB HAS VALUES INTERNAL CMD API deletes contact persons ABAP IN ECLIPSE ALV Grid in the nutshell Field catalog - emphasize SETTINGS VARIANT CATALOG About me Function Module or Method Field catalog - rollname CVIC MAP CONTACT PURCHASE ORDER Speed up your coding with ABAP in Eclipse SITWRO 2017 session HTTP CLIENT ATC Pseudo Comments list COC1 FEATURE CHECK Secure call of starting new task using RM FREE SESSION CHECK REFRESH TABLE FIX COLUMN SUM COM FROM
  • 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.