KevinSep 26, 2019TIP: Parallel Processing Background JobsSAP reports that would otherwise run for a LONG time can implement parallel processing to help alleviate the issue.
KevinSep 9, 2019Scoping out a SAP Business Workflow RequirementWhat questions should be asked when defining a workflow relevant business process?
ERPGenieAug 29, 2019TIP: Function to calculate check-digit for GTIN barcodeUse this function to create a valid GTIN check digit number - Can also be modified to validate a check digit for a GTIN number.
ERPGenieAug 28, 2019TIP: Report to upload an Excel sheet to an internal tableA simple copy-and-paste of an SAP program to upload an Excel in to an internal table
KevinAug 19, 2019TIP: Dynamic tables using Field SymbolsIf you are not sure as to the structure of the table prior to executing a program then you need to define the table dynamically - Here's how