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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... to prepare implementation of the method. In my example I simply read the clicked cell content and I display a message on the screen. The index of row of clicked cell you’ll find in structure E_ROW_ID in ...
Created on 27 April 2020
2. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
...    Figure 95 Error message of  ZDEMO_AIN_CL38      ...
Created on 13 April 2020
3. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... If not, or if the ROLLNAME will be empty, you’ll receive the message “No documentation available” when you’ll press F1 on a grid cell. Figure 84 Result of F1 with empty ROLLNAME   ...
Created on 12 September 2019
4. 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
5. ATC Pseudo Comments list
(Tips)
...    CL_CI_TEST_EXTENDED_CHECK 600 W T100 MESSAGE not defined MG_MISSING   CL_CI_TEST_EXTENDED_CHECK 601 N MESSAGE call contains ...
Created on 26 September 2018
6. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... bsp; ).       if sy-subrc <> 0.         message id sy-msgid type sy-msgty number& ...
Created on 20 August 2018
7. ABAP Favorites Eclipse plugin
(How to...)
... rites Dev Objects views. It can contain following development objects: Programs Classes Interfaces Function Groups Function Modules Tables Views Message Classes When you double ...
Created on 29 June 2017
8. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... a transfer of header data with 301 - which is a special routine for delivery header without reference. I've run my code again, and I was surprised that I have still the same error message.  ...
Created on 15 February 2017
9. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... lp                                             value(i_show_messages) type abap_bool default abap_fa ...
Created on 04 February 2017
10. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
... ng the re-exploding the BOM, the difference is that FM ME_COMPONENTS_MAINTAIN is called with parameter i_vorga = 'D'  and message check at the end is bit different.   &n ...
Created on 03 February 2017
11. 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
12. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...      if sy-subrc <> 0. *     message id sy-msgid type sy-msgty number sy-msgno *                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4. ...
Created on 09 October 2016
13. Send mail in BADI or User-Exit without commiting
(Tricks)
... not only when sending emails but also during adding of attachments. In this case it's really not safe to use this class in BADIs or User-Exits, but there is one replacement for CL_BCS -> CL_BCS_MESSAGE. ...
Created on 22 February 2016
14. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... sp;0. *   message id sy-msgid type sy-msgty number sy-msgno *              with sy-msgv1 sy-msgv2 sy-msgv3 sy- ...
Created on 06 January 2016
15. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
... .         call function 'POPUP_DISPLAY_MESSAGE'           exporting             titel = 'Popup'   " T ...
Created on 06 January 2016
16. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
...          call function 'POPUP_DISPLAY_MESSAGE'           exporting             titel = 'Popup'   " Ti ...
Created on 06 January 2016
17. ZDEMO_FALV02 - Full screen with redefinitions
(FALV (Fast ALV Grid))
... .       when 'SEATSMAX'.         call function 'POPUP_DISPLAY_MESSAGE'           expor ...
Created on 05 January 2016
18. How to copy BOM using CEWB Function Modules
(How to...)
...        e_ecm_data_error_type type cpcc_message_type. selection-screen begin of block b01 with frame title text-b01. ...
Created on 28 October 2015
19. The SIN of progress indicator
(Tricks)
...    if sy-subrc eq 0.   endif.   message i001(00) with 'Done'. Please note that suppressing should be done before first ...
Created on 19 August 2015
20. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...      ).     if sy-subrc <> 0. *     message id sy-msgid type sy-msgty number sy-msgno ...
Created on 11 July 2015
21. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... I remember I was always using SAPGUI_PROGRESS_INDICATOR FM to display such messages on the screen. When used inside loops I often was manually dividing current tabix by selected variable (for ...
Created on 28 April 2015
22. Popup with multi-select ALV
(How to...)
...        ).     if sy-subrc <> 0.       message id sy-msgid type sy-msgty number sy-msgno ...
Created on 29 April 2014
23. Mass replace popup for ALV grid
(Tips)
...              .   if sy-subrc <> 0. * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO ...
Created on 27 April 2014
24. GOS - How to add business documents at creation of object
(Tricks)
...           ).   if sy-subrc <> 0. * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO ...
Created on 25 April 2014
25. GOS - Link Business Documents from PR to PO
(Tricks)
...  * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO *            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. ...
Created on 25 April 2014
26. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...      message s001(00) with 'Fill path!' display like 'E'.     g_error = 'X'.   elseif p_rows lt 2. ...
Created on 18 April 2014
27. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...        if sy-subrc <> 0. *       message id sy-msgid type sy-msgty number sy-msgno ...
Created on 28 March 2014
28. Characteristic's own input screen - Part 5 - show characteristic's own update screen
(How to...)
...  * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. ...
Created on 14 November 2013
29. Characteristic's own input screen - Part 4 - Move screen values to reference data
(How to...)
...                    if sy-subrc <> 0. * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO ...
Created on 14 November 2013
30. Custom selection-screen fields for MD07/MS07
(Tips)
...      message s663(61). *   Enter plant or MRP area     exit.   elseif s_werks[] is initial and p_wrkkz eq 'X'. ...
Created on 16 June 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
RELEASE ALLOWED COMPONENTS REFRESH CALL TRANSFORMATION SELECT CVIC MAP CONTACT ALV GRID IN THE NUTSHELL UPDATE PREPARE SAP WebIDE GUI ALV GRID FIELDCATALOG chart designer ADT ALV GRID FALV PROGRESS INDICATOR FREE SESSION CHECK USER INFO LVC FCAT LOAD COMPLEX TSK CTMS DDB SET VALUE ONLINE MS07 ACR ABAP ZIP GAME SAVE SETTINGS ALINK CONNECTION GTFIND SELSCREEN STATUS PROGRAM INDEX ALV Grid in the nutshell Field catalog - fix column DELETE OBJECTS CHART ENGINE ECLIPSE #EC Field catalog - no sum Speed-up your Eclipse installation FROM SELECTOPTIONS STRUCTDESCR ITM CREATE COPY STARTING NEW TASK BCS MESSAGE PERIOD AND DATE CONVERT INPUT How to select proper configuration entry INIT RM07DOCS PRAGMA CMD API ABAP DEVELOPMENTS TOOLS PRINTOUTS ATC Pseudo Comments list QUANTITY TABLE DISPLAY SAPGUI The SIN of progress indicator REPTEXT ESRUO FALV Fast ALV Grid - First blood SCMS XSTRING BINARY
  • 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

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 a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • EWB Components allocation to routing operation (multilevel BOM)
  • ATC Pseudo Comments list
  • 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.