Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LIS structures

Former Member
0 Likes
752

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,

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
700

I think that it has generated some function modules for you to call in your custom program.

Regards,

RIch Heilman

Read only

0 Likes
700

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

Read only

0 Likes
700

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

Read only

0 Likes
700

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

Read only

0 Likes
700

What was the name of the function module?