• 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)
... screen   When you select the first option - “COL_ID filled”,  the FCAT will be created with manual COL_ID.   Figure 121 ZDEMO_AIN_CL46 FCAT with manual COL_ID   ...
Created on 08 June 2020
2. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
Group key is not widely used but it has nice feature. Once you group the field catalog fields and you pass the group name into parameter IT_SPECIAL_GROUPS of method SET_TABLE_FOR_FIRST_DISPLAY, then in ...
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)
... 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
4. 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
5. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
...  In the demo program I’ve used data element S_CONN_ID to show you how does it work. Figure 85 ZDEMO_AIN_CL35 Selection Screen   On the first sight you can notice that if you’ll ...
Created on 12 September 2019
6. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
... found in Figure 11 can be used to see the difference between standard sorting and own one.    Figure 11 ZDEMO_AIN_CL05 COL_POS   Own sorting firstly takes care about ...
Created on 24 June 2019
7. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
... from the table and you don’t pass the dictionary name to parameter I_STRUCTURE_NAME of SET_TABLE_FOR_FIRST_DISPLAY method, then it will only display this fields, which are in field catalog.  In ...
Created on 24 June 2019
8. ALV Grid in the nutshell: Field catalog - cfieldname
(ALV Grid in the nutshell)
...  Figure 20 Changed entry of SFLIGHT table in SE16   As the output of the PRICE column depends now on the currency key stored in CURRENCY column, then you can see in the first row that the ...
Created on 24 June 2019
9. 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
10. ALV Grid in the nutshell: Field catalog - qfieldname
(ALV Grid in the nutshell)
... be used as QFIELDNAME for DISTANCE.   Figure 27 ZDEMO_AIN_CL11 FCAT with QFIELDNAME As you can see in the Figure 27, the quantity is displayed differently on first and second row. ...
Created on 24 June 2019
11. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... but this is only allowed if the table you would like to display is of type that is kept in dictionary. In other case, you’ll be forced to create the field catalog and pass it as parameter to SET_TABLE_FOR_FIRST_DISPLAY ...
Created on 24 June 2019
12. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
​​​​​​ I wrote in previous post, you can’t use this class directly without any effort. First of all, the class itself will not display anything if you’ll not create a container for it. The following containers ...
Created on 24 June 2019
13. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... sp;   data(contact) = customer->add_new_contact( ).     contact->set_addr_lastname( 'LastName' ).     contact->set_addr_firstname( 'FirstName' ).     customer-> ...
Created on 06 June 2019
14. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
I've started some time ago a journey with SAP Fiori and first Fiori apps. It was not that smooth as I've expected, but now with experience received during that period I feel more and more comfortable wi ...
Created on 06 June 2019
15. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
...  pizza, so I did it for the second time (as on the first event). Additionally for some strange persons like me, that don't eat pizza, I've ordered some salads. If you eat, you also need drinks, espec ...
Created on 02 April 2019
16. 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
17. ATC Pseudo Comments list
(Tips)
... Secondary Index &2 without client field CI_TABL_EXCEPTN   CL_CI_TEST_DDIC_TABLES 39 N Cross-Client table &1: Secondary index &2 does not have clien ...
Created on 26 September 2018
18. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... he prerequisites for this program is to have class /UI2/CL_JSON in latest version that have a method GENERATE in the first place. On the server in which I was developing this program I had to implem ...
Created on 20 August 2018
19. Retro ASCII symbols in ALV Grid table
(How to...)
... nbsp;      ' ) ). grid->set_table_for_first_display(   changing     it_fieldcatalog       & ...
Created on 03 June 2018
20. ABAP Favorites Eclipse plugin
(How to...)
...  the product owner of ADT would say that they will implement this in one of next releases, but instead he encourage me to do it myself.   At first glance it was like WOW I hate Java, wh ...
Created on 29 June 2017
21. SAP Script error with percentages using decimal field
(Tips)
...  the tax percentage, was showing wrong value if the print program was called for the second time.   The first output was OK, 8,00 % as value.       But when  ...
Created on 03 June 2017
22. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
...  to customise all icons in eclipse! Your changes after synchronisation with Genuitec accounts can be used as a default settings for Darkest Dark theme (of course they must be accepted by moderator first ...
Created on 27 February 2017
23. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... I did what I should do from beginning. I used where used function to display where TVCPL table is used and I found two views V_TVCPLAK and V_TVCPLAP. I started with the first one as from ...
Created on 15 February 2017
24. #SAPTechEd 2016 Barcelona
(Thoughts)
Hola! although I'm still in Barcelona and the event just finished, I'd like to share with you some first thoughts I have about SAP TechEd 2016 event.       You can't imagine ...
Created on 10 November 2016
25. Why I like to code in ABAP in Eclipse
(Thoughts)
... 1.       My first touch with ABAP in Eclipse   It was not the love from the first sight. Although I liked very much the idea of using Eclipse for developing in ABAP. ...
Created on 27 May 2016
26. Send mail in BADI or User-Exit without commiting
(Tricks)
...  *       iv_contents_bin = iv_contents_bin    " Main Document, First Body Part (Binary)        iv_doctype      = 'htm'    " Document Category ...
Created on 22 February 2016
27. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  Attributes: FC_BACK FC_UP FC_EXIT FC_CANCEL FC_MASS_REPLACE FC_SAVE FC_PRINT FC_FIND FC_FIND_NEXT FC_FIRST_PAGE FC_LAST_PAGE FC_PREVIOUS_PAGE FC_NEXT_PAGE ...
Created on 09 January 2016
28. ZDEMO_FALV09 - Cell settings
(FALV (Fast ALV Grid))
... are possible if you have table lvc_t_styl in output table structure. If you want to use FALV way of handling cell settings then you need to firstly set stylefname attribute of layout so then you can use ...
Created on 06 January 2016
29. ZDEMO_FALV01 - Standard full screen FALV
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    First demo ...
Created on 05 January 2016
30. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
  Finally I've finished to work under FALV. You can find FALV classes in attachment and description under the links. But firstly let's go through few following points:   Why I ...
Created on 04 January 2016
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
SAPGUI SET FUNCTIONCODE SALV CONTROLLER METADATA GTGET SLIS FIELDCATALOG PROGRAM INDEX How to handle CL GUI ALV GRID events in SALV ECLIPSE PLUGIN BAPI EXCHANGERATE CREATE COC1 FEATURE CHECK FALV GRID ATC RESET REJ ALLOWED ALV Grid in the nutshell Field catalog - checkbox ZDEMO FALV09 - Cell settings cookies Enhanced MB51 Part 2 - Structure for data ADT EXTENSION CTMS DDB VALUE INTERNAL CVAPI DOC GETDETAIL Get filename and extension from full path ALV GRID HAS VALUES WYSIWYG HTML Editor in ABAP HTTP CLIENT TOTEXP VIDEO ZCL CMD CUSTOMER API deletes contact persons Field catalog - emphasize Field catalog - fix column SAP CONVERT CSV FORMAT VAL FROM OBJECT MB51 NOLIST COVEXT ABAP EXTENSIONS ROLLNAME SAVE USER SETTINGS FILL MDPA EBAN ABAP HTML PRETTY PRINTER GAME LVC FCAT TABLE SUBTOTAL TEXT Zipping in IZArc with ABAP directly on PC PERIOD AND DATE OUTPUT SIGN PROCESS CUST IDENTITY BCS ESRUO COPY TSK Popup with multi-select ALV
  • 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)
  • ATC Pseudo Comments list
  • 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.