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

Search for:
Search Only:

1. <span class="highlight">Selection-Screen</span> <span class="highlight">Function</span> <span class="highlight">Key</span> 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
2. How to copy BOM using CEWB <span class="highlight">Function</span> Modules
(How to...)
... do it yourself in your programs if this will be necessary.   report zabcopybom. data: c_bom_class_data      like bom_class_data,       e_ecm_data_error_type type cpcc_message_type. selection-screen begin of block b01 with frame title text-b01. ...
Created on 28 October 2015
3. Custom <span class="highlight">selection-screen</span> 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
4. ATC Pseudo Comments list
(Tips)
...  REPLACE W REPLACE (&1) CI_FLDEXT_OK   CL_CI_TEST_FIELD_EXT SELSCR E SELECTION-SCREEN length conflict (&1) CI_FLDEXT_OK   CL_CI_TEST_FIELD_EXT ...
Created on 26 September 2018
5. Mass replace popup for ALV grid
(Tips)
... or selection-screen with all possible fields which can be used in the function (not good when you have a lot of editable fields), you can create dynamic program and submit it (not good as then you switch ...
Created on 27 April 2014
6. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  data: gt_return type bapiret2_t. data: gs_return type bapiret2. data: g_error type c. field-symbols:  like line of gt_assignment. field-symbols:  like line of gt_plan. selection-screen begin of block exc with frame title text-exc. ...
Created on 18 April 2014
7. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  * Selection screen * I've copied selection screen from MB51 and added some of my own * My own select-options begins "s_" *-- selection-screen begin of block mseg with frame title text-001. ...
Created on 28 March 2014
8. Selection Screen - Part1 - Parameters
(For beginners)
...  at selection-screen output.   "loop at screen elements   loop at screen.     "if we find elements of our group     if screen-group1 eq 'GR1'.       "then change the font color ...
Created on 08 June 2013
9. Call standard F4 search help with customized parameters
(How to...)
...  at selection-screen on value-request for p_connid.   perform customized_f4. *&---------------------------------------------------------------------* *&      Form  customized_f4 *&---------------------------------------------------------------------* ...
Created on 07 June 2013
10. Create XLSX/MHTML file from internal table in background
(Tricks)
...  data: g_filename type string. data: g_path type string. "get path parameters: p_path type string obligatory. at selection-screen on value-request for p_path.   cl_gui_frontend_services=>file_save_dialog( ...
Created on 12 May 2013
11. Load variant to single subscreen (selection 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


Łukasz Pęgiel
ALV GRID IN THE NUTSHELL ALV Grid in the nutshell Field catalog - no convext SMP DYNTXT ALV GRID IXML OSTREAM GUI ALV GRID FALV LVC FCAT REFRESH FROM SELECTOPTIONS CHART ENGINE chart designer LOAD COMPLEX ITM IDENTITY DFIELDNANE EXTENSION ZCL CMD CUSTOMER ELEMENT GUI STATUS COMP REQUIREMENT DATE Customer BAPI Basic Information CONVEXIT LEARN ABAP SAPGUI SET FUNCTIONCODE ZDEMO FALV09 - Cell settings Zipping in IZArc with ABAP directly on PC DOCUMENT Field catalog - Hotspot - ALV control SingleClick-sensitive POPUP REDISPATCH KKB SELECTIONS READ Use PROGRESS INDICATOR LOWER CASE OLE2 OBJECT KKEK CONVERT FLOAT CURR not allowed FIORI ACR FIELDNAME IFIELDNAME OUTPUTLEN MEPO151 STREAM FACTORY CURRENCY TVCPL DESCRIBE NAME CTMS CLASS DDB TVCPLAK TEACH ABAP Retro ASCII symbols in ALV Grid table TOOL ACCESS MB51 TABNAME CUSTOMER - Wrapper for CMD API classes SALV CONTROLLER METADATA GTGET FIELDCATALOG How to copy BOM using CEWB Function Modules ABAP Code Retreat VALUE INTERNAL JSON ABAP
  • 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.