‎2013 Jun 25 8:33 AM
Hi experts,
Could anyone of you please help me to know whether there is any BAPI/Function module to delete a Transport Request entry from TR import queue in STMS_IMPORT transaction?. Thanks a lot in advance.
Faisal PC
‎2013 Jun 25 9:38 AM
Please check the link:
http://scn.sap.com/thread/3371790
also check FMs in function group TMSM.
Regards
‎2013 Jun 25 9:24 AM
Hello
you could write your own FM to clean TR from table E070 and E071.
Best Regards,
Yong Luo
‎2013 Jun 25 9:30 AM
Delete a request from the import queue:
http://help.sap.com/saphelp_bw/helpdata/en/44/b4a3f97acc11d1899e0000e829fbbd/content.htm
‎2013 Jun 25 9:35 AM
In STMS:
Extras --> delete imported requests
This won't delete the data, cofiles and logs, it only deletes the entries
from the import queue that have already been imported.
If you want to delete the actual requests, reference oss note 312843 for
information on the tp clearold command.
‎2013 Jun 25 9:38 AM
Please check the link:
http://scn.sap.com/thread/3371790
also check FMs in function group TMSM.
Regards
‎2013 Jun 25 9:55 AM
Hi All,
Thanks for the replies. I think the above FM can be used. Let me try the same.
Thanks a lot once again.
‎2013 Jun 25 11:01 AM
Hi all,
I was trying to execute this FM with following values.
IV_COMMAND = DELFROMBUFFER
IV_SYSTEM = System(My system name)
IV_REQUEST = TR Number
I am getting the following warning as Warning: (***K9A0SEF. ) not found in buffer. Actually this TR is already there in the queue still is. Could anyone help me to understand why this warning is coming and the TR is not deleted?. I am trying to delete the TOC(Transport of Copies) from the queue which has the type T in E070 table. All helps are really appreciated.
‎2013 Jun 25 11:24 AM
I mean I was using the second function module only to delete the TR. Now i tried using the first FM also. But in the counter, it shows 0 means the TR is not found. But still I can see the TR in STMS queue.
‎2013 Jun 25 1:00 PM
Hi all,
I was trying to execute the second FM with following values.
IV_COMMAND = DELFROMBUFFER
IV_SYSTEM = System(My system name)
IV_REQUEST = TR Number
I am getting the following warning as Warning: (***K9A0SEF. ) not found in buffer. Actually this TR is already there in the queue still is. Could anyone help me to understand why this warning is coming and the TR is not deleted?. I am trying to delete the TOC(Transport of Copies) from the queue which has the type T in E070 table. All helps are really appreciated.
‎2013 Jun 25 3:44 PM
‎2013 Jun 25 4:55 PM
Hi All,
I could find the reason. It was because I hadn't given the client while passing to the function module. Thanks a lot for everyone.