‎2007 Jan 18 4:05 PM
Hi,
In SAP 4.7, there is a parameter -- values-- description as below in SU01 / Parameter tab
SOST --- XXXX X X1XXX XX X --- SOST: User settings.
SOST is for view / send Faxes / Internet mails. But how this parameter id works for a particular user.
Thanks,
Sam
‎2007 Jan 18 6:04 PM
It basically looking for the user defaults for various check boxes in SOST transaction and the number represents the active tab when you run the transaction.
Go to RSSOSOSTSTAT program,screen 1000 >module init_1000>perform set_default_sel_values.
Once you read the code, you will know what those values represent.
‎2007 Jan 19 3:16 AM
Thanks Srinivas... I could see this program takes the value of SOST from parameter table. But, I would like to know, what the value means? how it affect the processing of SCOT ? which user settings it sets ?
Thanks,
Raj
‎2007 Feb 05 4:43 PM
It is resolved. The parameter value xxxx4xxxx represents user settings in SOST transaction. The "4" represents the tab. The system remembers the last user settings and bring it back using this parameter.
Thanks,
Sam