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 doesn't show creation program

mohan_irla
Explorer
0 Likes
458

hi all,

i am currently supporting SAP 4.6b.

i got probelem that the session are failling.

so go to sm35 and enter the session name but over there

i am not getting program which creted this session,

because of this i am not able to edit bdc which created

this session.

how can i get the program which created this session

i checked..

1)APQI table with the qid which is there in sm35 but

APQI-PROGID is blank.

2) i checked the system log with sm21 but i am not

getting log related to this session

any help is appriciated

regards

Mohan Irla

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
428

If APQI-PROGID is blank, then there's no direct way to find the program that created the session. try the following options:

1. Based on session name and transaction useed search for Z programs in SE38.

2. Do a where used list on fm BDC_INSERT in se37 and cehck tcode parameter of the fm in the resulting programs.

3. If the sessions are created using background job, check SM37 for jobs finished during thae time of the session creation to shortlist program names.

Regards

Sridhar

1 REPLY 1
Read only

sridhar_k1
Active Contributor
0 Likes
429

If APQI-PROGID is blank, then there's no direct way to find the program that created the session. try the following options:

1. Based on session name and transaction useed search for Z programs in SE38.

2. Do a where used list on fm BDC_INSERT in se37 and cehck tcode parameter of the fm in the resulting programs.

3. If the sessions are created using background job, check SM37 for jobs finished during thae time of the session creation to shortlist program names.

Regards

Sridhar