Hi ,
I am aware of creation of LSMW, with 2 structures . But my recent requirement was to create LSMW for task list creation with 3 structures.
A standard LSMW Data Transfer Object 0490 exists for the purpose of creating Task Lists.
The input file format is
Header | IBIPTLST | TCODE | RECORDNAME | Equipment | Functional Location | Group | GrpCtr | TL descr | Work center | Plan Plant | PGrp | Status | Strategy | Syst.Condition |
TCODE | RECORDNAME | EQUNR | TPLNR | PLNNR | PLNAL | KTEXT | ARBPL | WERKS | VAGRP | STATU | STRAT | ANLZU | ||
Operation | IBIPTLOP | RECORDNAME | Operation | Suboperation | Work Ctr | Ctrl key | Plant (Work Ctr) | Short text | Duration | Work | Calc | ActType | Syst.Cond | |
RECORDNAME | VORNR | UVORN | ARBPL | STEUS | WERKS | LTXA1 | DAUNO | ARBEI | INDET | LARNT | ANLZU | |||
Package | IBIPMPAC | RECORDNAME | Pkg 01 | Pkg 02 | Pkg 03 | Pkg 04 | Pkg 05 | Pkg 06 | Pkg 07 | Pkg 08 | Pkg 09 | Pkg 10 | Pkg 11 | |
RECORDNAME | KTEXTZYK01 | KTEXTZYK02 | KTEXTZYK03 | KTEXTZYK04 | KTEXTZYK05 | KTEXTZYK06 | KTEXTZYK07 | KTEXTZYK08 | KTEXTZYK09 | KTEXTZYK10 | KTEXTZYK11 |
The hierarchy of structures is as follows
Header ----> Operation--->package.
For each header , there can be any number of operations and for each operations there can be packages.
Please throw some light on the input file format and process involved in this.
Thanks
Prasanth Reddy