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

info structure

Former Member
0 Likes
379

i have to create info structure through t-code mc21, but i could not find my required field of maintenance order in application area plant maintenance,i just found order type.as this field should be in this application.how to enter order field in info structure application plant maintenance.infact i have to work on data archiving when i run t-code mcsx the system ask only info structure not other tables.

1 REPLY 1
Read only

Former Member
0 Likes
325

Hi,

Creating info type

Please use these transaction

1. Creation of infostructures - MC21

2. Creation of update rules - MC24

3. Activation (for SD)- OMO1

4. Populating data into info structure - MCSZ

There are two possible ways you can guarantee that updating is consistent:

1. Add a field to your information structure that clearly identifies the unit, or add the unit itself as a characteristic.

2. Make sure that only documents which clearly refer to a unit are created.

<b>Reward points</b>

Regards