• 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. <span class="highlight">Charact</span>eristic'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">Charact</span>eristic'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">Charact</span>eristic'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">Charact</span>eristic'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">Charact</span>eristic'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">Charact</span>eristic'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">Charact</span>eristic'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">Charact</span>eristic'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. 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
10. 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
11. 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
12. 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
13. 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
14. 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
15. 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
16. 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
17. 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
18. 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
19. 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
20. 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
21. SAP Script error with percentages using decimal field
(Tips)
... modifications there.    I've changed the definition of displayed field to character field instead of decimal field.       I used CHAR8 type as this had the same length as the previous ...
Created on 03 June 2017
22. Send mail in BADI or User-Exit without commiting
(Tricks)
...  *       iv_contents_bin = iv_contents_bin    " Main Document, First Body Part (Binary)        iv_doctype      = 'htm'    " Document Category *       iv_codepage     = iv_codepage    " Character Set of a Document ...
Created on 22 February 2016
23. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
...  *    i_msgid              = i_msgid    " Message Class (If I_TEXT is not transferred) *    i_msgno              = i_msgno    " Message Number (If I_TEXT is not transferred) *    i_msgv1              = i_msgv1    " Message Variable (Maximum of 50 Characters) ...
Created on 28 April 2015
24. 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
25. Selection Screen - Part1 - Parameters
(For beginners)
... 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) parameters: p_name. ...
Created on 08 June 2013
26. Classifications - Part 4 - example of use
(How to...)
... 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 how to use ...
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 ...
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...)
...    f_encoding = fo_ixml_mf->create_encoding(                            byte_order    = if_ixml_encoding=>co_little_endian                            character_set = 'utf-8' ).   f_ixml_data_doc->set_encoding( f_encoding ). ...
Created on 06 May 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ESDUS ROWMARK ALV Grid in the nutshell Field catalog - fieldname LVC TRANSFER FROM SLIS ALV GRID IN THE NUTSHELL MEPO DOCUMENT GUI ALV GRID WYSIWYG HTML Editor in ABAP FIELDCATALOG ZCL CMD CUSTOMER ALV GRID EXPORT TO MEMORY ID ZDEMO FALV01 - Standard full screen FALV DDSHIFACE SEARCH PRETTY PRINTER SCMS DOC READ Field catalog - reprep - ALV control Value is selection criterion for rep rep intf BINARY RELATION CREATE ABAP IN ECLIPSE OUT FCAT MB51 FLAG SAP TechEd Developer Hero 2016 Field catalog - rollname USER OBJECTS RSFUNC TXT ADT CHART ENGINE ROLLNAME ESRUO CHAR VALUE CHANGE2 cookies ABAP STRUCTDESCR Creating editor for dynamic code SE38 like UPPER CASE How to copy BOM using CEWB Function Modules IXML ISTREAM RSBCS EXAMPLE EMAIL CURRENCY KEY SEL ALINK CONNECTION GTDELETE Field catalog - lzero ECLIPSE Field catalog - emphasize Enhanced MB51 Part 2 - Structure for data HTML VIEWER FILL MDLB EBAN INTLEN SET READY FOR INPUT BAPI EXCHANGERATE MDPA GET SELECTED ROWS SALV TABLE MMIM REP CUST TEXT
  • 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.