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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - emp<span class="highlight">has</span>ize
(ALV Grid in the nutshell)
EMPHASIZE allows you to change the colour of the whole column if there is such need. This field can be filled with following values: Space - this means you use the standard behaviour of ALV ...
Created on 01 July 2019
2. Re-explode or delete purc<span class="highlight">has</span>e order line subcontracting BOM
(Tricks)
To continue previous two posts about re-exploding and deleting subcontracting BOM of purchase requisition item, let me describe you how to do the same thing with subcontracting BOM of purchase order line. ...
Created on 04 February 2017
3. Deletion of subcontracting BOM in Purc<span class="highlight">has</span>e Requisition
(Tricks)
In previous post I've shown how to re-explode subcontracting components of purchase requisition using FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE . Using very similar code you can delete ...
Created on 03 February 2017
4. Re-explosion of subcontracting BOM in Purc<span class="highlight">has</span>e Requisition
(Tricks)
I faced lately a small issue in one of the process in our company, I needed to re-explode the BOM of subcontracting item in purchase requisition. Normally users goes to ME52N and press "Explode BOM" ...
Created on 02 February 2017
5. Reset rejection of Purc<span class="highlight">has</span>e Requisition
(How to...)
As promised today I'll put code for a method to reset the rejection of the Purchase requisition. Most of the code is the same like in the check method, in fact even the code is repeated again so you ...
Created on 24 March 2014
6. Other checks on purc<span class="highlight">has</span>e requisition state
(How to...)
In the previous article I've shown how to check if we can reset the rejection of the purchase requisition. In the same way you can check if rejection is allowed or if release is allowed or if reset ...
Created on 22 March 2014
7. How to check if for purc<span class="highlight">has</span>e requisition rejection can be reset?
(How to...)
Working with Purchase Requisitions in ABAP is quite pleasant job, but sometimes it's not so easy like with other documents types. You cannot easily say if Requisition is rejected and can be reset by ...
Created on 18 March 2014
8. Link Attachments of Purc<span class="highlight">has</span>e Requisition to Purchase Order
(Tricks)
If during creation of purchase requisition you've attached some documents into requisition and you convert requisition to purchase order then the attachments aren't copy to PO. But you can do it ...
Created on 12 April 2013
9. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... after running your grid,  you can notice that the column marked as hotspot, has now underlined value and on click, the action inside the event handler is triggered.   Figure 118 Departure ...
Created on 27 April 2020
10. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
Group key is not widely used but it has nice feature. Once you group the field catalog fields and you pass the group name into parameter IT_SPECIAL_GROUPS of method SET_TABLE_FOR_FIRST_DISPLAY, then in ...
Created on 18 April 2020
11. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
You may suspect that setting up a domain name in the field catalog will make some effect on the display, for example in data type, length, lowercase sign,  but it seems that it has no effect in ALV grid. ...
Created on 18 April 2020
12. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... them, by calling the form which is passed here. The form has to have two tables parameters, one of structure RSTISEL, second of structure RSTIFIELDS and USING parameter of type KKBLO_REPREP_COMMUNICATION. ...
Created on 13 April 2020
13. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... (lets call it here Z_DESTINATION_TO_NBP) tha will point to https://www.nbp.pl/kursy/xml/lasta.xml, where the last exchange rates are posted.   The XML behind has following structure:  ...
Created on 06 April 2020
14. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... ABAP code in plain text. So lets assume you have an RFC destination that points to https://tcmb.gov.tr/kurlar/today.xml. It will look like this:   The XML behind has following structure: ...
Created on 06 April 2020
15. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
DATATYPE field has small influence on the way the column is displayed. You can omit this field and then ALV grid will automatically fill this field and additionally JUST, OUTPUTLEN, INTTYPE, INTLEN and ...
Created on 11 December 2019
16. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
... document number. When you setup the value of this field to ‘X’, then the column(s) will be always visible. While scrolling the fields after the last field which has this flag will be moving left or right. ...
Created on 28 July 2019
17. ALV Grid in the nutshell: Field catalog - tabname
(ALV Grid in the nutshell)
The name of this field suggest to put here an internal table name, but it seems that it has no function at all. When SAP fills field catalog automatically, then value of this field is set to ‘1’. You can ...
Created on 24 June 2019
18. ALV Grid in the nutshell: Field catalog - quantity
(ALV Grid in the nutshell)
... As you can see there everywhere where DISTANCE field has less or the same number of decimal places then it’s always shown with one decimal place (even, if after comma there is an 0). In case the quantity ...
Created on 24 June 2019
19. ALV Grid in the nutshell: Field catalog - round
(ALV Grid in the nutshell)
... put there positive numbers, if you want to move decimal places right, then use negative numbers. Example when you use 0 as round, you’ll get the normal full numbers, the display of the field hasn’t ...
Created on 24 June 2019
20. ALV Grid in the nutshell: Field catalog - qfieldname
(ALV Grid in the nutshell)
QFIELDNAME has the same meaning for quantity fields, like CFIELDNAME for amount fields. This means that we can setup in which column of internal table the information about unit of measure is kept. On ...
Created on 24 June 2019
21. ALV Grid in the nutshell: Field catalog - key_sel
(ALV Grid in the nutshell)
The description of this fields claims that if you put ‘X’ inside then current field will became a key field that can be hidden, but in fact it has no effect here, as standard key field can always be hidden. ...
Created on 24 June 2019
22. ALV Grid in the nutshell: Field catalog - symbol
(ALV Grid in the nutshell)
This field has similar functionality like ICON but instead of better looking icons, you can choose to display old-style ASCII symbols from type-pool SYM. Like in an example of ICON you have to setup the ...
Created on 24 June 2019
23. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  ALV control: EditMask for output emphasize type lvc_emphsz ALV control: Highlight column with color fix_column ...
Created on 24 June 2019
24. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... on it. It’s very handy to use in that situation, but also it has a limitation that you don’t have GUI toolbar available in here. To display the container I used the same approach as for docking container. ...
Created on 24 June 2019
25. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... of ZCL_CMD_CUSTOMER Every (almost) company which is using SAP has some custom fields in the customer master data. As this is very specific for each company, there is no easy way to include this kind ...
Created on 06 June 2019
26. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... such event in the company you give the company possibility to be visible on this hard employee market, that we see currently in most of the countries. As previously, my company Hager Group, has given ...
Created on 02 April 2019
27. Unlock yourself on the DEV system
(Tricks)
... is one. But there are two prerequisites - you need to have access to other system that has trusted RFC connection to the DEV system and you have to have debugging rights with possibility to make changes ...
Created on 15 November 2018
28. Speed-up your Eclipse installation
(How to...)
... looks quite clean, still on my new PC which has lots of RAM and very nice processor the starting time of Eclipse was horrible. Also sometimes I've felt that the performance of the editor is not the best ...
Created on 15 November 2018
29. ATC Pseudo Comments list
(Tips)
... transformed. &1% of fields used CI_ALL_FIELDS_NEEDED   CL_CI_TEST_COMPLEX_WHERE 1 N WHERE condition has &1 fields linked with AND CI_CMPLX_WHERE   CL_CI_TEST_COMPLEX_WHERE ...
Created on 26 September 2018
30. How to extend the time between SAP license installations on NPL
(Tricks)
... not a big deal to instal the license, but if you don't use your instance for a while and in the meantime the license has expired, the before you can do anything you need to login to your instance with SAP* ...
Created on 03 August 2018
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
GUI HTML EDITOR How to copy BOM using CEWB Function Modules GUI HTML VIEWER Enhanced MB51 Part 4 - Call MB51 EXTEND PROGRAM RUNTIME DELETE USER OBJECTS SAVE ALV GRID LVC TRANSFER FROM SLIS ABAP DEVELOPMENTS TOOLS COMPONENTS REFRESH SE41 DOMNAME ALV GRID COPY TSK REPTEXT ACR ALV Grid in the nutshell Basic Information RESET REJ ALLOWED PURCHASE ORDER FCAT SUM RM07DOCS PERIOD AND DATE CONVERT INPUT PROCESS CUST ZDEMO FALV13 - Mix demo own screen and container Save message with attachment in Outlook's Drafts ABAP IN ECLIPSE FIELDCATALOG LOAD COMPLEX FILL MDLB EBAN PRINTOUTS Create a nice looking chart with CL CHART ENGINE - Part 1 - Chart Designer Copying is not poss READ ENGINE TOTEXP ICON IXML PARSER SCMS XSTRING BINARY OUTPUTLEN ALINK CONNECTION GTUPDATE ALV GRID IN THE NUTSHELL GET SELECTED CELLS BAPI EXCHANGERATE CREATE SETTINGS OUTPUT SALV CONTROLLER METADATA UPDATE PREPARE ZCL CMD CUSTOMER - Wrapper for CMD API classes SELECTOPTIONS FALV Why I like to code in ABAP in Eclipse Selection-Screen Function Key in Form KKB SELECTIONS Downloading Exchange Rates from NBP National Bank of Poland
  • 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
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • 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
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.