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

Search for:
Search Only:

1. Re-explode or delete purchase <span class="highlight">order</span> 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
2. Link Attachments of Purchase Requisition to Purchase <span class="highlight">Order</span>
(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
3. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
... this case also set manually on a base of columns order in the FCAT table.   Figure 122 ZDEMO_AIN_CL46 FCAT of the first selection option after displaying ALV   Using the option “COL_ID ...
Created on 08 June 2020
4. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... activation of Report-Report Interface I’ve created a double click handler in order to run the interface, but you can also use standard toolbar button “Call Up Report” once you select a line or cell in ...
Created on 13 April 2020
5. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
...      TYPES: BEGIN OF currency,              cross_order      TYPE string,              kod              TYPE string,              currency_code    TYPE string,              unit             TYPE string, ...
Created on 06 April 2020
6. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
Technical field allows you to do similar thing as NO_OUT, you can hide the field on the output, the difference is that, users are not able to unhide this field. As NO_OUT, in order that TECH field work, ...
Created on 29 July 2019
7. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
...  Figure 68 ZDEMO_AIN_CL29 hiding of columns In this case I’ve also filled the REPTEXT column, in order to show you that it is possible to move the columns to display. If I wouldn’t do that, ...
Created on 29 July 2019
8. ALV Grid in the nutshell: Field catalog - do_sum
(ALV Grid in the nutshell)
DO_SUM is very helpful when you want to assure that some of the numeric fields are summarized directly after the output, without interaction from the user side. In order to do so, just put the ‘X’ or ABAP_TRUE ...
Created on 28 July 2019
9. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
FIX_COLUMN can be useful when you have a lots of fields in the field catalog and you want to make sure that some of the key fields are always visible, for example sales order number and position or posting ...
Created on 28 July 2019
10. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
This field is responsible for setting up columns in proper order while displaying the grid without using of saved layout. It may be useful if you don’t allow your users to save their own or global grid ...
Created on 24 June 2019
11. ALV Grid in the nutshell: Field catalog - currency
(ALV Grid in the nutshell)
When you have a field that contains an amount, for example net value of an sales order, then in order to show it correctly in the grid you should fill or this field with an value of currency key (one of ...
Created on 24 June 2019
12. ALV Grid in the nutshell: Field catalog - cfieldname
(ALV Grid in the nutshell)
... filled  As data in this table didn’t contained a line with JPY, I’ve changed in SE16 the currency key for one of the rows in order to show you the difference in output.   Figure 20 Changed ...
Created on 24 June 2019
13. ALV Grid in the nutshell: Field catalog - lzero
(ALV Grid in the nutshell)
... with leading zeros. For example material 101 would is stored as 000000000000000101 in ECC and 0000000000000000000000000000000000000101 in S/4 HANA. In order to not display this not needed zeros, you can ...
Created on 24 June 2019
14. ALV Grid in the nutshell: Field catalog - no_sign
(ALV Grid in the nutshell)
NO_SIGN can be used to hide the sign of the number. For example you have negative values but you want to display it as positive. In order to show you the behaviour of this settings, I’ve manipulated ...
Created on 24 June 2019
15. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... really simple example. (As you may read it the abapGit version can differ from here)   Figure 1 ZDEMO_AIN_CL01 example of using CL_GUI_CUSTOM_CONTAINER   Of course in order to be able ...
Created on 24 June 2019
16. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... different instances of ERP.   In order to allow you to use ZCL_CMD_CUSTOMER class with the custom fields I've prepared the logic that needs to be used. You need to create local or global ...
Created on 06 June 2019
17. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... to prepare the whole menu. I knew some snacks will be needed, so we have order sandwiches, fruits and some sweets. For the lunch, the easiest way is to order pizza, so I did it for the second time (as ...
Created on 02 April 2019
18. ATC Pseudo Comments list
(Tips)
...  MESSAGEG}M N Assign a Long Field CI_CONV_OK   CL_CI_TEST_NO_ORDER_BY AMB_SINGLE N SELECT SINGLE is possibly not unique CI_NOORDER WARNOK CL_CI_TEST_NO_ORDER_BY ...
Created on 26 September 2018
19. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... ,2629179) in order to get correct results from the mentioned method. Once done the rest was quite easy.     Always the latest code for this program you'll find on github under this link https://github.com/fidley/JSON2ABAPType. ...
Created on 20 August 2018
20. Retro ASCII symbols in ALV Grid table
(How to...)
The ALV Grid hides inside itself possibility to use ASCII symbols. All you need to do is to mark the one of fields in field-catalog as symbol and then use constants defined in TYPE-POOL SYM in order to ...
Created on 03 June 2018
21. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... which was visible in error details and I user routine 302 for data transfer of item data without reference order.    Once saved I rerun the program and finally I received positive result.      ...
Created on 15 February 2017
22. How to teach ABAP ???
(Thoughts)
... a program which creates purchase orders without knowing purchase organization, purchasing group or company code he can use for testing. How he can know what to fill in BAP if he never saw ME21N. Share ...
Created on 24 November 2015
23. Popup with multi-select ALV
(How to...)
... allows multiple row selects.  1) In order to prepare such popup you'll need to firstly define some global variables in FG which you can find bellow: constants: c_ccname_grid_popup type scrfname value 'CC_GRID_POPUP'. ...
Created on 29 April 2014
24. Mass replace popup for ALV grid
(Tips)
...    if io_grid->is_ready_for_input( ) eq 0.     message s001(00) display like 'W' with 'Grid should be in edit mode in order to use this function!'.     return.   endif.  ...
Created on 27 April 2014
Łukasz Pęgiel
FALV ALV GRID IN THE NUTSHELL IXML DOCUMENT READ TEXT CREATE VARIANT ICON ALV GRID PROCESS CUST ALV Grid in the nutshell Field catalog - tabname GUI STATUS ALINK CONNECTION GTINSERT COC1 FEATURE CHECK ABAP STRUCTDESCR USER SETTINGS FIELDCATALOG Field catalog - seltext DYNAMIC GUI STATUS BCS MESSAGE JSON PURCHASE REQ FACTORY Field catalog - sp group - Group key CMD API SCMS BINARY XSTRING QUANTITY GUI FRONTEND SERVICES GTFILE EXIST ALV GRID LVC FCAT LOAD COMPLEX BOM ADT AiE ZCL DYNAMIC STATUS - for full screen or popup Other checks on purchase requisition state CLAF OBJECTS CLASS API deletes contact persons CTMS DDB MEPO151 GOS - Link Business Documents from PR to PO REUSE DISPLAY TECH The SIN of progress indicator Keywords TSK LZERO HEADER HANDLE MM- GTGET GOS MANAGER Classifications - Part 4 - example of use ABAP IN ECLIPSE IDENTITY FALV Fast ALV Grid REFRESH DATA Field catalog - fieldname APPEND TABLEDESCR SALV UTIL PSEUDO COMMENTS cookies STRING MMIM REP Copy routing create on a base of existing one
  • 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.