• 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)
... of 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)
...  ALV control: Column identifier for dialog functions tooltip type lvc_tip ALV control: Tool tip for column header ...
Created on 24 June 2019
5. 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
6. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... needed here. So I 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 ...
Created on 04 February 2017
7. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      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)
... examples found in the web you can react directly and they will not fix the wrong coding in their heads. Also when you repeat and repeat that you should not use ... for example tables with header lines ...
Created on 24 November 2015
9. How to copy BOM using CEWB Function Modules
(How to...)
... Just for the safety reasons :-) 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 ...
Created on 28 October 2015
10. The SIN of progress indicator
(Tricks)
...      exporting       i_field_seperator    = ';'       i_line_header        = abap_true ...
Created on 19 August 2015
11. GOS - Link Business Documents from PR to PO
(Tricks)
... comments 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. ...
Created on 18 April 2014
13. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
...    4. You want to clear some default settings 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 ...
Created on 14 April 2014
14. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
...     ielement       = 'POHeaderProposer EKORG'    iactive        = '0001' ...
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 ...
Created on 31 March 2014
16. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  *          write_field_separator     = SPACE *          header                    = '00' ...
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...)
... REF TO IF_PURCHASE_REQ_FACTORY -> Purchase requisition factory Exception: HEADER_COULDNT_BE_CREATED Implementation: method check_requisition_resetable.   data: fo_req        type ref to if_purchase_requisition. ...
Created on 18 March 2014
19. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...    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)
... _xstring.   endif. endmethod. Example of use: report  zab_mhtml_xls. *This is the code from http://abapblog.com. data: gt_file type filetable with header& ...
Created on 12 May 2013
21. Secure call of "starting new task" using RM_FREE_SESSION_CHECK
(Tips)
...         performing check_return on end of task       exporting         goodsmvt_header               = fs_goodsmvt_header ...
Created on 25 April 2013
22. Download CV01N/2N/3N documents to PC
(How to...)
...                    header_not_allowed        = 7                   separator_not_allowed     = 8 ...
Created on 14 April 2013
23. Free global data of a program at once
(Tricks)
...          free <any>. clear <any>.       endif.       "now try free table, as the one with header line will not ...
Created on 10 April 2013
Łukasz Pęgiel
ECLIPSE MEREQ GET FACTORY SELECT AUTOMATIC LOGON GUI ALV GRID ALV Grid in the nutshell Field catalog - fix column IXML OSTREAM REPTEXT ALV GRID IN THE NUTSHELL FIELDCATALOG ALV GRID SALV TABLE SBCS SEND UPDATE FRONTEND Field catalog - lzero EDIT MASK ESRUO - MM settings table - Part 3 PERIOD AND DATE CONVERT OUTPUT LVC FCAT ADT OLE2 OBJECT Field catalog - no sign PRAGMA SAP TechEd 2016 SELECTED COLUMNS QM ATTACHMENTS Speed up your coding with ABAP in Eclipse SITWRO 2017 session PROCESS CUST ZDEMO FALV14 - Popup calls LOOP AT SCREEN APPEND USER OBJECTS PARSER Field catalog - currency INTLEN PRINTOUTS GROUP SET SELSCREEN STATUS REUSE VARIANT ZCL RM07DOCS CURRENT CELL VIA BAPI OBJCL GETDETAIL Field catalog - sp group - Group key FALV07 - Columns field catalog settings OUTLOOK APPLICATION Field catalog - datatype Field catalog - key sel SAP Community Events FALV09 - Cell settings MB51 ENHANCEMENT SE41 ABAP Code Retreat ACR TOOL ACCESS COC1 FEATURE CHECK MERGE FALV TEACH ABAP GOS MANAGER FOR
  • 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
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • ATC Pseudo Comments list
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Create fieldcatalog from internal table
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • Subtotal lines of ALV GRID OO as content separator
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.