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

Search for:
Search Only:

Page 1 of 2

1. http://abapblog.com/files/nugg/ZAB_COMP_ALLOCATION.xlsx
(Attached to Article: EWB Components allocation to routing operation (multilevel BOM))
Filename: ZAB_COMP_ALLOCATION.xlsx | Description:ZAB_COMP_ALLOCATION.xlsx ...
Created on 18 April 2014
2. http://abapblog.com/files/nugg/ZAB_COMP_ALLOCATION.nugg
(Attached to Article: EWB Components allocation to routing operation (multilevel BOM))
Filename: ZAB_COMP_ALLOCATION.nugg | Description:ZAB_COMP_ALLOCATION.nugg ...
Created on 18 April 2014
3. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
...  Static Boxed Components k Generic Boxed Components z Node Line for Stuctured Objects 8 ...
Created on 18 December 2019
4. ALV Grid in the nutshell: Field catalog - tabname
(ALV Grid in the nutshell)
... completely omit this field, as if you fill it then nothing will happen, even if you use different values for each field in field catalog. Figure 16 ZDEMO_AIN_CL07 Tabname filled  ...
Created on 24 June 2019
5. ALV Grid in the nutshell: Field catalog - qfieldname
(ALV Grid in the nutshell)
... the base of that information, data can be displayed differently in each row, as in comparison to QUANTITY the unit is not set for the whole column. In program ZDEMO_AIN_CL11 I’ve setup column DISTID to ...
Created on 24 June 2019
6. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... usage. Field name Typing Method Component Name Dictionary Description row_pos type  ...
Created on 24 June 2019
7. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... ->save( ).   catch zcx_cmd_customer. endtry.   Extension of ZCL_CMD_CUSTOMER Every (almost) company which is using SAP has some custom fields in the customer master data. As t ...
Created on 06 June 2019
8. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... int of view, but the issue was that I had to make the possible to use the app without the logon to SAP. SSO is not possible yet in my company so I've setup the SICF node of the application to use spe ...
Created on 06 June 2019
9. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... port of your manager or the company to organize it. Sounds trivial, but you'll need someone to say that you have budget for the event or to allow you to use the company buildings on the weekend ...
Created on 02 April 2019
10. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... scrfields>.     if sy-subrc eq 0.       assign component |FUNCTXT_0| of structure <sscrfields> to field-symbol(<bu ...
Created on 21 November 2018
11. Unlock yourself on the DEV system
(Tricks)
... German. Normally it would not be a problem to ask your colleagues which is sitting next to you, to unlock your user, but because of the company policy, we cannot manage other IT colleagues accounts ...
Created on 15 November 2018
12. ATC Pseudo Comments list
(Tips)
I was implementing ATC checks in the company I work for and wanted to find the place where the information about possible pseudo comments are stored.  In transaction ATC I could find them in the ...
Created on 26 September 2018
13. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... rchy,            tt_hierarchy type standard table of t_hierarchy with default key.     constants: c_components type string value '&&components&& ...
Created on 20 August 2018
14. ABAP Favorites Eclipse plugin
(How to...)
...  I should do it myself when for the other it would take only some minutes, but then after few minutes I thought that this could be a really good exercise for myself to try to do something completely ne ...
Created on 29 June 2017
15. SAP Script error with percentages using decimal field
(Tips)
...  if you compare it to Adobe Forms, but the rest for me..... is against.   Today I faces a really strange behaviour of one of the invoice printouts, one of the fields which was showin ...
Created on 03 June 2017
16. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...    The main part is again to use FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE , but this time there is no easy way to fill MDPA and MDLB structures which are ...
Created on 04 February 2017
17. Deletion of subcontracting BOM in Purchase 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 delet ...
Created on 03 February 2017
18. Re-explosion of subcontracting BOM in Purchase 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 ...
Created on 02 February 2017
19. Why I like to code in ABAP in Eclipse
(Thoughts)
... can be connected to many systems at once (each system has own project) and you can have code open on each of them in separate tabs. It’s also really easy and fast to do comparison of code at different ...
Created on 27 May 2016
20. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...      methods set_tech_comp       importing         value(iv_value) type lvc_tcomp .     methods set_hier_cpos ...
Created on 10 January 2016
21. How to teach ABAP ???
(Thoughts)
... completely opposite to the previous point? Your apprentices have learnt to follow your guides but following "manual" step by step will not empower them to try own creativity. Try to gave them ...
Created on 24 November 2015
22. How to copy BOM using CEWB Function Modules
(How to...)
... more than one BOM number, it will be then faster than calling FM 'CP_CC_S_LOAD_COMPLEX_BY_BOM' separately many times. But header data is not enough, we should do same thing for BOM ...
Created on 28 October 2015
23. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...      assign component iv_button of structure buttons to field-symbol(<bt>).     if <bt> is assigned. ...
Created on 11 July 2015
24. Popup with multi-select ALV
(How to...)
...  *      i_fcat_complete   = SPACE   exceptions     error_cntl_create = 1     error_cntl_init   = 2 ...
Created on 29 April 2014
25. Mass replace popup for ALV grid
(Tips)
...                endif.             endif.             assign component <fcat>-fieldname of structure <out> to <any>. ...
Created on 27 April 2014
26. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
This topic was raised many times, I always found it's not possible to (or at least to hard to try) to update components allocation for routing operations. Fortunately I had to do it somehow and I manage ...
Created on 18 April 2014
27. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... Default document type PurchaseOrder POHeaderProposer    BUKRS   ME21N/22N/23N: Default Company Code PurchaseOrder POHeaderProposer    EKGRP   ME21N/22N/23N: Default ...
Created on 14 April 2014
28. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... FMs in the interface or inside the code you can find a table with structure ESDUSCOM. This structures contains three components: ACTION, ELEMENT, ACTIVE. This components can be found of course in ...
Created on 09 April 2014
29. Enhanced MB51 Part 5 - Export from MB51
(Tricks)
...                   <comp> type any.   data: ms_list type t_list.   data: mt_list type tt_list. ...
Created on 28 March 2014
30. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... I've chosen because it gave me possibility to do pre-selection before calling MB51, I've received completly formated results from MB51 and I can add all possible events to grid for new and ...
Created on 24 March 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ALINK CONNECTION GTFIND ALV GRID Downloading Exchange Rates from NBP National Bank of Poland FIELDCATALOG LVC FCAT DARK THEME KEY ZDEMO FALV05 - Adding Removing Disabling grid toolbar ALV Grid in the nutshell Field catalog - round GUI ALV GRID CVAPI DOC CHECKOUTVIEW Field catalog - dfieldname Fieldname for column group Create fieldcatalog from internal table BOM COPY FALV Selection Screen - Part1 - Parameters SALV UTIL CMD API FREE SESSION CHECK SCMS XSTRING BINARY PROCESS CUST RESET REL ALLOWED IXML STREAM FACTORY HTTP CLIENT Field catalog - fieldname #EC ABAP Extensions - Automatic Logon Field catalog - lzero CUSTOM CONTAINER PROGRESS INDICATOR Field catalog - icon SET SELECTED CELLS ALV GRID IN THE NUTSHELL ICON SAP CONVERT CSV FORMAT COMPONENTS REFRESH F4IF GET SHLP DESCR HEADER HANDLE Delete Routing - piece of cake DDIC FIELD LIST PURCHASE ORDER ITEM CONDITIONS SAP Community Events ZCL COLUMN - column fcat settings ABAP Code Retreat COC1 FEATURE JSON SAP TechEd Developer Hero 2016 LAYOUT - layout settings ESRUO - MM settings table - Part 2 Field catalog - just MEREQ REQUISITION FIORI Field catalog - do
  • 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)
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Popup with multi-select ALV
  • Save message with attachment in Outlook's Drafts

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.