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

Parameter ID - SOST

Former Member
12,469

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

3 REPLIES 3
Read only

Former Member
5,323

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.

Read only

0 Likes
5,323

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

Read only

0 Likes
5,323

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