• 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. EWB <span class="highlight">Comp</span>onents 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
2. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
As you can imagine, INTTYPE is just a presentation of DATATYPE in internal SAP format in most of cases. I wrote most of cases because it can also say if the field in internal table is a reference to other ...
Created on 18 December 2019
3. ALV Grid in the nutshell: Field catalog - tabname
(ALV Grid in the nutshell)
The name of this field suggest to put here an internal table name, but it seems that it has no function at all. When SAP fills field catalog automatically, then value of this field is set to ‘1’. You can ...
Created on 24 June 2019
4. 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
5. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... name Typing Method Component Name Dictionary Description row_pos type lvc_rowpos ALV ...
Created on 24 June 2019
6. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... of ZCL_CMD_CUSTOMER Every (almost) company which is using SAP has some custom fields in the customer master data. As this is very specific for each company, there is no easy way to include this kind ...
Created on 06 June 2019
7. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... 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 specific credentials ...
Created on 06 June 2019
8. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... 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, when usually the company ...
Created on 02 April 2019
9. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...      if sy-subrc eq 0.       assign component |FUNCTXT_0| of structure  to field-symbol().       if sy-subrc eq 0.          =  value smp_dyntxt( icon_id = i_icon                                icon_text = i_icon_text ...
Created on 21 November 2018
10. 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
11. 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 management ...
Created on 26 September 2018
12. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...             end of t_hierarchy,            tt_hierarchy type standard table of t_hierarchy with default key.     constants: c_components type string value '&&components&&'.     data: hierarchy type tt_hierarchy. ...
Created on 20 August 2018
13. ABAP Favorites Eclipse plugin
(How to...)
... 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 new in a language ...
Created on 29 June 2017
14. SAP Script error with percentages using decimal field
(Tips)
If you would ask me if I would write something about SAP Script then I would definitely answer "Hell no!". I hate SAP Script to be honest, it has for me only one advantage - speed of printout if you compare ...
Created on 03 June 2017
15. 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 needed here. So I ...
Created on 04 February 2017
16. 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 delete ...
Created on 03 February 2017
17. 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 BOM" ...
Created on 02 February 2017
18. Why I like to code in ABAP in Eclipse
(Thoughts)
... to rule them all – you 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 ...
Created on 27 May 2016
19. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...          value(iv_value) type lvc_tform .     methods set_tech_comp       importing         value(iv_value) type lvc_tcomp .     methods set_hier_cpos       importing         value(iv_value) type lvchcolpos . ...
Created on 10 January 2016
20. How to teach ABAP ???
(Thoughts)
... you'll give them a really big fish pole (if not the net ).     4. Leave space for creativity   Sounds like completely opposite to the previous point? Your apprentices have learnt to follow your guides ...
Created on 24 November 2015
21. How to copy BOM using CEWB Function Modules
(How to...)
... 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 items using FM 'CP_CC_S_LOAD_COMPLEX_BY_ITM', ...
Created on 28 October 2015
22. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...      assign component iv_button of structure buttons to field-symbol().     if  is assigned.       if  is initial.          = button.         if iv_allowed eq abap_true.           show_button( iv_button = iv_button ). ...
Created on 11 July 2015
23. Popup with multi-select ALV
(How to...)
...  *      i_name            = i_name *      i_fcat_complete   = SPACE   exceptions     error_cntl_create = 1     error_cntl_init   = 2     error_cntl_link   = 3     error_dp_create   = 4     others            = 5 ...
Created on 29 April 2014
24. Mass replace popup for ALV grid
(Tips)
...                if sy-subrc ne 0. "only selected rows can be changed.                 continue.               endif.             endif.             assign component -fieldname of structure  to . ...
Created on 27 April 2014
25. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... POHeaderProposer    BSART NB ME21N/22N/23N: Default document type PurchaseOrder POHeaderProposer    BUKRS   ME21N/22N/23N: Default Company Code PurchaseOrder POHeaderProposer    EKGRP   ME21N/22N/23N: ...
Created on 14 April 2014
26. 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 ESDUS table. ...
Created on 09 April 2014
27. Enhanced MB51 Part 5 - Export from MB51
(Tricks)
I can already call MB51 from previously created method but still I need to add an implicit enhancement into RM07DOCS so I'll be able to export results from MB51 and leave the program without displaying ...
Created on 28 March 2014
28. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... 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 existing columns.   ...
Created on 24 March 2014
29. Reset rejection of Purchase Requisition
(How to...)
...    call method fo_req->post     exporting       im_uncomplete = mmpur_no     importing       ex_success    = f_success.   "commit changes   if f_success eq mmpur_yes.     call method c_factory->commit( im_no_commit = mmpur_no ). ...
Created on 24 March 2014
30. Range to search in lower case fields
(Tricks)
...    append initial line to er_range assigning .   check sy-subrc eq 0.   assign component 'LOW' of structure  to .   check sy-subrc eq 0.    = i_text. "all in uppercase   assign component 'SIGN' of structure  to . ...
Created on 13 March 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
BAPI OUTB DELIVERY CREATENOREF ALV Grid in the nutshell Field catalog - symbol ESRUO ITM PROVIDE GOS SERVICE TOOLS GTMOVE LINKED OBJECTS SAP DEVELOPMENT TOOLS FOR ECLIPSE CSRF Token GUI STATUS GUI ALV GRID TVCPLAP Field catalog - emphasize SBCS SEND UPDATE READ USER SETTINGS ABAP TYPEDESCR ALV GRID Field catalog - reptext Heading REFRESH TABLE DISPLAY CHART ENGINE Configure COC1 FEATURE CHECK Field catalog - no convext ALV GRID IN THE NUTSHELL DATA Convert date to and from external date type FIELDCATALOG STRUCTDESCR FRONTEND SERVICES GTFILE EXIST not allowed ALV POPUP #SAPTechEd 2016 Barcelona MB51 FLAG Secure call of starting new task using RM FREE SESSION CHECK Why I like to code in ABAP in Eclipse GET SELECTED ROWS Selection Screen - Part1 - Parameters UI2 JSON By Topic IXML OSTREAM DOCKING CONTAINER SET CURRENT CELL VIA DELETE PURCHASE ORDER REQUISITION STREAM FACTORY LOAD COMPLEX TSK PROCESS CUST TIMER Download CV01N 3N documents to PC BOM LOOP AT SCREEN Enhanced MB51 Part 2 - Structure for data How to select proper configuration entry Field catalog - fix
  • 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.