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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is <span class="highlight">sel</span>ection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... CITYFROM. According to OSS notes I had to also fill ROLLNAME (Data element) or DOMNAME (Domain), as they are the criteria to assign the sender value into receiver select-option (names of the select-option ...
Created on 13 April 2020
2. ALV Grid in the nutshell: Field catalog - <span class="highlight">sel</span>text
(ALV Grid in the nutshell)
  SELTEXT is one of the fields that are linked to the texts of the grid columns. This particular one is responsible for displaying the name of the column in the change/display of layout popup. ...
Created on 12 September 2019
3. ALV Grid in the nutshell: Field catalog - key_<span class="highlight">sel</span>
(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
4. <span class="highlight">Sel</span>ection-Screen Function Key in Form, Function Module or Method
(Tricks)
Have you received someday an error from your ABAP object saying that "The statement SELECTION-SCREEN is not allowed within FORM routines and function modules." and you wondered why it is blocked to manipulate ...
Created on 21 November 2018
5. Unlock your<span class="highlight">sel</span>f on the DEV system
(Tricks)
This is funny story, I tend to lock myself many times on the DEV system because of the wrong typing of the password. Mainly it happened when I switch the layout of the keyboard in Windows from Polish to ...
Created on 15 November 2018
6. Popup with multi-<span class="highlight">sel</span>ect ALV
(How to...)
If you imported NUGG file from previous article you could be surprised that there is one additional FM available called Z_AB_POPUP_GRID_MULTI_SEL. This FM can be used to call a popup with ALV grid which ...
Created on 29 April 2014
7. Enhanced MB51 Part 3 - Get <span class="highlight">sel</span>ection parameters
(Tricks)
As I have needed types I can start to create methods which I need. Firstly fast method the read select-option data from any program which will call our class. I will use here FM RS_REFRESH_FROM_SELECTOPTIONS . ...
Created on 27 March 2014
8. Custom <span class="highlight">sel</span>ection-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
9. <span class="highlight">Sel</span>ection Screen - Part1 - Parameters
(For beginners)
Today, as a first entry in Beginners part I'd like you to show how to build parameters on selection screen. All this information you can find under F1 help but here you've got visualization of ...
Created on 08 June 2013
10. How to <span class="highlight">sel</span>ect proper configuration entry
(Tips)
... in airline AA for which there is no direct configuration.     Now let's go to ABAP. In the example of the code which you'll find bellow you can find two forms select_configuration_static and select_configuration_dynamic. ...
Created on 31 May 2013
11. Load variant to single subscreen (<span class="highlight">sel</span>ection screen)
(How to...)
In article Save variant for single selection screen subscreen I've shown you how to save a variant for single selection-screen subscreen with a little help of FM RS_ISOLATE_1_SELSCREEN & RS_CREATE_VARIANT. ...
Created on 02 May 2013
12. Save variant for single <span class="highlight">sel</span>ection screen subscreen
(How to...)
When building a program with multiple selection screens sometimes it may be needed to save the variant with entries only for one of the subscreens and not for the others. If you want to do that you have ...
Created on 23 April 2013
13. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
... a demo program (ZDEMO_AIN_CL46) to show you, how the COL_ID is changing on a base of COL_POS. On the selection screen you can find two radio-buttons.   Figure 120 ZDEMO_AIN_CL46 Selection ...
Created on 08 June 2020
14. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... selection of fields to display in layout change window, you’ll be able to choose to see all hidden fields or the hidden fields from the group you’ve created. If you don’t pass the group name into IT_SPECIAL_GROUPS, ...
Created on 18 April 2020
15. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... Maybe just for information and for Report-Report interface, where this field is use as one of the matching criteria for selection-screen parameters. As you can see on the next image, although I gave ...
Created on 18 April 2020
16. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... then if you explicitly don’t set the SELTEXT and TOOLTIP fields, ALV will automatically copy the content of REPTEXT into those fields. Figure 98 Field catalog with automatic and manual REPTEXT ...
Created on 13 April 2020
17. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
... not bother yourself about it. But if you do, then take into consideration following information: Length is in Bytes, so remember that it doesn’t mean, that one character takes one Byte In display ...
Created on 13 April 2020
18. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
Following the example of downloading exchange rates from Central Bank Of Turkey using transformations, please find bellow the same way for National Bank of Poland. Again, lets create an RFC destination ...
Created on 06 April 2020
19. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
...               isim             TYPE string,              currency_name    TYPE string,              forex_buying     TYPE string,              forex_selling    TYPE string,              banknote_buying  TYPE string, ...
Created on 06 April 2020
20. ABAP Extensions - Automatic Logon
(How to...)
... for the project and allow you to do right click and select the user with which you want to logon. If you double click on the user name, you'll get the popup with the possibility to put the password ...
Created on 04 January 2020
21. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
...    Figure 90 ZDEMO_AIN_CL36 Selection screen with data type Figure 91 ZDEMO_AIN_CL36 Result of report with TIMS data type   I’ve tried to enter data in TIME format ...
Created on 11 December 2019
22. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... the demo program I’ve used data element S_CONN_ID to show you how does it work. Figure 85 ZDEMO_AIN_CL35 Selection Screen   On the first sight you can notice that if you’ll use ROLLNAME, ...
Created on 12 September 2019
23. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
... grid and you’re optimizing the width of the column by minimizing the description of the column itself. It is common behaviour for example for checkboxes or for icon columns. In this case the Tooltip is ...
Created on 12 September 2019
24. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
...    Figure 76 ZDEMO_AIN_CL32 Conversion Exit NUMCV for field CONNID When you run the program you can select if you want to see the CONNID with or without conversion exit. In case you ...
Created on 29 July 2019
25. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
... only see selected fields and nothing more. When you’ll run the ZDEMO_AIN_CL26 program, you can see the behaviour of the FIX_COLUMN field. If you have wide screen, please resize the SAP GUI window, ...
Created on 28 July 2019
26. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... ZDEMO_AIN_CL24 selection screen   Figure 55 ZDEMO_AIN_CL24 Results with edit_mask 'LL__:__:__'   Figure 56 ZDEMO_AIN_CL24 Results with edit_mask 'RR__:__:__'   ...
Created on 28 June 2019
27. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
... table. The corresponding field should be an CHAR4 field. You can use of course the domain ICON_D as well. In my example I’ve filled all rows with the same icon (ICON_ABAP) during the selection of data ...
Created on 24 June 2019
28. ALV Grid in the nutshell: Field catalog - no_sign
(ALV Grid in the nutshell)
... the distance of the flight in the demo program by multiplying it by -1.   Figure 46 ZDEMO_AIN_CL21 Select   Figure 47 ZDEMO_AIN_CL21 Without NO_SIGN option   ...
Created on 24 June 2019
29. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... control: Key field key_sel type lvc_keysel ALV control: Key column that may be hidden icon type ...
Created on 24 June 2019
30. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
​​​​​​ I wrote in previous post, you can’t use this class directly without any effort. First of all, the class itself will not display anything if you’ll not create a container for it. The following containers ...
Created on 24 June 2019
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
MB51 ENHANCEMENT ALV Grid in the nutshell Field catalog - just SAVE USER OBJECTS VL473 FIELDCATALOG LVC FCAT ECLIPSE GUI ALV GRID AT SELECTION-SCREEN OUTPUT Field catalog - rollname BOM COPY ALV GRID Secure call of starting new task using RM FREE SESSION CHECK SET SELSCREEN STATUS CURRENCY ALV GRID IN THE NUTSHELL Enhanced MB51 Part 2 - Structure for data EXTENSION KEY SAPGUI FUNCTIONCODE Field catalog - reptext Heading FIORI TSK UNLOCK OUT Field catalog - seltext TVCPLAP Reset rejection of Purchase Requisition How to teach ABAP SAP TechEd BCS CONVERT Create a nice looking chart with CL CHART ENGINE - Part 1 - Chart Designer PROCESS CUST REDISPATCH ALINK CONNECTION GTFIND Retro ASCII symbols in ALV Grid table ABAP in Eclipse ZDEMO FALV08 - Mass replace function CTMS DDB VALUE INTERNAL GET SELECTED COLUMNS TVCPLAK VRM VALUES RM07DOCS COMPONENTS UPDATE PREPARE DELETE MTK PARAMETERS LOAD COMPLEX SALV TABLE IXML DOCUMENT FALV09 - Cell settings HOW TO START WITH ALV ROWS READY FOR INPUT SAP TechEd 2016 VARIANT CATALOG SCMS BINARY XSTRING VAL FROM OBJECT BAPI OBJCL
  • 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
  • Create XLSX file from internal table in background v2
  • Dynamic GUI STATUS & TITLE with ABAP code
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • 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
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.