Skip to content

Next Door IT Guy

Connecting IT Solutions, One Neighbor at a Time

  • Home
  • Disclaimer
  • Privacy Policy

Categories

  • Off-topic (12)
    • General (4)
    • pt_BR (2)
      • Podcast (2)
    • Spanish (4)
      • General (3)
      • Podcast (1)
    • The Office (3)
  • Polymer (2)
  • SAP (97)
    • ABAP Tips (42)
      • Tables (5)
    • Basis (3)
    • Code Snippet (5)
    • Personalization (1)
    • SAP Integration Suite (CPI) (3)
    • SAP Standard Report/Program (18)
    • SuccessFactors (3)
      • Core Hybrid Integration (1)
    • Transactions (40)
    • Useful Class/Function Module (9)
  • Software (1)
  • Web Development (3)
    • General (3)
  • Website administration (3)

Recent Posts

  • How to mine crypto using old hardware
  • How to Secure Your Data with Free Encrypted Cloud Storage
  • SAP Transactions
  • SAP HCM: Infotype Change Log
  • Got a Lenovo laptop and can’t find drivers anymore?

Tags

  • abap
  • ALV
  • authorization
  • Brazil
  • certificate
  • class
  • connection
  • container
  • data browser
  • date
  • dynamic
  • ES6
  • firestore
  • free
  • function
  • git
  • IDoc
  • import
  • infotype
  • list
  • log
  • OM
  • OSS
  • OSS Note
  • PA70
  • podcast
  • polymer
  • Position
  • program
  • report
  • request
  • SAP
  • SAPscript
  • screen
  • selection
  • SELECTION-SCREEN
  • source
  • source code
  • SuccessFactors
  • table
  • task
  • transaction
  • transport
  • upload
  • variable

Archives

  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • June 2022
  • April 2022
  • October 2021
  • September 2021
  • May 2021
  • December 2020
  • November 2020
  • April 2020
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • December 2018
  • September 2018
  • August 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • October 2016
  • September 2016
  • November 2015
  • October 2015
  • August 2015
  • June 2015
  • July 2013
  • April 2013
  • May 2010
  • February 2010
  • January 2009

Category: SAP

How to debug starting at a popup window

Add lines below to a .txt file. Drag and drop file on top of popup window you want start to debug.

Continue reading How to debug starting at a popup window
Posted on September 8, 2016May 28, 2021Author abapwizardCategories ABAP Tips, SAPTags debugLeave a comment on How to debug starting at a popup window

Dynamic typing: loop through string table, output typed table

Routine below shows method that takes string internal table, and outputs to typed table.

Continue reading Dynamic typing: loop through string table, output typed table
Posted on November 30, 2015May 28, 2021Author abapwizardCategories SAP, TransactionsLeave a comment on Dynamic typing: loop through string table, output typed table

SAP Number range

Number range is a persistent counter. As an example, in HCM, it holds sequence of employee number.

  • Tcode: SNRO, SNUM;
    • RP_PREL Personnel Administration number ranges or direct access through tcode PA04.
  • Table NRIV can be used to in tcode SE16 to list number ranges.

Posted on November 23, 2015March 29, 2019Author abapwizardCategories ABAP Tips, SAP, Tables, TransactionsTags number range, PA04, SNRO, SNUMLeave a comment on SAP Number range

TEMSE file download

TEMSE files generated through Tax Reporter (tcode PU19) can be downloaded through:

  • Tcode PU12
  • Program RPQCUTR0
Posted on November 16, 2015January 28, 2018Author abapwizardCategories ABAP Tips, SAP, SAP Standard Report/Program, TransactionsLeave a comment on TEMSE file download

Guideline to determine the right interface when integrating with SAP systems

This is a great document to use as a guideline when integrating SAP systems.

Continue reading Guideline to determine the right interface when integrating with SAP systems

Posted on November 9, 2015January 28, 2018Author abapwizardCategories ABAP Tips, SAPTags IDoc, web service, webserviceLeave a comment on Guideline to determine the right interface when integrating with SAP systems

Tax Reporter tables

Here are some useful tables used by Tax Reporter (tcode PU19).

T51T0 – TAXTY and LGART
T5UTO – link between Tax Type (TAXTY) and wage types (LGART)
T5UTP – link between Tax form group (TAXTP) and Tax Type (TAXTY)
T5UTI – link between Tax authority (TAXAU) and Tax type (TAXTY)
T5UT3 – Tax form field (TXITM)

Posted on November 3, 2015January 28, 2018Author abapwizardCategories ABAP Tips, SAP, TablesLeave a comment on Tax Reporter tables

Constant table

  • You can use table T511K to define an amount as a constant and use it in a program;
  • Table TVARVC to store a constants as text. Tcode STVARVC calls maintenance screen.
Posted on October 26, 2015January 28, 2018Author abapwizardCategories ABAP Tips, SAP, Tables, TransactionsTags constant, STVARVC, T511K, TVARVCLeave a comment on Constant table

Class to declare container

Classes to declare containers: cl_gui_splitter_container and cl_gui_custom_container.

Posted on October 21, 2015January 28, 2018Author abapwizardCategories SAP, Useful Class/Function ModuleTags containerLeave a comment on Class to declare container

Container does not contain scroll bar

When working with containers, be advised that it does not contain scroll bars. E.g. if you declare multiple ALV objects within a container and their size exceed screen size, these reports will be minimized. No scroll bars will be displayed.

Posted on October 20, 2015January 28, 2018Author abapwizardCategories ABAP Tips, SAPTags container, scroll barLeave a comment on Container does not contain scroll bar

Edit your own profile with transaction SU3

You can use tcode SU3 to edit your own profile, and set the default printer for example.

Posted on October 19, 2015January 28, 2018Author abapwizardCategories SAP, TransactionsTags profileLeave a comment on Edit your own profile with transaction SU3

Posts navigation

Previous page Page 1 … Page 4 Page 5 Page 6 … Page 10 Next page
Privacy Policy Proudly powered by WordPress