Posts

Showing posts from October, 2023

Material Label as a industry standard on traceability along the whole supply chain.

Image
The automotive industry places increasing demands on traceability along the whole supply chain. To ensure this traceability, material flow and information flow from suppliers to customers have to be aligned. This can be achieved by a unique material label on the smallest package unit containing a clearly defined set of traceability information. Up to now, there is no common industry standard for such a label. The MAT-Label is a complement to existing labels such as VDA 4902, Odette and GTL. These existing logistics labels are taken into account and referenced. If you happen to scan a material label to decode, and change content to generate new 2D matrix barcode for testing, please try this How to decode barcode of Material Label   Please find simple decode function of text in 2D barcode below: Please find data identifers in mat-label below: For support & inquiry, please contact bryan.ohjs@gmail.com.

Automate SAP Storage Bin Corrections with VBA Scripting

Introduction: During a recent physical inventory review, we discovered an incorrect assignment of materials to storage bins in our SAP system. To address this efficiently, I developed a VBA (Visual Basic for Applications) script that automates the correction process for several thousand materials. This blog post details the script and provides guidance on its usage. The Problem: We identified that numerous materials were assigned to incorrect storage bins within SAP, requiring a massive manual correction effort. The Solution: To streamline this process, I created a VBA script that interfaces with SAP's 'LT10' transaction. This script adjusts the storage bin assignments in bulk, saving considerable time and reducing the potential for human error. VBA Script Overview: Sub Execute_LT10() Dim SapGui Dim Application Dim connection Dim session Dim WSHShell Dim ObjR3 Dim Grid Dim sap_message Dim lastRow As Long Dim i As Long Dim inputS