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

Search for:
Search Only:

1. Characteristic's own input screen - Part 1 - <span class="highlight">Convert</span> Values To Floa
(How to...)
... my reference data structure to bapi tables (in order to save it) - method to save characteristic value - method to convert values from standard type (date, char, number, currency) to characteristic value ...
Created on 31 August 2013
2. <span class="highlight">Convert</span> date to and from external date type
(How to...)
... find the field called "External date type" which is used to convert standard date to external one. If you're designing a program in which you want to use same functionallity then FM 'PERIOD_AND_DATE_CONVERT_OUTPUT' ...
Created on 11 April 2013
3. ALV Grid in the nutshell: Field catalog - lowercase - Lowercase letters allowed/not allowed
(ALV Grid in the nutshell)
... lowercase, if the value of the parameter is empty, then it will always convert the entered value to uppercase.   Figure 96 Results of zdemo_ain_cl39 with lowercase turned on     ...
Created on 13 April 2020
4. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
...  SPECIAL DRAWING RIGHT (SDR)                               9.1853                                             1.35856        Now there are two main ways to convert XML, you can ...
Created on 06 April 2020
5. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... _OUTPUT. _INPUT and _OUTPUT describes if the FM is responsible for converting external value into internal (INPUT) or form internal value into external (OUTPUT).   Figure 75 Search of ...
Created on 29 July 2019
6. ATC Pseudo Comments list
(Tips)
... characters STR_NUM STR_NUM Text literal converted to integer unnecessarily SUBRC_OK SUBRC_OK EXCEPTION ...
Created on 26 September 2018
7. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...  data: ok_code type sy-ucomm. class lcl_json_structure definition deferred. class lcl_hlp definition.   public section.     data: converter      type ref to lcl_json_structure,           results        type string, ...
Created on 20 August 2018
8. The SIN of progress indicator
(Tricks)
... when using standard SAP FM we can see that progress showing is taking too much time (like SAP_CONVERT_TO_CSV_FORMAT for example), and as we should not do any modification of the system code then we need ...
Created on 19 August 2015
9. Create fieldcatalog from internal table
(How to...)
...    endmethod. You can also have only one of this methods and if needed then you can use one of theFM LVC_TRANSFER_FROM_SLIS or LVC_TRANSFER_TO_SLIS to convert LVC and SLIS field catalogs between themselves.  ...
Created on 08 May 2015
10. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...      f_xlen = xstrlen( l_xstring ).     lt_solix = cl_bcs_convert=>xstring_to_solix( iv_xstring  = l_xstring     ).     clear l_xstring.     cl_gui_frontend_services=>gui_download(     exporting ...
Created on 28 March 2014
11. Characteristic's own input screen - Part 6 - move reference data to bapi structure
(How to...)
...                    -charact = -name_char.                   assign component 'LOW' of structure  to .                   if sy-subrc eq 0.                     -value_from = zcl_abapblog_com_classific=>convert_char_value( ...
Created on 16 November 2013
12. Characteristic's own input screen - Part 4 - Move screen values to reference dat
(How to...)
...                      select single msehi into m_currency from cabn where atnam eq i_atnam.                   else.                     m_currency = -atawe.                   endif.                   call function 'KKEK_CONVERT_FLOAT_TO_CURR' ...
Created on 14 November 2013
13. Characteristic'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
14. Characteristic's own input screen - Part 2 - Clear Initial Lin
(How to...)
We've got method to convert internal value to float, now it's time for next one which I didn't suppose it would be needed but when I was calling CTMS_DDB_SET_VALUE_ONLINE to show input screen ...
Created on 31 August 2013
15. Classifications - Part 2 - Get Object Details
(How to...)
... to get the type of the field (needed for proper conversion) and FM KKEK_CONVERT_FLOAT_TO_CURR to convert currency values stored as float on database into currency fields.   Importing: i_object type bapi1003_key-object -> ...
Created on 18 May 2013
16. F4 Help for external date
(How to...)
In one of the previous articles I described how to Convert date to and from external date type, so we can display in grid or in screen field properly formated date. Today I will show how to create a F4 ...
Created on 24 April 2013
17. Download CV01N/2N/3N documents to PC
(How to...)
...                    ms_bindata = ms_zipdata.                   m_extension = 'zip'.                   refresh mt_bintab[]. *   Convert the XSTRING to Binary table                   call function 'SCMS_XSTRING_TO_BINARY' ...
Created on 14 April 2013
18. ZIP a file using ABAP
(How to...)
...      exceptions       failed         = 1       others         = 2       .     if sy-subrc  0.       raise string_conv_error.     endif.   elseif i_solix[] is not initial.     try.         m_xstring = cl_bcs_convert=>solix_to_xstring( ...
Created on 13 April 2013
19. Link Attachments of Purchase Requisition to Purchase Order
(Tricks)
If during creation of purchase requisition you've attached some documents into requisition and you convert requisition to purchase order then the attachments aren't copy to PO. But you can do it ...
Created on 12 April 2013
20. ALV Grid in the nutshell: Field catalog - no_convext
(ALV Grid in the nutshell)
When you set this field to ‘X’ then data will be display without using convertion exit that is assigned to the reference field. This setting works when you have REF_FIELD and REF_TABLE filled in fieldcatalog ...
Created on 30 November -0001


Łukasz Pęgiel
READ USER OBJECTS FIELDCATALOG GUI ALV GRID ALINK CONNECTION ALV GRID IN THE NUTSHELL ESRUO - MM settings table - Part 1 FALV MS07 MB51 ENHANCEMENT CONVEXIT PRINTOUTS VRM SET VALUES ZDEMO FALV06 - Grid Layout settings Mark field LVC FCAT GTFIND AiE COC1 FEATURE CHECK ACR APPEND SETTINGS SAP TechEd Developer Hero 2016 BAPI CLASS ALV Grid in the nutshell Field catalog - just COM DELETE ESDUS Downloading Exchange Rates from NBP National Bank of Poland CMD API deletes contact persons EXPONENT RELEASABLE FRONTEND SERVICES EXECUTE CTMS DDB INIT COMPONENTS MAINTAIN ECLIPSE SAP Fiori - HTTP request failed403 ALV GRID ISOLATE SELSCREEN Create a nice looking chart with CL CHART ENGINE - Part 1 - Chart Designer Copy routing create on a base of existing one WYSIWYG HTML Editor in ABAP GET SELECTED ROWS PERIOD AND DATE CONVERT INPUT COL VARIANT CONTENTS SUBTOTAL TEXT VALUE INTERNAL OUTLOOK APPLICATION OUTPUT KKEK FLOAT CURR OUTB DELIVERY CREATENOREF Customer BAPI TVCPL API DATATYPE CVAPI DOC GETDETAIL TechEd SALV
  • 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.