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: ABAP Tips

Program RSVCDI00 – Version Display for All Versionable Object Types

Have you been asked if an object in SAP system can be versioned? You now have the answer. Program RSVCDI00 shows all versionable objet types in the system.

Posted on April 9, 2019April 10, 2019Author abapwizardCategories ABAP Tips, SAP, SAP Standard Report/ProgramTags object type, version, versioningLeave a comment on Program RSVCDI00 – Version Display for All Versionable Object Types

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

ABAP Exception Handling Using Object Orientation

Please refer to program  DEMO_RAISE_MESSAGE  for full example.

Another source to get information is SAP help ‘RAISE EXCEPTION – message’.

Posted on August 6, 2018August 1, 2018Author abapwizardCategories ABAP TipsTags ABAP OO, exception, raise, raise exceptionLeave a comment on ABAP Exception Handling Using Object Orientation

SAP: How to undo transport / task release

Have you ever release a task or even a transport, and wished to “reopen” it to add a last minute missing object?

Continue reading SAP: How to undo transport / task release

Posted on April 9, 2018March 6, 2018Author abapwizardCategories ABAP Tips, SAP, SAP Standard Report/ProgramTags RDDIT076, released transport, task, transport, undoLeave a comment on SAP: How to undo transport / task release

ABAP: SAP upload/download transactions

Transaction
CG3Y: Download

Program
CACS_FILE_COPY: Upload/download

Additional reference:
http://abap-mania.blogspot.com.es/2016/03/how-to-download-files-from-al11.html

Posted on March 19, 2018March 4, 2018Author abapwizardCategories ABAP Tips, SAP, SAP Standard Report/Program, TransactionsTags download, uploadLeave a comment on ABAP: SAP upload/download transactions

ABAP: ALV using class CL_SALV_TABLE

Here is a sample code to create a simple ALV report.

Continue reading ABAP: ALV using class CL_SALV_TABLE
Posted on March 12, 2018May 28, 2021Author abapwizardCategories ABAP Tips, Code Snippet, SAP, Useful Class/Function ModuleTags ALV, CL_SALV_TABLE, salvLeave a comment on ABAP: ALV using class CL_SALV_TABLE

ABAP HCM Function: Employee hiring/leaving date

HR_HIRING_DATE: Employee hiring date;
HR_LEAVING_DATE: Employee leaving date.

Posted on February 19, 2018January 28, 2018Author abapwizardCategories ABAP Tips, SAP, Useful Class/Function ModuleTags date, function, hiring, leavingLeave a comment on ABAP HCM Function: Employee hiring/leaving date

ABAP function to read OM object text

Functions below can be used to read text of OM object, from table HRP1000.

RH_READ_HRP_OBJECT_TEXT

HR_READ_FOREIGN_OBJECT_TEXT

Posted on February 12, 2018January 28, 2018Author abapwizardCategories ABAP Tips, Useful Class/Function ModuleTags function, OM, OM object, textLeave a comment on ABAP function to read OM object text

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

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

Posts navigation

Previous page Page 1 Page 2 Page 3 … Page 5 Next page
Privacy Policy Proudly powered by WordPress