‎2005 Oct 31 2:34 PM
Hello All,
I had created an LIS structure S900. I want to insert some records into that structure. I created a planning type Z_S900. I am just wondering how to add records to the LIS structure.
Thanks,
‎2005 Oct 31 2:38 PM
‎2005 Oct 31 2:54 PM
Rich,
Does function modules get created by generating an LIS structure??? I dont know.
It is nothing but a tranaparent table with Key figures and some other additional fields like version, period etc.
But I assume I cant use SM30 for information structures. How to maintain these structures then??
Thanks
‎2005 Oct 31 2:56 PM
I'm not too familier with LIS structures, but I have written an LIS update program in the past. I was told to use a specific function module that was generated by the system. All I need to do was, fill an internal table and send it thru the function module. The FM took care of the rest.
Regards,
Rich Heilman
‎2005 Oct 31 4:04 PM
Hello Rich,
I found out how to set targets ( insert records into LIS structures ).
I am posting it here so that it may be useful.
After creating the field catalogs and information structures, we have to create a planning type for that information structure.
Before setting values (for me they are TARGETS for a sales emp) thru the transaction code MC94 there should exist a planning hierarchy which can be created using tcode MC61.
Before that check whethere the key figures are planned and maintained in the module sales and operations planning in SPRO.
Thanks
‎2009 Mar 05 1:54 PM