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: Tables

SAP HCM OM Dynamic Trigger

Tcode SWEHR3
Table T779X

It works similar to PA infotype dynamic action.

Posted on April 22, 2019April 18, 2019Author abapwizardCategories ABAP Tips, SAP, Tables, TransactionsTags dynamic, Dynamic Trigger, OMLeave a comment on SAP HCM OM Dynamic Trigger

Useful SAP Tables

DEVACCESS: Developer key.
ADIRACCESS : object registration key.

DD02L: Table containing name of tables available in the system.
DD03L: Table fields.

T005S: State, province and county.

T511K: Amount constant.
TVARVC : Text constant.

Posted on March 12, 2019March 24, 2019Author abapwizardCategories ABAP Tips, SAP, TablesTags SAP table, table, useful tablesLeave a comment on Useful SAP Tables

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

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
Privacy Policy Proudly powered by WordPress