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

Session details

Former Member
0 Likes
862

Dear Experts,

I shall explain the requirement and need your help to find the solution..

"The requirement goes like we have a program that generates a session when executed. I need to know the related tables where the session details get stored and some techs to process this session using another abap program"

All useful replies are rewarded;

Thanks a lot.

Best Regards,

Arunkumar S

Dear Experts,

I shall explain the requirement and need your help to find the solution..

"The requirement goes like we have a program that generates a session when executed. I need to know the related tables where the session details get stored and some techs to process this session using another abap program"

All useful replies are rewarded;

Thanks a lot.

Best Regards,

Arunkumar S

6 REPLIES 6
Read only

Former Member
0 Likes
833

hi,

all the session details are stored in table APQI.

Check that table for further information.

U have Everything stored in that table.

Regards

Sharma NSK

Read only

0 Likes
833

APQI,qstate will have the status of the session

Read only

Former Member
0 Likes
833

Thanks for the useful answers. I need some more information related to the LOGS.

When a particular session processed moves to an Error, can we know the tables where the Error logs getting stored. I need these log information to be sent as a mail to the creator.

Kindly help me out regarding the same.

Best Regards,

Arunkumar S

Read only

Former Member
0 Likes
833

Hi Arun kumar,

Yes, as per sharma table is APQI.

and also see APQD. IF wnat more execute SE12 and enter as AP* then press F4. It will display the list of tables.

Hope this helps you. Reply for queries

Regards,

Kumar.

Read only

Former Member
0 Likes
833

hi,

check out the table SDBDBMRFC2 ..

Read only

0 Likes
833

This table does not hold the informations which I look for. Thanks for the help.