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

Search for:
Search Only:

1. <span class="highlight">Copy</span>ing is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... any issues, then when I tried to do it in ABAP, I always received the error VL473 - Copying is not poss.because an entry is missing in Table TVCPL.  I thought that this is some kind of nonsense as ...
Created on 15 February 2017
2. How to <span class="highlight">copy</span> BOM using CEWB Function Modules
(How to...)
I've seen on SCN plenty of question about copying BOM from one plant to other, or from one material to other. Most of them were closed by using LSMW or direct input methods, but there is a really nice ...
Created on 28 October 2015
3. <span class="highlight">Copy</span> routing (create on a base of existing one)
(Tricks)
... that there is a lot of possibilities there. For example creation of a new routing, you can do it step by step or create a routing on a base of existing one. Today I'll show how to copy existing routing ...
Created on 26 May 2013
4. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... then if you explicitly don’t set the SELTEXT and TOOLTIP fields, ALV will automatically copy the content of REPTEXT into those fields. Figure 98 Field catalog with automatic and manual REPTEXT ...
Created on 13 April 2020
5. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  auto_value type lvc_auto ALV control: Automatic value copy checktable type tabname ...
Created on 24 June 2019
6. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...  Here you can find the first version of the code to understand what is happening here, as well as example usage. Of course it's better to use ABAPGit to install the program than to copy&paste it from ...
Created on 20 August 2018
7. How to extend the time between SAP license installations on NPL
(Tricks)
... make a backup of the *.vbox file, just in case :-)   Now edit the VBOX file by adding in ExtraData node one additional element that you can copy bellow and save.   ...
Created on 03 August 2018
8. Why I like to code in ABAP in Eclipse
(Thoughts)
... in a pop-up. You can easily copy the types of FM parameters or preview the ABAPDoc and standard documentation   v.      Refactoring – well, this function is really one of the nicest, select ...
Created on 27 May 2016
9. Send mail in BADI or User-Exit without commiting
(Tricks)
...  *        iv_copy         = iv_copy    " Copy Recipients (None, CC, BCC) *        iv_fax_country  = iv_fax_country    " Country for Telephone/Fax Number     ).    msg->set_sender(      exporting ...
Created on 22 February 2016
10. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... whole FALV. Everything starts here. Bellow you can find some description of main methods and attributes which are made in this class. Methods:  CREATE CREATE_BY_COPY LVC_FCAT_FROM_ITAB ...
Created on 09 January 2016
11. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...  *              with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.   endif.   falv_stand->display( ).  "copy of standard falv + some changes of descriptions   data(falv_stand_copy) = falv_stand->create_by_copy(  ). ...
Created on 06 January 2016
12. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... and with redefinition of method I can faster use it Faster setting of layout and field catalog attributes  Easy switch and copy between popup, full screen and container version Easy toolbar ...
Created on 04 January 2016
13. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... screen creation All events should be already handled and with redefinition of method I can faster use it Faster setting of layout and field catalog attributes  Easy switch and copy between popup, full ...
Created on 28 December 2015
14. How to teach ABAP ???
(Thoughts)
... whenever it's possible as this is better for performance" or "on development system it's working fast, but let's copy it to quality system and then check with real amount of data". ...
Created on 24 November 2015
15. GOS - Link Business Documents from PR to PO
(Tricks)
... need a a method to link business documents of PR to PO. This is not so hard as we have in disposition class cl_alink_connection which allows to do such operations. Of course the time when you're copying ...
Created on 25 April 2014
16. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  *&---------------------------------------------------------------------* *       text *----------------------------------------------------------------------* form load_excel.   "ole copy of excel data, ...
Created on 18 April 2014
17. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
... as well as SALV. If you copy the code bellow and you'll have problems with excel export, then you'll have ot remove it or install to your SAP abap2xlsx classes which I used in this function.   ...
Created on 28 March 2014
18. Enhanced MB51 Part 5 - Export from MB51
(Tricks)
... our class and if yes then it will copy results of MB51 to memory and leave the program. it_list type any table Implementation: method export_list_to_memory.   field-symbols:  type any,                   type any. ...
Created on 28 March 2014
19. Enhanced MB51 Part 2 - Structure for data
(Tricks)
... and to get back the results.    I will need a type for the structure which will be used as a base type to all copy / move functions from MB51 to class and program. Bellow you'll find a type t_list ...
Created on 27 March 2014
20. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... both needs - additional fields and direct display of ALV grid. So I started to dig and debug to see what is possible to do and these possibilities I found: Copy program RM07DOCS (MB51) to Z-one and to ...
Created on 24 March 2014
21. Characteristic's own input screen - Part 1 - Convert Values To Floa
(How to...)
... there own values at call - method to copy data from my reference data structure to screen values - method to copy data from screen (after input) to my reference data structure - method to copy data from ...
Created on 31 August 2013
22. Zipping in IZArc with ABAP directly on PC
(Tricks)
... which is stored on PC so if you would like to zip it with cl_abap_zip class then you would need to copy file to ABAP memory, then zip it using cl_abap_zip and then save back file to PC. Sometimes this ...
Created on 15 April 2013
23. Link Attachments of Purchase Requisition to Purchase Order
(Tricks)
If during creation of purchase requisition you've attached some documents into requisition and you convert requisition to purchase order then the attachments aren't copy to PO. But you can do it ...
Created on 12 April 2013


Łukasz Pęgiel
GOS MANAGER ALV GRID IN THE NUTSHELL CHAR VALUE CHANGE2 FILL MDLB FROM EBAN TVCPL and Enhance Your ADT FIELDCATALOG Battleships game two players ECLIPSE ZIP a file using ABAP ALV GRID OPR ALLOCATION PROVIDE GUI CHART ENGINE ATC Pseudo Comments list ADT LOAD COMPLEX BOM SCMS XSTRING BINARY OUT MB51 ENHANCEMENT ZCL CMD CUSTOMER - Wrapper for CMD API classes READ USER OBJECTS FALV ALV GRID BOM COPY TIMER LVC FCAT BAPI OBJCL CHANGE DFIELDNANE ITM REFRESH SELECTOPTIONS ZDEMO FALV09 - Cell settings INTTYPE HTML VIEWER PURCHASE REQ FACTORY ALV Grid in the nutshell Field catalog - fieldname AUTOMATIC LOGON DELETE SETTINGS SALV AGGREGATIONS Creating editor for dynamic code SE38 like TSK CREATED VARIANT Field catalog - fix column GET SCROLL INFO VIA SYM ABAP STRUCTDESCR CALL TRANSFORMATION KKEK CONVERT FLOAT CURR TEACH ABAP RELATION CREATE COMMIT ABAP Code Retreat Tychy 2019 - Organizer Recap SAP WebIDE AiE ABAP IN ECLIPSE LEARN ABAP RECEIVE RESULTS FROM FUNCTION
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek 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
  • Create XLSX file from internal table in background v2
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • ATC Pseudo Comments list
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • 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. 

Bootstrap is a front-end framework of Twitter, Inc. Code licensed under MIT License. Font Awesome font licensed under SIL OFL 1.1.