2008 Sep 25 7:35 AM
Hi,
I need to find the program name which created the bdc session( SM35) by using the session name or Session ID.How can that be done?
Will that be stored in some table?
Regards,
Pooja.
2008 Sep 25 7:37 AM
Try Table APQI
GROUPID = Session Name
PROGID = Program name created session
Edited by: Bala Krishna on Sep 25, 2008 12:09 PM
2008 Sep 25 7:38 AM
2008 Sep 25 7:46 AM
Hi,
But the prog id is not getting updated.Its empty for the session id I am looking for.
Regards,
Pooja
2008 Sep 25 8:02 AM
I think if the KEEP = ' ' in BDC_OPEN_GROUP FM, the session gets cleared from SM35, so for that sessions PROGID will be blank.
So in BDC program parameter KEEP = space, PROGID in APQI table will be blank.
correct me if i am wrong.
2008 Sep 25 7:52 AM
In sm35 for every session one QID is attached with it. With this QID goto table APQI and find out the GROUPID and PROGID.
2008 Sep 25 7:57 AM
Hi,
Based on Queue Id given for session, pass it in APQI table to the field QID and get group_id and progid.
Rgds.,
subash
2008 Sep 25 8:55 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |