• 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

Search

Total: 50 results found.

Search for:
Search Only:

Page 2 of 2

31. How to copy BOM using CEWB Function Modules
(How to...)
... of the sample program to copy BOM then you'll see it's reasonable.    At the beginning let's clear Function Group memory using FM 'CP_CC_S_REFRESH_DATA'. Just for the safety reasons ...
Created on 28 October 2015
32. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... separator then you can use method add_separator and pass it's place. This method will add in fact a button without any text or description which will just looks like separator.     If you want to allow ...
Created on 11 July 2015
33. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... and if there was no rest from such division then I was running this FM, just to avoid calling this FM to often. The problem of this FM is that when used in background it hasn't show any info in job ...
Created on 28 April 2015
34. Battleships game (two players)
(How to...)
... sure know from analog version.  Game is very simple, firstly you have to build your own map with ships. Just to remind you, there are 2 submarines, 2 destroyers, 1 cruiser, 1 battleship and 1 aircraft ...
Created on 10 January 2015
35. Popup with multi-select ALV
(How to...)
... container for ALV grid and space for the question which will be passed to the users. Just to be able to call it from any place.     5) Next step would be to create proper flow logic for this screen. ...
Created on 29 April 2014
36. Mass replace popup for ALV grid
(Tips)
... type and F4 help are just like for the field generated for the firs time. This is because the generated selection screen is kept in memory an called each time with same parameters, nevertheless the change ...
Created on 27 April 2014
37. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
... which are the same as in MB51 should be coded with the same names so we can pass them to RM07DOCS by method call_mb51_static. I used REUSE_ALV here just to be able to do it faster, but ALV OO can be used ...
Created on 28 March 2014
38. Enhanced MB51 Part 2 - Structure for data
(Tricks)
... which contains most of the fields which are available in MB51 (structure list in RM07DOCS). Just after t_list you'll find type tt_list which is just table type for t_list. *--------------------------------------------------------------------* ...
Created on 27 March 2014
39. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... to time consuming to prepare same logic like in MB51 and in case of any changes in oryginal transaction I would need to adjust program again   Do implicit enhancement in RM07DOCS to add missing fields ...
Created on 24 March 2014
40. Characteristic's own input screen - Part 7 - save characteristic value to databas
(How to...)
... if something has changed with BAPI_OBJCL_GETDETAIL, then save the values with BAPI_OBJCL_CHANGE. Just one remark, you have to pass all values always to that FM!   Importing: I_DATA TYPE DATA OPTIONAL value( ...
Created on 17 November 2013
41. Characteristic's own input screen - Part 1 - Convert Values To Floa
(How to...)
... update some characteristic values from ALV grid, this would be not a problem at all if the characteristics would be defined from the begriming, but they weren't. In that case I couldn't just add ...
Created on 31 August 2013
42. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
If you have to adjust conditions for your purchase order line and if during the use of method if_purchase_order_item_mm~set_conditions in BADI ME_PROCESS_PO_CUST you receive an error MEPO151 "Data ...
Created on 06 June 2013
43. How to select proper configuration entry
(Tips)
... for all entries then you have to do some little coding to handle it as you just cannot check only if key fields are same as in your checked structure. There is a way to do it and the method described can ...
Created on 31 May 2013
44. Classifications - Part 4 - example of use
(How to...)
...      endif.     "you can get all components from structure so no need to manually     "write all the names of characteristics  but just to show it I will     "it fast and I'll directly put characteristic name ...
Created on 26 May 2013
45. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
... some data but I will use dummy one just to show you how to create the chart, you can replace this part with loop on your internal table or even better change it in the way that you'll pass internal ...
Created on 06 May 2013
46. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
... it in XML file which can be used in ABAP after. So first of all we need to download chart designer from SDN so you can google "sap chart designer" to get it. After you'll have it just ...
Created on 03 May 2013
47. Load variant to single subscreen (selection screen)
(How to...)
...                  if sy-subrc eq 0.                    = fs_params-high.                 endif.                 "just to be sure that select options are filled                 assign component 'SIGN' of structure   to . ...
Created on 02 May 2013
48. Subtotal lines of ALV GRID OO as content separator
(Tricks)
... not display totals, just subtotals will be displayed   gs_layout-no_totexp =  'X'. "do not show expand icons for subtotals   gs_layout-no_rowmark = 'X'. "do not show row selection ...
Created on 28 April 2013
49. Refresh ALV GRID and keep position and current cell
(Tricks)
... - set cursor back. There is no special coding here, just standard ALV grid methods used in proper order. Method definition, Importing parameters: I_SOFT TYPE CHAR01  DEFAULT 'X'  I_SET_CURRENT TYPE ...
Created on 22 April 2013
50. Save message with attachment in Outlook's Draft
(Tricks)
... to create and send the message directly from SAP, but in a situation when you're working on local files then It may be better to do it with Outlook. This is of course just a short sample of the possibilities, ...
Created on 16 April 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ALV GRID IN THE NUTSHELL LOAD COMPLEX TSK SELECT FIELDCATALOG IXML PARSER FALV BAPI ROUTING DELETE ALV GRID CLASS READ ALV Grid in the nutshell Field catalog - key MD07 SCMS DOC Save message with attachment in Outlook's Drafts SYMBOL Field catalog MDC7 ABAP STRUCTDESCR GOS MANAGER RM07DOCS USER SETTINGS CFIELDNAME LVC FCAT QUANTITY OBJECTS REFRESH FROM SELECTOPTIONS DESCRIBE NAME COL RELEASE ALLOWED BINARY RELATION CREATE TRANSFER SLIS F4 Help for external date MEPO151 TOOLTIP Why I like to code in ABAP in Eclipse GUI ALV GRID TABLE DISPLAY GOS - Link Business Documents from PR to PO ESDUS Download BOM By Topic OPR ALLOCATION PROVIDE REUSE RSBCS EXAMPLE EMAIL EXPORT TO MEMORY ID INTLEN Downloading Exchange Rates from NBP National Bank of Poland EDIT MASK SERVICE TOOLS GTMOVE LINKED OBJCL GETDETAIL XML CHAR VALUE CHANGE2 Download CV01N 3N documents to PC BCS CONVERT ENCODING VARIANT SBCS SEND DARK THEME FREE SESSION CHECK FALV Fast ALV Grid
  • 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.