Posts

Showing posts from April, 2026

TMS Mini Project - Step - 1 - TMS Master data

Image
Scenario:   This application will help to set up the initial TMS Master data, primarily maintaining the cost objects and linking the same with Vendors and projects. Approach:  First, i have created Project master table, Vendor master table, custom EKKO table ( to store PO details ). Project Master table: Vendor Master table: Material master table: TMS Master table: table in which report data is stored Master report: TOP include: *&---------------------------------------------------------------------* *& Include ZREP_MAS_ALL_TOP *&---------------------------------------------------------------------* TYPES: BEGIN OF ty_final, projno TYPE zdt_demo_mas-projno, projname TYPE zprojmas-projname, zvendno TYPE zdt_demo_mas-zvendno, zvendname TYPE zvendmas-zvendname, service TYPE zdt_demo_mas-service, projph TYPE zdt_demo_mas-projph, ebeln TYPE zdt_demo_mas-ebeln, pacde...