• 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. 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
2. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
TOOLTIP, as in any other places in on your PC, is responsible to show short info about the column when you hover your mouse over the column header. It’s very useful when you have a lots of fields in you ...
Created on 12 September 2019
3. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
... internal table. As I haven’t filled anything in there beside the name of the field, the output will be really poor. We will have data displayed in our grid, but without any descriptions in header, without ...
Created on 24 June 2019
4. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  type lvc_tip ALV control: Tool tip for column header rollname type lvc_roll ALV control: ...
Created on 24 June 2019
5. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... 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 data transfer of header ...
Created on 15 February 2017
6. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... had to use CL_PO_HEADER_HANDLE_MM and IF_PURCHASE_ORDER_MM to fetch all data from purchase order and to move them to MDPA and MDLB structures. Once it was ready the rest was peanuts and I could get rid ...
Created on 04 February 2017
7. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      methods set_no_vgridln importing value(iv_value) type lvc_vgrid .     methods set_no_headers importing value(iv_value) type lvc_heads .     methods set_no_merging importing value(iv_value) type lvc_merge . ...
Created on 10 January 2016
8. How to teach ABAP ???
(Thoughts)
... that you should not use ... for example tables with header lines then you'll see that it brings effect very soon. Additionally when you're asking them to correct every piece of code, then you gain ...
Created on 24 November 2015
9. How to copy BOM using CEWB Function Modules
(How to...)
... :-) Then let's load BOM header data to FG memory. If you want to do mass transaction then you would probably want to fill selection table i_cpsc_bom_sel with more than one BOM number, it will be then ...
Created on 28 October 2015
10. The SIN of progress indicator
(Tricks)
...      zab_suppress_progress_ind=>suppress( ).   endif.   call function 'SAP_CONVERT_TO_CSV_FORMAT'     exporting       i_field_seperator    = ';'       i_line_header        = abap_true ...
Created on 19 August 2015
11. GOS - Link Business Documents from PR to PO
(Tricks)
... of Attachments article you can connect to GOS from class CL_PO_HEADER_HANDLE_MM which contains method GET_GOS_MANAGER. You can do it for example in PROCESS_ITEM method of ME_PROCESS_PO_CUST . You'll ...
Created on 25 April 2014
12. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  *----------------------------------------------------------------------* form open_file_dialog changing p_path.   data: ft_filetable type filetable with header line.   data: f_rc type sy-subrc. ...
Created on 18 April 2014
13. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... be default value for some fields or toggle status of the section (for example header always expanded, items always collapsed.     This is an example of setting header data of Purchase order expanded or ...
Created on 14 April 2014
14. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
...   exporting    iaction        = 'PurchaseOrder'    ielement       = 'POHeaderProposer EKORG'    iactive        = '0001' *   IUNAME         = IUNAME    isave          = 'X' ...
Created on 09 April 2014
15. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... for the user (or set them) for standard t-code. This could be default value for some fields or toggle status of the section (for example header always expanded, items always collapsed.  In all of this ...
Created on 31 March 2014
16. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  *          header                    = '00' *          trunc_trailing_blanks     = SPACE *          write_lf                  = 'X' *          col_select                = SPACE ...
Created on 28 March 2014
17. Reset rejection of Purchase Requisition
(How to...)
... -> Purchase requisition factory Exporting: E_RESET TYPE FLAG -> Reset was successful Exceptions: HEADER_COULDNT_BE_CREATED ERROR_DURING_RESET CANNOT_RESET Implementation: method reject_refusal.    ...
Created on 24 March 2014
18. How to check if for purchase requisition rejection can be reset?
(How to...)
... -> Purchase requisition factory Exception: HEADER_COULDNT_BE_CREATED Implementation: method check_requisition_resetable.   data: fo_req        type ref to if_purchase_requisition.   data: f_document    type mepo_document. ...
Created on 18 March 2014
19. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...    field-symbols:  type ekko.   data: f_mepoitem type mepoitem.   data: fo_header type ref to if_purchase_order_mm.   data: f_checkheader type mepoheader.   data: f_checkheader_curr type mepoheader. ...
Created on 06 June 2013
20. Create XLSX/MHTML file from internal table in background
(Tricks)
...  data: gt_file type filetable with header line. data: g_rc type i. data: gt_spfli type standard table of spfli. data: g_xstring type xstring. data: g_size type i. data: gt_bintab type solix_tab. ...
Created on 12 May 2013
21. Secure call of "starting new task" using RM_FREE_SESSION_CHECK ...
(Tips)
...        exporting         goodsmvt_header               = fs_goodsmvt_header         goodsmvt_code                 = fs_goodsmvt_code         testrun                       = space *           GOODSMVT_REF_EWM              = ...
Created on 25 April 2013
22. Download CV01N/2N/3N documents to PC
(How to...)
...                    header_not_allowed        = 7                   separator_not_allowed     = 8                   filesize_not_allowed      = 9                   header_too_long           = 10 ...
Created on 14 April 2013
23. Free global data of a program at once
(Tricks)
...  *               endif.           endcase.         endif.         free: m_classname, m_classref.         free . clear .       endif.       "now try free table, as the one with header line will not ...
Created on 10 April 2013


Łukasz Pęgiel
GUI ALV GRID LVC FCAT ALV GRID IN THE NUTSHELL FIELDCATALOG SAP SCRIPT CONVEXIT HTML VIEWER PROGRESS INDICATOR REDISPATCH ALV GRID PERIOD AND DATE CONVERT OUTPUT SAVE USER SETTINGS ESDUS RESET REJ ALLOWED KEY SEL ADT Extend allowed runtime of a program COMPONENTS MAINTAIN SCMS XSTRING BINARY ALV Grid in the nutshell Field catalog - currency CREATE COM Dynamic GUI STATUS TITLE with ABAP code FILL MDLB FROM EBAN FALV GUI TITLE ABAP TABLEDESCR CHECKBOX VARIANT CATALOG QUANTITY SYMBOL BAPI ROUTING DELETE TRANSFER SLIS REJECTION IXML STREAM FACTORY COMP REQUIREMENT ISOLATE SELSCREEN SAP TechEd Developer Hero 2016 RM07DOCS GET SCROLL INFO VIA SALV AGGREGATIONS PURCHASE ORDER ITEM SET CONDITIONS Field catalog - do sum Mass replace popup for ALV grid CVIC MAP CONTACT READ GAME PROCESS CUST LOAD COMPLEX TSK MEREQ GUI HTML EDITOR TOTEXP COC1 FEATURE CHECK
  • 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)
  • ATC Pseudo Comments list
  • Call standard F4 search help with customized parameters
  • 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.