• 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. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
... which was in 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 ...
Created on 08 June 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)
...  Figure 104 Selection data filled by RRI   After activation of Report-Report Interface I’ve created a double click handler in order to run the interface, but you can also use standard ...
Created on 13 April 2020
3. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... 8" >     <Currency CrossOrder="0" Kod="USD" CurrencyCode="USD">             <Unit>1</Unit>      & ...
Created on 06 April 2020
4. 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
5. 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
6. 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
7. 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
8. 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
9. 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
10. ALV Grid in the nutshell: Field catalog - cfieldname
(ALV Grid in the nutshell)
... CFIELDNAME 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.    ...
Created on 24 June 2019
11. 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
12. 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
13. 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 ...
Created on 24 June 2019
14. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
...  as you may have for example different extensions to customer master data on your different instances of ERP.   In order to allow you to use ZCL_CMD_CUSTOMER class with the custom fields  ...
Created on 06 June 2019
15. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... not really hard. It took me around 30 minutes 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 orde ...
Created on 02 April 2019
16. ATC Pseudo Comments list
(Tips)
... _PERFORMANCE 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_NOORDE ...
Created on 26 September 2018
17. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... nt two SAPNotes (2526405 ,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 yo ...
Created on 20 August 2018
18. 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
19. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
...  This time I've entered item category 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 pro ...
Created on 15 February 2017
20. Re-explode or delete purchase 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
21. How to teach ABAP ???
(Thoughts)
... can developer create 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 ...
Created on 24 November 2015
22. Popup with multi-select ALV
(How to...)
... which 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
23. Mass replace popup for ALV grid
(Tips)
...      message s001(00) display like 'W' with 'Grid should be in edit mode in order to use this function!'. ...
Created on 27 April 2014
24. GOS - Link Business Documents from PR to PO
(Tricks)
In article Link Attachments of Purchase Requisition to Purchase Order I've shown how to link standard attachments from purchase requisition to purchase orders, but to have full set of options ...
Created on 25 April 2014
Łukasz Pęgiel
ALV GRID CTMS DDB SET VALUE INTERNAL GUI ALV GRID ABAP TYPEDESCR MDC7 FIELDCATALOG MD07 GET DDIC FIELD LIST ALINK CONNECTION DELETE USER OBJECTS LZERO DARK THEME PURCHASE REQUISITION ALV Grid in the nutshell Field catalog - dfieldname Fieldname for column group EXTENSION SAP DEVELOPMENT TOOLS FOR ECLIPSE ALV GRID IN THE NUTSHELL INFO SAVE PERIOD AND DATE CONVERT OUTPUT REUSE VARIANT BAPI ROUTING FALV Basic Information SEARCH LOAD COMPLEX ITM LVC FCAT Enhanced MB51 Part 2 - Structure for data Enhanced MB51 Part 1 - Goal and prerequisites CHAR CHANGE2 FRONTEND READ SETTINGS Delete Routing - piece of cake TABLE FOR FIRST DISPLAY SERVICES EXECUTE GLOBALS FROM SLVC FULLSCR COL STRUCTDESCR INTLEN BCS FILL MDLB EBAN CMD API EXTRACT COC1 FEATURE CHECK MEREQS LOOKUP ECLIPSE ZIP MESSAGE TechEd ZIP a file using ABAP ESDUS ADT F4IF START REQUEST MAT BOM CREATE COPY CHARACT
  • 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • 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
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • EWB Components allocation to routing operation (multilevel BOM)
  • Save message with attachment in Outlook's Drafts
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • 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.