• 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. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
...  Figure 111 Layout change screen with Groups (columns sets)   After choosing one of them, you’ll notice that the fields visibility change accordingly to groups assigned in field catalog. ...
Created on 18 April 2020
2. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
You may suspect that setting up a domain name in the field catalog will make some effect on the display, for example in data type, length, lowercase sign,  but it seems that it has no effect in ALV ...
Created on 18 April 2020
3. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... for column CITYFROM. According to OSS notes I had to also fill ROLLNAME (Data element) or DOMNAME (Domain), as they are the criteria to assign the sender value into receiver select-option (names of the ...
Created on 13 April 2020
4. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... in DDIC metadata also for INT1/2/4 I Integer number (4-byte integer with sign) b 1-byte integer, integer number <= 254 ...
Created on 18 December 2019
5. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... sign of the number should be displayed, for example mask ‘V__,__’ for number -1234 will be shown as ‘-12,34’.   Any other characters will remain unchanged, means you can also build some extraordinary ...
Created on 28 June 2019
6. ALV Grid in the nutshell: Field catalog - round
(ALV Grid in the nutshell)
Round can be used for decimal fields that have no assigned QFIELDNAME or CFIELDNAME fields. Its purpose is to move decimal places left or right. If you want to move decimal places left, then you have to ...
Created on 24 June 2019
7. ALV Grid in the nutshell: Field catalog - no_sign
(ALV Grid in the nutshell)
NO_SIGN can be used to hide the sign of the number. For example you have negative values but you want to display it as positive. In order to show you the behaviour of this settings, I’ve manipulated ...
Created on 24 June 2019
8. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  no_sign type lvc_nosign ALV Control: Suppress Signs for Output no_zero type lvc_nozero ...
Created on 24 June 2019
9. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...  the five custom function codes on selection-screen? Well, definitely I have and it was really annoying as I wanted to be able to dynamically assign the slection-screen function key depending if it's alrea ...
Created on 21 November 2018
10. ATC Pseudo Comments list
(Tips)
... CI transaction and then I've collected all the checks that have assigned pseudo comments. The version of NW that I was extracting pseudo comments from is 7.52 SP02. Now you can also use this informa ...
Created on 26 September 2018
11. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... nbsp;display.     cl_demo_output=>display( create_types( ) ).   endmethod.   method check_object.     loop at i_abap_type->components assigning field-symbol( ...
Created on 20 August 2018
12. How to extend the time between SAP license installations on NPL
(Tricks)
... tic Date & Time update and close window.   Now it's the time to shut down your virtual machine. Please power it off or send the shutdown signal.   Now  ...
Created on 03 August 2018
13. Create XLSX file from internal table in background v2
(Tricks)
... .       field-symbols: <tab> type standard table.       assign lt_data->* to <tab>.       tr ...
Created on 01 June 2018
14. CMD_EI_API deletes contact persons?
(Tips)
... as curious about the SPRO path).        After activating assignment of contact persons, the issue with deleting contact persons disappeared!      &nb ...
Created on 13 August 2017
15. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
...    And this is how Darkest Dark looks in full screen. As lots of this icons were prepare in icon designer by me and they are not yet synchronised with Genuitec and moder ...
Created on 27 February 2017
16. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... ameter(s)     append lines of error_log to bapi_log.     loop at error_log assigning field-symbol(<err>) where type ca& ...
Created on 15 February 2017
17. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... _handle.     header = order->get_data( ).     data(items) = order->get_items( ).     loop at items assigning field-symbol(<i ...
Created on 04 February 2017
18. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...      assign fcat[ fieldname = 'CARRID' ] to field-symbol(<fcat>).     if sy-subrc eq 0.       <fcat>-edit = abap_true. ...
Created on 09 October 2016
19. Why I like to code in ABAP in Eclipse
(Thoughts)
... object or program and you can quickly jump to the place of occurrence by clicking the marker.       iv.      Signature preview on F2 – yes, that’s ...
Created on 27 May 2016
20. How to access private or protected data and methods of CL_GUI_ALV_GRID
(Tricks)
... data. So why not to use it the same way?   To be honest, I'm not the fan of playing with private methods, but sometimes the designer haven't foreseen that the method or attribute will be ...
Created on 26 May 2016
21. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...        importing         value(iv_value) type lvc_lzero .     methods set_no_sign       importing ...
Created on 10 January 2016
22. How to teach ABAP ???
(Thoughts)
... assigning a task from the same area.       I could mix a bit the sequence but I hope it's clear what I had in my mind. I don't say I always followed this steps, but after time I ...
Created on 24 November 2015
23. How to copy BOM using CEWB Function Modules
(How to...)
...    i_cpsc_bom_sel-stlnr = value #( ( low = source_stlnr sign = 'I' option = 'EQ'  ) ).   i_cpsc_bom_sel-stlty = value #( ( low = 'M' sign = 'I' option = 'EQ'  ) ). ...
Created on 28 October 2015
24. Direct access quality notification attachments from action box
(How to...)
... with your new FM name and following parameters:   This will create an action like this.     Then let's create our FM. As you can see bellow, old trick of assigning data from program ...
Created on 22 October 2015
25. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...      assign component iv_button of structure buttons to field-symbol(<bt>).     if <bt> is assigned. ...
Created on 11 July 2015
26. Create fieldcatalog from internal table
(How to...)
...      data: table type ref to data.     create data table like it_table.     assign table->* to field-symbol(<table>). ...
Created on 08 May 2015
27. Popup with multi-select ALV
(How to...)
...    assign ct_outtab to <gt_popup_outtab>.   gt_popup_fcat[] = it_fcat[].   g_popup_question = i_question.   call screen 0501 starting at 1 1. ...
Created on 29 April 2014
28. Mass replace popup for ALV grid
(Tips)
...    concatenate 'P_DESC' &1 into g_fieldname.   assign (g_fieldname) to <any>.   if sy-subrc eq 0. ...
Created on 27 April 2014
29. GOS - How to add business documents at creation of object
(Tricks)
... mode). When you develop own transaction and you use GOS for standard or Z object then there is a possibility to omit that restriction, as during creation of GOS manager you can assign temporary object ...
Created on 25 April 2014
30. GOS - Link Business Documents from PR to PO
(Tricks)
...    endif.   loop at mt_connections assigning <toavo>.     clear ms_toavo.     move-corresponding <toavo> to ms_toavo. ...
Created on 25 April 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ALV Grid in the nutshell Field catalog - no sign TABNAME GUI ALV GRID ABAP STRUCTDESCR CONVEXIT PLUGIN SE41 Custom selection-screen fields for MD07 MS07 LVC FCAT ALINK CONNECTION Retro ASCII symbols in ALV Grid table FALV Field catalog - inttype - ABAP data type FIELDCATALOG ECLIPSE ALV GRID IN THE NUTSHELL CTMS DDB SET VAL FROM OBJECT ABAP HTML DOCKING CONTAINER ALV GRID Copy routing create on a base of existing one SAVE USER SETTINGS ZCL DYNAMIC STATUS - for full screen or popup KKEK CONVERT FLOAT CURR Selection Screen - Part1 - Parameters MB51 GET DDIC FIELD LIST MEREQ FACTORY zero #EC Field catalog - edit mask KKB SELECTIONS READ HAS VALUES INTERNAL TRANSFER SLIS SCMS STRING XSTRING Field catalog - tech IXML STREAM SELECTED ROWS APPEND OBJECTS CHART ENGINE OUTPUTLEN TVCPLAP VALUE SIGN TABLE FOR FIRST DISPLAY ABAP FAVORITES FRONTEND SERVICES EXECUTE PROGRAM INDEX ADT Load variant to single subscreen selection screen Field catalog - tooltip Field catalog - round XML SAP NPL CLASS
  • 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

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 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
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • EWB Components allocation to routing operation (multilevel BOM)
  • Save message with attachment in Outlook's Drafts
  • 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.