cancel
Showing results for 
Search instead for 
Did you mean: 

Hi this is question on sap abap architecture

Former Member
0 Kudos

    HI experts,

               I want to know from where the user context is copied from ? when the user context is processed mean before request going to dispatcher or after assigning request to work processes?


Thanks in advance .

Accepted Solutions (0)

Answers (2)

Answers (2)

feng_shi
Active Participant
0 Kudos

Hi,

Just answer your question:

Whenever an SAP user starts a transaction (an ABAP program), the work process processing the request always requires the user context.

work process does the real work of the user request.

>I want to know from where the user context is copied from ?

=>Memory(SAP Roll area, SAP extended memory, and heap memory.)

>when the user context is processed mean before request going to dispatcher or after assigning request to work processes?

=> After assigning request to work processes

Regarding of User Context, please refer to

https://help.sap.com/saphelp_nw73ehp1/helpdata/en/49/328da7e8955719e10000000a42189b/content.htm

Best Regards,

Shi Feng

Sriram2009
Active Contributor
0 Kudos

Hi Radhakrishna

You can refer the youtube vide Learning SAP How the logon process works - YouTube

Regards

SS