Sarayu
2nd March 2009, 10:27
Can anyone explain me what each of the Session type refer to:
1.Maintain
2.Update
3.Print
4.Display
5.Graph
6.Conversion
bdittmar
2nd March 2009, 13:53
Can anyone explain me what each of the Session type refer to:
1.Maintain
2.Update
3.Print
4.Display
5.Graph
6.Conversion
Maintain 9199x000
Display 9599x000
Print 9499x000
Update 9299x999
Second number in sessioncode specifies the type of session.
Regards
Kozure Ohashi
2nd March 2009, 16:10
1.Maintain
You see data from data table(s), you can add or modify a record.
e.g. single record or a list of records like item master. You can modify the purchase price within the form (input fields). tiitm0101m000 (Maintain items)
2.Update
You select a range of data with selection fields on the form.
The selected data will be updated, replaced or added with some programm logic. e.g. Update the purchase price with 5 % from the current price.
tiitm0203m000 (Delete items)
3.Print
You select some criteria on a form, you recieve the data on a report (e.g. paper or csv file). e.g. Print items with purchase price. tiitm0401m000 (Print items)
4.Display
Readonly access to the table(s) data, e.g. a list of items, you can not modify the values. tiitm0501m000 (Display items)
5.Graph
Graphical (ASCII) view e.g. on working department (usability, free capacity).
You see a chart or bar graph basing on table or calculated values. ticrp0703m000 (Graph of week capacity)
6.Conversion
Conversion or correction programms e.g. from baan for update of data from trition to baan IV, or conversion of home currency. ticor00224m000 (Correct Lead time).
Regards,
Kozure
Sarayu
3rd March 2009, 06:44
Thank you very much for the explanation
Regards,
Sarayu
tion1976
9th February 2023, 09:53
Please clarify the example for Conversion or correction programms e.g. from baan for update of data from trition to baan IV, or conversion of home currency. ticor00224m000 (Correct Lead time).
so the example is ticor00224m000
what is the digit for that session type? 0 or 02, or what ?
Thanks
mark_h
9th February 2023, 15:49
Are you sure it is not ticor0224m000? That extra 0 in 00224 looks out of place. And all of the ticor sessions I have on my old 4c4 are some kind of update/correction program no matter what that second digit is. I have a ticor0024m000 to update lead times in pur021. I think they just used what ever was available since there are so many of them.
That second digit is not a hard set rule, just recommended - we tried to follow it, but you will find some sessions that do not line up. So we have print sessions (4) that really do updates (2) in the back ground.
OmeLuuk
9th February 2023, 16:06
What I remember from back in the day when I did some 4c4 maintenance at PEG, the correction programs were often customer specific or for specific use cases and indeed we just took next number in the range.
tion1976
10th February 2023, 09:37
So, it is just a convention. However, the border between common and specific is hard to see for a rookie greenhorn.