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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
... then although I’ve entered the value of ‘12’ into the column, system didn’t allowed me to save it.   Figure 94 Error in edit mode caused by wrong value of field INTLEN (ZDEMO_AIN_CL38) ...
Created on 13 April 2020
2. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... prefer to create an RFC destination (lets call it here Z_DESTINATION_TO_TCMB), as on many servers you need to provide credentials for PROXY and it is safer to keep it saved inside RFC destination, ...
Created on 06 April 2020
3. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
... you set it to ‘X’, then as long as user will not unhide it and save it to the ALV variant, it will not be visible on the screen. But as said before it can be unhide using the display options.   ...
Created on 29 July 2019
4. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
This field is responsible for setting up columns in proper order while displaying the grid without using of saved layout. It may be useful if you don’t allow your users to save their own or global grid ...
Created on 24 June 2019
5. 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
6. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
...  the ID of the incident to a key field.   Then in WebIDE I've changed the call of the function behind the save button to use Read method.      On the bac ...
Created on 06 June 2019
7. 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
8. 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
9. CMD_EI_API deletes contact persons?
(Tips)
...  a while I've found out that I have to call additionally the method update_modules and now the customer was saved. But now all contact persons for customer where deleted, even when I w ...
Created on 13 August 2017
10. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
...  This time I've entered item category which was visible in error details and I user routine 302 for data transfer of item data without reference order.    Once saved I rerun the pro ...
Created on 15 February 2017
11. Why I like to code in ABAP in Eclipse
(Thoughts)
... you’re in heaven. In eclipse once you want to jump to method or function definition or implementation, you don’t have to save your current work and move to other, you just Ctrl + Click, and ...
Created on 27 May 2016
12. WYSIWYG HTML Editor in ABAP
(Tricks)
... back to SAP. ZCL_HTML_EDITOR class, which is attached to this post, raises an event whenever someone click on save button in the editor, so you can easily handle it and then use new HTML for your purposes. ...
Created on 20 January 2016
13. 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
14. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... t_s( 'test' ).   falv_stand_copy->column( 'CARRID' )->set_reptext( 'test' ).   falv_stand_copy->variant-report = sy-repid.   falv_stand_copy-> ...
Created on 06 January 2016
15. ZDEMO_FALV06 - Grid Layout settings + "Mark" field
(FALV (Fast ALV Grid))
... ARK' ).   endif.   "user Layout option ;save changed to user-specific only   falv->layout_save = 'U'.   "Display full  ...
Created on 06 January 2016
16. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
... fully dynamic GUI Status in case of full screen FALV. When you use full dynamic GUI status then you're allowed to use up to 35 button slots. Default buttons like SAVE, BACK, UP, EXIT, PRINT,... are alread ...
Created on 06 January 2016
17. How to copy BOM using CEWB Function Modules
(How to...)
... memory using 'CS_CL_P_ITM_PROVIDE', and then use it for copying items to our target BOM in 'CS_CL_S_ITM_CREATE_BY_COPY'. At the end, when everything is fine, use FM 'CP_CC_S_SAVE' to ...
Created on 28 October 2015
18. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... toolbar, fill also function keys for save, up, back, exit, print... etc so you can also use it in your programs.     Save & activate GUI STATUS.   Now create also GUI TITLE and ...
Created on 11 July 2015
19. Popup with multi-select ALV
(How to...)
...        i_save                        = space ...
Created on 29 April 2014
20. GOS - How to add business documents at creation of object
(Tricks)
... name to it. At save (or after save) you can move attachments and business documents from temporary object to final one.    The question is what will happen when you'll attach business document ...
Created on 25 April 2014
21. GOS - Link Business Documents from PR to PO
(Tricks)
... after the PO is save with your some background job or you can try to insert the object directly to the GOS of purchase order.  I didn't do direct attachment to GOS of PO but as I mention in the ...
Created on 25 April 2014
22. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... current allocation of components (CP_CL_P_OPR_ALLOCATION_PROVIDE). We need to do it in order to delete current allocation. 4) Deletion is done with CM_CL_P_COM_DELETE and saved with CP_CC_S_SAVE. Deletion ...
Created on 18 April 2014
23. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
...  *  iactive        = *  IUNAME          = IUNAME *  isave           = 'X' ...
Created on 14 April 2014
24. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... in IACTION, configuration setting name in IELEMENT and it's value in IACTIVE. If you want to save the settings directly to DB then you need to set the flag in ISAVE parameter, in other case you'll ...
Created on 09 April 2014
25. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... in this tables:  ES_READ_USER_OBJECTS ES_APPEND_USER_OBJECTS ES_DELETE_USER_OBJECTS ES_SAVE_USER_OBJECTS ES_READ_USER_SETTINGS ES_APPEND_USER_SETTINGS ES_SAVE_USER_SETTINGS ES_DELETE_USER_SETTINGS ...
Created on 31 March 2014
26. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  *     is_print                 = gd_prntparams       i_save                   = 'A' ...
Created on 28 March 2014
27. Characteristic's own input screen - Part 8 - example of use
(How to...)
...             ).     if sy-subrc eq 0.       zcl_abapblog_com_classific=>save_charact_from_ref_data( ...
Created on 17 November 2013
28. 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
29. 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
30. Characteristic's own input screen - Part 1 - Convert Values To Float
(How to...)
... add needed fields to fieldcatalog and call FM to update characteristics when save button was pressed. I realized I need dynamic structure for ALV which will call standard screen for characteristic update. ...
Created on 31 August 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
LVC FCAT PERIOD AND DATE CONVERT OUTPUT ABAP Extensions - Automatic Logon CTMS DDB INIT VIRTUALBOX APPEND USER SETTINGS ALV GRID IN THE NUTSHELL Secure call of starting new task using RM FREE SESSION CHECK GUI ALV GRID SBCS SEND CMD API EXTRACT CREATE COM ALINK CONNECTION MEREQS EBAN LOOKUP PURCHASE REQUISITION ABAP Code Retreat Tychy 2019 - Organizer Recap ALV Grid in the nutshell Field catalog - fieldname IFIELDNAME ESRUO SET CURRENT CELL VIA PRETTY PRINTER ABAP HTML EXTEND PROGRAM RUNTIME Field catalog - datatype HTML VIEWER ALV GRID ZDEMO FALV08 - Mass replace function FALV05 - Adding Removing Disabling grid toolbar F4IF START VALUE REQUEST COMPONENTS REFRESH SCROLL INFO IXML STREAM FACTORY Field catalog - ifieldname Speed-up your Eclipse installation PARAMETERS MEPO151 RM07DOCS RSBCS EXAMPLE EMAIL SIMPLE FIELDCATALOG FALV ESRUO - MM settings table - Part 3 Basic Information FRIEND TABLE DISPLAY SAVE ATC Create a nice looking chart with CL CHART ENGINE - Part 1 - Chart Designer Field catalog - edit mask ESRUO - MM settings table - Part 2 ESDUS REUSE About me VRM
  • 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.