• 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 - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
...  As you will notice on the screen, or while debugging the code, after the method SET_TABLE_FOR_THE_FIRST_DISPLAY is called, the FCAT is changed and so are the COL_ID entries. Now it is equal to COL_POS, ...
Created on 08 June 2020
2. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... (‘X’) value to the field catalog, but this will only change the style of the field (content of the field is underlined) and it will fire the HOTSPOT_CLICK event. Figure 114 Setting column as hotspot ...
Created on 27 April 2020
3. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... selection of fields to display in layout change window, you’ll be able to choose to see all hidden fields or the hidden fields from the group you’ve created. If you don’t pass the group name into IT_SPECIAL_GROUPS, ...
Created on 18 April 2020
4. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... I gave the DOMNAME value FLAG, it didn’t changed anything in the field catalog.   Figure 108 DOMNAME in Field catalog  ...
Created on 18 April 2020
5. 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
6. 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
7. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
... mode, you’ll not notice probably any change When you’ll setup this incorrectly, you may have problems when you allow grid to be editable, for example: When I’ve set the INTLEN to ‘2’ for column FLTIME, ...
Created on 13 April 2020
8. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
Following the example of downloading exchange rates from Central Bank Of Turkey using transformations, please find bellow the same way for National Bank of Poland. Again, lets create an RFC destination ...
Created on 06 April 2020
9. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
One of the standard requests that comes with every SAP implementation is automatic download of exchange rates to your system. Today I will show you on an example of Central Bank Of Turkey, how to transform ...
Created on 06 April 2020
10. ABAP Extensions - Automatic Logon
(How to...)
Yesterday I've announced that I'm working on automatic logon to SAP systems on Eclipse. Today the changes in the plugin ABAP Extensions for Eclipse are published and you can use the first version of t ...
Created on 04 January 2020
11. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... Data Type Table 2 Possible data types in NW 7.52 SP04 In the sample program, you can play with the settings of this field, but as mention before, the noticed changes will not be ...
Created on 11 December 2019
12. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... ZDEMO_AIN_CL35 Change layout screen   Additionally to this, the main behaviour is also there. F1 shows the documentation from the data element.   Figure 88 ZDEMO_AIN_CL35 ...
Created on 12 September 2019
13. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
... the value from TOOLTIP will be used as description used to describe the column in the change layout screen. Figure 82 ZDEMO_AIN_CL34 ABAP Code for Tooltip Figure 83 ZDEMO_AIN_CL34 ...
Created on 12 September 2019
14. ALV Grid in the nutshell: Field catalog - seltext
(ALV Grid in the nutshell)
  SELTEXT is one of the fields that are linked to the texts of the grid columns. This particular one is responsible for displaying the name of the column in the change/display of layout popup. ...
Created on 12 September 2019
15. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
... then description would be empty.   Figure 69 ZDEMO_AIN_CL29 Change of the layout            ...
Created on 29 July 2019
16. 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
17. 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
18. ALV Grid in the nutshell: Field catalog - cfieldname
(ALV Grid in the nutshell)
... CFIELDNAME filled  As data in this table didn’t contained a line with JPY, I’ve changed in SE16 the currency key for one of the rows in order to show you the difference in output.    ...
Created on 24 June 2019
19. ALV Grid in the nutshell: Field catalog - quantity
(ALV Grid in the nutshell)
... in output I’ve modified a bit the table entries, this time field DISTANCE from SPFLI table, where I’ve included decimal places for first row.   Figure 22 Changed entries of SPFLI table ...
Created on 24 June 2019
20. ALV Grid in the nutshell: Field catalog - round
(ALV Grid in the nutshell)
... changed.      Figure 29 ZDEMO_AIN_CL12 Results using 0 as P_ROUND value Now the same program is run with 3 that is inserted into ROUND. You can notice that instead of 2 571,25 ...
Created on 24 June 2019
21. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... nbsp;       p_cont type knvk-parnr obligatory. try.     data(customer) = new zcl_cmd_customer( i_customer = p_custom ).     data(contact) = customer->change_co ...
Created on 06 June 2019
22. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... d.... So I was trying to find other solution and as only Read method was possible, I've tried to use this one.  First of all I had to change the model. I've setup all the fields besid ...
Created on 06 June 2019
23. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... ally for the programmers who changes the coffee into source code :) That's why, we've prepared also coffee, tea, water, juices and coke for everyone.  4. Prepare gifts (optional) This step i ...
Created on 02 April 2019
24. 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
25. Unlock yourself on the DEV system
(Tricks)
... to make changes during debugging. In most cases I think this is standard for developer :)   OK, so here are the steps: 1. On system to which you have access go to SE37/SE80 and run ...
Created on 15 November 2018
26. Speed-up your Eclipse installation
(How to...)
... =2048m -XX:MaxPermSize=8192m -XX:+AggresiveOpts -Xmn2048m -Xss128m Once done, save your changes and run Eclipse. In my case it has speed up 4 times during the launching of the Eclipse. ...
Created on 15 November 2018
27. ATC Pseudo Comments list
(Tips)
... table can be changed using database view &1 CI_TABL_EXCEPTN   CL_CI_TEST_DDIC_TABLES 20 O Table has more than 100 fields CI_TABL_EXCEPTN   CL_CI_TEST_DDIC_ ...
Created on 26 September 2018
28. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... ": "Jamal Hartnett ",         "System.ChangedDate": "2014-12-29T20:49:20.77Z",         "System.ChangedBy": "Jamal Hartnett ",          ...
Created on 20 August 2018
29. CMD_EI_API deletes contact persons?
(Tips)
...  Also to update Z fields from all customer and vendor related tables. But lately after upgrade from 7.40 SP5 to 7.40 SP16 the method maintain_bapi was not saving the changes to the customers. Afte ...
Created on 13 August 2017
30. ABAP Favorites Eclipse plugin
(How to...)
... nally while the linking is active, each change of active system will refresh the entries of the tree to be able to display entries linked with currently active system and independent folders. If view  ...
Created on 29 June 2017
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
GUI HTML VIEWER LVC FCAT SET SELECTED ROWS SELECTION-SCREEN FUNCTION KEY FALV ESRUO TSK UNLOCK DELETE USER SETTINGS ALV GRID OPR ALLOCATION PROVIDE PERIOD AND DATE CONVERT OUTPUT REUSE VARIANT LOAD COMPLEX MB51 NOLIST IXML ISTREAM Save message with attachment in Outlook's Drafts ALINK CONNECTION GTDELETE FIELDCATALOG Scan program for authority-check READ OBJECTS ROWMARK INTLEN GOS - Link Business Documents from PR to PO ALV GRID RSBCS EXAMPLE EMAIL UPPER CASE ALV GRID IN THE NUTSHELL HEADER HANDLE TABLE FOR FIRST DISPLAY EXTEND PROGRAM RUNTIME ALV Grid in the nutshell Field catalog - qfieldname EMPHASIZE BOM Other checks on purchase requisition state OSTREAM MEREQ GET FACTORY MESSAGE HANDLER ECLIPSE Delete Routing - piece of cake TEXT COPY PROGRESS INDICATOR COMPONENTS MAINTAIN TVCPLAK EWB Components allocation to routing operation multilevel BOM Downloading Exchange Rates from NBP National Bank of Poland OUTPUTLEN BAPI CLASS VL473 INTTYPE SAP NPL TABNAME SAPGUI Field catalog - lzero ABAP4 CALL TRANSACTION Field catalog - sp group - Group key POPUP SE41 CMD API
  • 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.