• 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: 31 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 show the details of the clicked object, or to move to a transaction in which the object can be modified. As you can imagine, setting column as a HOTSPOT is very easy, you need to pass only the ABAP_TRUE ...
Created on 27 April 2020
2. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... Transaction. Probably depending on the installed version of your system, or addons, the list of the interfaces may be longer. Anyway I’ve focused here on a simple example of calling another ABAP report ...
Created on 13 April 2020
3. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... generation of UI in SAP world and I was thinking about when SAP will kill old ALVs. This so far didn’t happened and as there are dozens of ABAP developers who still creates reports and transactions inside ...
Created on 24 June 2019
4. Unlock yourself on the DEV system
(Tricks)
... during debugging. In most cases I think this is standard for developer :)   OK, so here are the steps: 1. On system to which you have access go to SE37/SE80 and run ABAP4_CALL_TRANSACTION FM ...
Created on 15 November 2018
5. ATC Pseudo Comments list
(Tips)
I was implementing ATC checks in the company I work for and wanted to find the place where the information about possible pseudo comments are stored.  In transaction ATC I could find them in the management ...
Created on 26 September 2018
6. How to extend the time between SAP license installations on NPL
(Tricks)
... user and update the license in SLICENSE transaction. This sometimes makes me a bit nervous. That's why I've setup my installation this way, that the time between OpenSuse and Windows host is not synchronized. ...
Created on 03 August 2018
7. CMD_EI_API deletes contact persons?
(Tips)
I'm big fan of CMD_EI_API and VMD_EI_API classes. I use them to create, update and delete customer and vendor master data, including contact persons, partners and all data you have in XD02/XK02 transaction. ...
Created on 13 August 2017
8. ABAP Favorites Eclipse plugin
(How to...)
1.Why I’ve created the plug-in?   I was always missing a small functionality in Eclipse - a Favourite SAP T-Codes which we all know form SAP Menu. I know to you can call SMEN transaction using ...
Created on 29 June 2017
9. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
This time the problem which I solved was not an ABAP problem, although at the beginning I thought it is, as while creating of deliveries without reference in standard transaction were done correctly without ...
Created on 15 February 2017
10. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...        exporting         im_tcode     = 'ME23N'         im_trtyp     = 'A'    " Transaction Type         im_aktyp     = 'A'    " Activity Category         im_po_number = i_order    " Document Number ...
Created on 04 February 2017
11. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
... completly it's BOM.    You may wonder why would need to delete subcontracting BOM? This is not possible in standard transaction ME52N and in most cases it makes no sense to have the subcontracting ...
Created on 03 February 2017
12. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
... instead of selecting and updating components in the database. IF_BOM_MM didn't helped as well.   I started to dig in the standard transactions and local classes of ME52N and finally I have figure out ...
Created on 02 February 2017
13. Why I like to code in ABAP in Eclipse
(Thoughts)
... the speed of GUI debugger is really winning here. Personally when I debug standard program then I use GUI, when my own then AiE.   ii.      SFP transaction hangs in Eclipse – although you can open Adobe ...
Created on 27 May 2016
14. How to teach ABAP ???
(Thoughts)
... to read it as a first step. I have there also small description about main development transactions. So if you know that you'll learn more than one person, then it's really useful to have such ...
Created on 24 November 2015
15. 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
16. Direct access quality notification attachments from action box
(How to...)
When you use QM01/QM02/QM03/IQS1/IQS2/IQS3 transactions then you've noticed that when you have some task defined then you cannot directly go to attachments of notification. Following popup always appears: ...
Created on 22 October 2015
17. Mass replace popup for ALV grid
(Tips)
... when you call dynamic selection-screen (with parameters like (variable) ) for the first time the output is ok, but the second time you do it in the same runtime of transaction or program then the length, ...
Created on 27 April 2014
18. GOS - How to add business documents at creation of object
(Tricks)
When you open standard transaction you may be surprised sometimes that although you're able to attach standard attachments while creating document, you're not able to attach business document at ...
Created on 25 April 2014
19. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
...   To be sure you get last document you have to select data from ESRUO table directly, sort it by timestamp and get last object. Then update setting of default document for transaction, in my example for ...
Created on 14 April 2014
20. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... FMs.   ESDUS table keeps parameters mostly for MM transactions, here is the list of t-codes for which I found some entries inside ESDUS: - IA05 - MB24 - MB25 - MB51 - MB52 - MB59 - MB5TD - ...
Created on 09 April 2014
21. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
Let's discus following scenarios with MM standard transactions: When you open one of the MM t-codes like ME22N, ME51N or MIGO you see that always you got on the screen one of the latest open document ...
Created on 31 March 2014
22. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...                call transaction  'ME23N' and skip first screen.             when 'EBELP'.               set parameter id 'BSP'        field     -ebelp.               set parameter  id 'BES'       field     -ebeln. ...
Created on 28 March 2014
23. 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
24. Reset rejection of Purchase Requisition
(How to...)
...      raise header_couldnt_be_created.   endif. * creation of header fails   if fo_req is initial.     raise header_couldnt_be_created.   endif. * Header status data   fo_req->get_transaction_state( importing ex_document = f_document   ). ...
Created on 24 March 2014
25. How to check if for purchase requisition rejection can be reset?
(How to...)
...    if sy-subrc eq 1 or fo_req is initial.     raise header_couldnt_be_created.   endif.   "check state of transaction   fo_req->get_transaction_state( importing ex_document = f_document   ). ...
Created on 18 March 2014
26. Extend allowed runtime of a program
(Tricks)
When you create a report or transaction that handles a lot of data with multiple selects and functions that are doing some manipulation of the data, or you have to call in this report a function module ...
Created on 25 June 2013
27. Custom selection-screen fields for MD07/MS07
(Tips)
You may noticed that standard transaction MD07 and MS07 offers basic filters on selection-screen which allows user to select materials they are responsible for, the problem comes when in your company users ...
Created on 16 June 2013
28. Copy routing (create on a base of existing one)
(Tricks)
In article Delete Routing - piece of cake I've shown you how to use FM from CEWB transaction to delete routings. If you go through all FM that are inside function groups of CEWB then you'll see ...
Created on 26 May 2013
29. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
At the beginning of my work with SAP I was disappointed with the charts that was available in standard transactions. In fact I am still :) But when I have to create own program with nice looking chart ...
Created on 03 May 2013
30. Download CV01N/2N/3N documents to PC
(How to...)
You might have a task to use or download one or all files attached to document saved via CV01N transaction. This is not a big deal really, you just need to use some FMs available in standard of SAP like  ...
Created on 14 April 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
PURCHASE REQUISITION ALV GRID FIELDCATALOG SAP NPL Convert date to and from external date type STARTING NEW TASK ALV Grid in the nutshell Field catalog - round Field catalog - no convext GUI ALV GRID CVAPI DOC CHECKOUTVIEW GET FRONTEND F4IF START VALUE REQUEST LVC FCAT ABAP TEST COCKPIT SAP TechEd 2016 SAP SCRIPT CSRF token validation failed COMMIT WORK LOAD COMPLEX BOM DFIELDNANE ABAP DEVELOPMENT TOOLS IN ECLIPSE FILL MDPA FROM EBAN ABAP Code Retreat ZDEMO FALV06 - Grid Layout settings Mark field APPEND USER OBJECTS Field catalog - key FALV11 - Editable Grid settings AiE SAPGUI SET FUNCTIONCODE Field catalog - dfieldname Fieldname for column group ABAP DEVELOPMENTS TOOLS ALV GRID IN THE NUTSHELL ABAP Create fieldcatalog from internal table MB51 BAPI OBJCL GETDETAIL SALV LEX CMD API EXTRACT MB51 ENHANCEMENT COL TVCPL FALV COC1 FEATURE CHECK GOS MANAGER FREE SESSION COMPONENTS UPDATE PREPARE AiE ADT dark theme settings FALV05 - Adding Removing Disabling grid toolbar DELETE MTK Configure Field catalog - fix column RM07DOCS AGGREGATIONS ZCL CUSTOMER - Wrapper for CMD API classes
  • 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
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • GOS - How to add business documents at creation of object
  • 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
  • How to handle CL_GUI_ALV_GRID events in SALV

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.