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

Search for:
Search Only:

Page 1 of 2

1. Tips
(Category)
When you create the code sometimes you forget about optimizing of your code or you don't know how to properly use a statement. This is category for you.  ...
Created on 08 April 2013
2. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
...  While there is no effect of this field, simply forget about it.  ...
Created on 08 June 2020
3. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... T KEY.     METHODS: get_exchange_rates RETURNING VALUE(exchange_rates) TYPE exchange_rates.   PRIVATE SECTION.     DATA: xml TYPE& ...
Created on 06 April 2020
4. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... ;    END OF exchange_rate,            exchange_rates TYPE STANDARD TABLE OF exchange_rate WITH DEFAULT KEY.     METHODS: get_exchange_rates RETURNING& ...
Created on 06 April 2020
5. ABAP Extensions - Automatic Logon
(How to...)
... o store more than one mandant/user for the project and allow you to do right click and select the user with which you want to logon. If you double click on the user name, you'll get the popup with  ...
Created on 04 January 2020
6. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... to get the 5 characters describing the name of the exit. It knows automatically that for output it needs to use CONVERSION_EXIT_NUMCV_OUPUT and for input (in case of editable fields) CONVERSION_EXIT_NUMCV_INPUT. ...
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 - round
(ALV Grid in the nutshell)
... put there positive numbers, if you want to move decimal places right, then use negative numbers. Example when you use 0 as round, you’ll get the normal full numbers, the display of the field hasn’t ...
Created on 24 June 2019
9. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... but bellow you’ll find description of all of them, whenever it was possible by me to check their behaviour. Click on the link on the field name (if exists) to get the deeper description and example of ...
Created on 24 June 2019
10. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... an editable grid or table there. But maybe I’m just blind.  Personally I’d prefer that SAP would create new controls that would look like the one you can get in every Windows or iOS applications, ...
Created on 24 June 2019
11. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... ;p_lname  type bapiad3vl-lastname obligatory. try.     data(customer) = new zcl_cmd_customer( i_customer = p_custom ).     data(contact) = customer->get_contact_by_name( ...
Created on 06 June 2019
12. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... bsp; Trying to get the security token didn't helped as as I finally found the info that in case there is no explicit logon to SAP Fiori Frontend Server, the token is given and the create method is not allow ...
Created on 06 June 2019
13. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... ow, but if you want to organize such event, then I'll point all needs and steps, so you can see if maybe you can organize such event also. So starting from the beginning: ​1. ;Get the su ...
Created on 02 April 2019
14. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... ith statements SELECTION-SCREEN FUNCTION KEY 1 & 2, the other defnition for TABLES: sscrfields. I've move the logic to class instead of includes so I could get rid of the need of having them i ...
Created on 21 November 2018
15. Unlock yourself on the DEV system
(Tricks)
... ABAP4_CALL_TRANSACTION FM with proper RFC target of your DEV system and transaction SU01. 2. Put your user name into proper field, switch on debugging using /h command and click on unlock button.  3. ...
Created on 15 November 2018
16. ATC Pseudo Comments list
(Tips)
...  401 N GET/SET parameters: Field length too long GS_TWENTY   CL_CI_TEST_EXTENDED_CHECK 402 N GET/SET parameter not entered in TPARA EXISTS  ...
Created on 26 September 2018
17. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... nt two SAPNotes (2526405 ,2629179) in order to get correct results from the mentioned method. Once done the rest was quite easy.     Always the latest code for this program yo ...
Created on 20 August 2018
18. How to extend the time between SAP license installations on NPL
(Tricks)
... ;one additional element that you can copy bellow and save. <ExtraDataItem name="VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" value="1"/>   Now sta ...
Created on 03 August 2018
19. Create XLSX file from internal table in background v2
(Tricks)
... g             t_table      = <tab> ).           data(lt_fcat) = cl_salv_controller_metadata=>get_lvc_fieldcatalo ...
Created on 01 June 2018
20. ABAP Favorites Eclipse plugin
(How to...)
... ks to the blogs from SCN. Additionally I've started to search the web for the eclipse plug-in developments so I could get some more information about it. It was hard time for me, I've stopped thi ...
Created on 29 June 2017
21. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
... gs, but this is my personal opinion, so for you the default settings may looks ok. There is also one big added value for Darkest Dark Theme: during installation you get also icon editor which can be use ...
Created on 27 February 2017
22. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... experience I know that if SAP table had K at the end of the name that this must be configuration of header (Kopf). I've inserted my new delivery type as target delivery type and I've filled da ...
Created on 15 February 2017
23. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... was peanuts and I could get rid of using this two buttons :-)     report zabexpldelpobom. parameters: p_ebeln type ekpo-ebeln,             p_ebelp type ekpo-ebelp default '00010'. ...
Created on 04 February 2017
24. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
... fpo       i_show_messages = abap_true  ). class lcl_subcontracting implementation.   method: delete_pr_bom.     cl_message_handler_mm=>get_handler(  impor ...
Created on 03 February 2017
25. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
... I have figure out how to do this in backgroud. The solution was to run FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE in correct way together with message handler to not interrupt whole process. ...
Created on 02 February 2017
26. SAP TechEd Developer Hero 2016
(Thoughts)
... who should get the Developer Hero title and I hope they will do next year, just don't be afraid to vote for them ( I'll not ).     One of the advantage of being chosen as the developer ...
Created on 09 October 2016
27. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...      data(selections) = salv->get_selections( ).     selections->set_selection_mode(   if_salv_c_selection_mode=>cell  ). "Single row selection ...
Created on 09 October 2016
28. Why I like to code in ABAP in Eclipse
(Thoughts)
...  I’ve return to Eclipse after month or two, when Kepler release was out together with new version of AiE. I’ve said at the time: “I’ll try to work with Eclipse for one month, ...
Created on 27 May 2016
29. How to access private or protected data and methods of CL_GUI_ALV_GRID
(Tricks)
... attributes or methods declared. Quite strange, isn't it?     When you'll search were this interface is used then you'll notice that it's helping to get access to private grid ...
Created on 26 May 2016
30. Send mail in BADI or User-Exit without commiting
(Tricks)
...     msg->set_send_immediately( abap_true ).    msg->send( ). catch cx_bcs_send into data(ex).     message ex->get_text( ) type 'E'. ...
Created on 22 February 2016
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
FIELDCATALOG ALV Grid in the nutshell Field catalog - quantity PURCHASE ORDER Unlock yourself on the DEV system Field catalog - outputlen ALV GRID EWB Components allocation to routing operation multilevel BOM LVC FCAT EXPORT TO MEMORY ID OPR ALLOCATION PROVIDE Field catalog - datatype COL POS Field catalog - emphasize ALV GRID IN THE NUTSHELL MB51 LOWERCASE IXML ISTREAM Field catalog - just ABAP ZIP FALV MTK GET SELECTED COLUMNS GOS SERVICE TOOLS FALV Fast ALV Grid Field catalog - col id - ALV control Column ID AiE ESDUS ISOLATE SELSCREEN GUI ALV GRID ABAP FAVORITES OUTPUTLEN TOOL ACCESS DELETE USER OBJECTS XML REFRESH FROM SELECTOPTIONS HOTSPOT CTMS DDB HAS VALUES INTERNAL FRONTEND SERVICES GTENVIRONMENT VARIABLE Field catalog - checkbox ROLLNAME CALL TRANSFORMATION TVCPL APPEND ZDEMO FALV05 - Adding Removing Disabling grid toolbar KKEK CONVERT FLOAT CURR STARTING NEW TASK RM07DOCS AT SELECTION-SCREEN OUTPUT SET TABLE FOR FIRST DISPLAY ICON SLIN REUSE BAPI OBJCL GETDETAIL CVAPI DOC CHECKOUTVIEW CHARACT
  • 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
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • 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
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • 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.