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

Search for:
Search Only:

1. Characteristic's own <span class="highlight">input</span> 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. Characteristic's own <span class="highlight">input</span> screen - Part 7 - save characteristic value to databas
(How to...)
Now it's time to save the values entered into database. I will use here previously created method to move data from reference structure to BAPI tables, then I will read values from database to see ...
Created on 17 November 2013
3. Characteristic's own <span class="highlight">input</span> 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. Characteristic's own <span class="highlight">input</span> screen - Part 5 - show characteristic's own update scre
(How to...)
...            objectcharacteristic          = 16           only_one_value_allowed        = 17           characteristic_not_selectable = 18           input_to_long                 = 19           value_contradiction           = 20 ...
Created on 14 November 2013
5. Characteristic's own <span class="highlight">input</span> 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. Characteristic's own <span class="highlight">input</span> 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. Characteristic's own <span class="highlight">input</span> 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
8. Characteristic's own <span class="highlight">input</span> screen - Part 1 - Convert Values To Floa
(How to...)
... there own values at call - method to copy data from my reference data structure to screen values - method to copy data from screen (after input) to my reference data structure - method to copy data from ...
Created on 31 August 2013
9. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... into field CONNID, but as stated before, the check of the input data is done on a base of the type of internal table field. That is why I’ve received an error that entry is not numeric. Figure ...
Created on 11 December 2019
10. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... exits, you can find the by searching of FM that begins with CONVERSION_EXIT_*. You’ll notice that after the second underscore there is a five characters name of the conversion exit, and then _INPUT or ...
Created on 29 July 2019
11. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  lvc_colid ALV control: Column ID f4availabl type ddf4avail Does the field have an input help  ...
Created on 24 June 2019
12. ATC Pseudo Comments list
(Tips)
... is a nested internal table and is passed by VALUE CI_VALPAR   CL_CI_TEST_VALUE_PARAMETER FLD_INNOWR N Input parameter is passed by VALUE but not changed CI_VALPAR ...
Created on 26 September 2018
13. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...  *&      Module  PAI  INPUT *&---------------------------------------------------------------------* *       text *----------------------------------------------------------------------* module pai input. ...
Created on 20 August 2018
14. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...  *     message id sy-msgid type sy-msgty number sy-msgno *                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.     endif.     sender->set_ready_for_input(         i_ready_for_input = 1 ...
Created on 09 October 2016
15. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... field can be found in ZDEMO_FALV06.     methods set_mark_field       importing         value(iv_fieldname) type lvc_s_fcat-fieldname . SET_EDITABLE Set's grid is ready for input and registers ...
Created on 09 January 2016
16. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...    endif. endmodule. module pai input.   falv_screen->pai(     exporting       iv_dynnr = sy-dynnr     changing       c_ucomm  = ok_code   ). endmodule. Video with demo ...
Created on 06 January 2016
17. How to copy BOM using CEWB Function Modules
(How to...)
I've seen on SCN plenty of question about copying BOM from one plant to other, or from one material to other. Most of them were closed by using LSMW or direct input methods, but there is a really nice ...
Created on 28 October 2015
18. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...    call screen 0100. module pbo_0100 output.     zca_ab_dynamic_gui=>show_gui_status( ).     zca_ab_dynamic_gui=>show_title( iv_text1 = | Test Title | ). endmodule. module pai_0100 input. ...
Created on 11 July 2015
19. Popup with multi-select ALV
(How to...)
...        ).     if sy-subrc  0.       message id sy-msgid type sy-msgty number sy-msgno       with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.     else.       call method go_popup_grid->set_ready_for_input ...
Created on 29 April 2014
20. Mass replace popup for ALV grid
(Tips)
...          if sy-subrc eq 0 and  is not initial.           assign (screen-name) to .           if sy-subrc eq 0.             clear .           endif.           screen-input = 0.           modify screen. ...
Created on 27 April 2014
21. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...    loop at ft_excel assigning .     case -col.       when 1.         clear: fs_assign, fs_plan.         call function 'CONVERSION_EXIT_ALPHA_INPUT'           exporting             input  = -value ...
Created on 18 April 2014
22. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...    gs_layout-no_input          = ''.   gs_layout-colwidth_optimize = 'X'.   gs_layout-coltab_fieldname          = 'COLOR'.   gs_layout-zebra             = 'X'. ...
Created on 28 March 2014
23. Range to search in lower case fields
(Tricks)
It may happen that you'll need to do select or loop on a base of the field which is kept in lower case, but you don't know exactly what's the value o field. In such case you may want to build ...
Created on 13 March 2014
24. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
...  * MODULE pai INPUT *----------------------------------------------------------------------* * *----------------------------------------------------------------------* module pai input.  if ...
Created on 06 May 2013
25. Load variant to single subscreen (selection screen)
(How to...)
... and field-symbols to put them on place. So let's start.   As input parameter I will use only subscreen number: i_dynnr type sy-dynnr  -> subscreen number Implementation of method: method get_variant_for_ss. ...
Created on 02 May 2013
26. Download CV01N/2N/3N documents to PC
(How to...)
...                     ).             if i_zip_files is not initial or et_xstring is requested.               call function 'SCMS_BINARY_TO_XSTRING'                 exporting                   input_length = ms_accessinf-comp_size ...
Created on 14 April 2013
27. Convert date to and from external date type
(How to...)
... and 'PERIOD_AND_DATE_CONVERT_INPUT' comes with a help. We would need to declare some importing and exporting parameters in a method: Importing (all as optional to be able to use method in both ...
Created on 11 April 2013
Łukasz Pęgiel
GUI ALV GRID ROWMARK ADT IXML ISTREAM ALV GRID IN THE NUTSHELL HEADER HANDLE MM- GTGET GOS MANAGER Download CV01N 3N documents to PC VRM SET VALUES ELEMENT SALV AGGREGATIONS MS07 POPUP SAP CONVERT CSV FORMAT DATATYPE ISOLATE SELSCREEN RELEASE ALLOWED ROUND LVC FCAT CTMS DDB VALUE INTERNAL EXTENSION ALV GRID ECLIPSE OUTPUTLEN FALV ALV Grid in the nutshell Field catalog - outputlen acrTYC Field catalog - currency JUST BOM PROVIDE MBM ALINK CONNECTION GTINSERT MD07 SYMBOL SAP SCRIPT ABAP Favorites Eclipse plugin ZDEMO FIELDCATALOG GET SELECTED CELLS MB51 Field catalog - no out QM ATTACHMENTS PERIOD AND DATE OUTPUT DOCUMENT By Topic ABAP ELEMDESCR APPEND USER OBJECTS CLAF CLASS SAP NPL LOAD COMPLEX TSK FALV11 - Editable Grid settings KEY convext FALV01 - Standard full screen FALV PROGRESS INDICATOR MB51 ENHANCEMENT STARTING NEW TASK STREAM FACTORY AT SELECTION-SCREEN OUTPUT SAVE Scan program for authority-check PURCHASE
  • 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
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • Create XLSX file from internal table in background v2
  • Dynamic GUI STATUS & TITLE with ABAP code
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.