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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... 106 Receiver program selection-screen (ZDEMO_AIN_CL41R)   After the first test I saw it is not that simple. I had to use also the method ACTIVATE_REPREP_INTERFACE with proper values, to tell ...
Created on 13 April 2020
2. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... values of the column. Figure 99 Result of ZDEMO_AIN_CL40 with REPTEXT set to 'Test Header'        ...
Created on 13 April 2020
3. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... nbsp;   <asx:values>         <EXCHANGE_RATES>           <IMPORT_FILE>             <xsl:for-each select="/tabela_kurso ...
Created on 06 April 2020
4. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... XML from bank site into internal table, which can be then used inside your code to populate values of  BAPI_EXCHANGERATE_CREATE FM. There are few ways to download the XML to your ABAP code, I ...
Created on 06 April 2020
5. 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
6. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
... you need to set its value to ‘X’.   Figure 70 ZDEMO_AIN_CL30 Setting of Field as Technical   Such setting is very helpful when you have to store some additional values ...
Created on 29 July 2019
7. ALV Grid in the nutshell: Field catalog - no_sum
(ALV Grid in the nutshell)
... the values of this column, he will get the message “Desired operation cannot be performed for column”.   Figure 67 ZDEMO_AIN_CL28 Message at try of making sum of DISTANCE field   ...
Created on 28 July 2019
8. ALV Grid in the nutshell: Field catalog - do_sum
(ALV Grid in the nutshell)
... each unit or currency separately. In other case the values will be summarized without taking in consideration differences in the units.   Figure 64 ZDEMO_AIN_CL27 DO_SUM set for ...
Created on 28 July 2019
9. ALV Grid in the nutshell: Field catalog - emphasize
(ALV Grid in the nutshell)
EMPHASIZE allows you to change the colour of the whole column if there is such need. This field can be filled with following values: Space - this means you use the standard behaviour of ALV ...
Created on 01 July 2019
10. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
... layouts, so then the grid looks always the same for them. Personally I leave this almost always empty, but if needed just simply use INTEGER values to setup correct sorting. The demo program that can be ...
Created on 24 June 2019
11. ALV Grid in the nutshell: Field catalog - tabname
(ALV Grid in the nutshell)
... completely omit this field, as if you fill it then nothing will happen, even if you use different values for each field in field catalog. Figure 16 ZDEMO_AIN_CL07 Tabname filled  ...
Created on 24 June 2019
12. ALV Grid in the nutshell: Field catalog - quantity
(ALV Grid in the nutshell)
... in SE16 Now to see the differences, please run program ZDEMO_AIN_CL10 using following units: PMR, DEG, M & empty. Figure 22 displays the values with three decimal places as PMR is setup to ...
Created on 24 June 2019
13. ALV Grid in the nutshell: Field catalog - round
(ALV Grid in the nutshell)
... values. This time -5 was used. You can see on image below that instead of 2 571,25 you can see 275 225 000.   Figure 31 ZDEMO_AIN_CL12 Results with -5 as P_ROUND value In each ...
Created on 24 June 2019
14. ALV Grid in the nutshell: Field catalog - just
(ALV Grid in the nutshell)
With this field, you can setup alignment of the column. You can use one of the following values: R - Right, L - Left, C - Centre, space – default setting for field type     ...
Created on 24 June 2019
15. 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
16. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  type lvc_dosum ALV control: Aggregate values of column no_sum type lvc_nosum ALV ...
Created on 24 June 2019
17. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...  codes from GUI Status.   So I've started to change this values during the runtime of the program and I saw that selection-screen is reacting on the changes... this means I have a way  ...
Created on 21 November 2018
18. Speed-up your Eclipse installation
(How to...)
...  find the parameters that I have used and their values and how you can add them to your installation. Firstly we need to locate our eclipse.ini file, which can be found in the Eclipse instal ...
Created on 15 November 2018
19. CMD_EI_API deletes contact persons?
(Tips)
... s not passing any contact related values to the main structure. This was really strange behaviour for me. So as always in such kind of situations I've started to search for solution in SCN, then in OSS not ...
Created on 13 August 2017
20. SAP Script error with percentages using decimal field
(Tips)
... the field to the one shown bellow. The arithmetic calculation is still the same but I've used string expressions to format the value correctly.      Now the values are alway ...
Created on 03 June 2017
21. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... _GRID Optional - For internal use in case of popup and full screen FALV IV_START_ROW Optional - for popup FALV, if not pass for popup FALV default values are used IV_START_ ...
Created on 09 January 2016
22. Popup with multi-select ALV
(How to...)
... contain only selected values.     Enjoy!  ...
Created on 29 April 2014
23. Mass replace popup for ALV grid
(Tips)
... 1001. After pressing button "Confirm" or "Cancel" using FM RS_REFRESH_FROM_SELECTOPTIONS I'm retrieving table with parameters and its values, this table will be exported to the ...
Created on 27 April 2014
24. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... is committed as in other case there is no possibility to create new allocation. 5) Allocation is deleted, so we can now recreate it with new values. Firstly we need to reload again operation data to memory ...
Created on 18 April 2014
25. Range to search in lower case fields
(Tricks)
... a range of the possible values to be able to fulfill the task. Here is how to do it quite fast by doing FM:   function z_ab_prep_val_for_case_search. *"-------------------------------------------------------------------- ...
Created on 13 March 2014
26. Characteristic's own input screen - Part 8 - example of use
(How to...)
... values in given characteristic and then throws an update screen. After exiting from the screen it's saving data to database.   program  zab_classifications_popup. *--------------------------------------------------------------------* ...
Created on 17 November 2013
27. Characteristic's own input screen - Part 7 - save characteristic value to database
(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
28. 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
29. Characteristic's own input screen - Part 5 - show characteristic's own update screen
(How to...)
... CTMS_DDB_INIT to initialize memory  CTMS_CLASS_DDB to put in memory classification settings CTMS_DDB_SET_VAL_FROM_OBJECT to set values in update screen from existing object (option) CTMS_DDB_SET_VALUE_INTERNAL ...
Created on 14 November 2013
30. 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
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
LVC FCAT ABAP in Eclipse SYNTAX-CHECK ALV GRID IN THE NUTSHELL BOM GUI ALV GRID FILL MDPA FROM EBAN CTMS DDB HAS VALUES INTERNAL IXML ELEMENT CURRENCY FALV SCMS STRING XSTRING REUSE DISPLAY RESET REJ ALLOWED ALV Grid in the nutshell Basic Information INTLEN ALV GRID BINARY Field catalog - key sel SAP WebIDE PROVIDE ITM PATH BAPI EXCHANGERATE CREATE DELETE USER OBJECTS ZCL FIELDCATALOG MERGE VIDEO HEADER HANDLE ZIP a file using ABAP Field catalog - no zero REFRESH SELECTOPTIONS How to select proper configuration entry FIELDNAME RELATION FALV Fast ALV Grid - First blood COM AT SELECTION-SCREEN OUTPUT ESDUS ZDEMO FALV06 - Grid Layout settings Mark field TABLE Create a nice looking chart with CL CHART ENGINE - Part 1 - Chart Designer Download CV01N 3N documents to PC TIMER ABAP TEST COCKPIT CHAR VALUE CHANGE2 PRETTY PRINTER Field catalog - reprep - ALV control Value is selection criterion for rep rep intf FALV10 - Color Settings VL473 ISTREAM RSFUNC TXT CVAPI DOC GETDETAIL READ SETTINGS INFO
  • 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
  • ATC Pseudo Comments list
  • EWB Components allocation to routing operation (multilevel BOM)
  • 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.