cancel
Showing results for 
Search instead for 
Did you mean: 

seach table like tmsbuffer where I can find all date of transaction order

Former Member
0 Kudos

     Hi I seach table where I can find all transaction order 'TRKORR' with all system 'SYSNAM' like this table and all date of creation of the order.

The problem is I should use RFC connection for that and search this in table E070 and I don't want use RFC

Is a table exsite with this? (date of creation of transaction by system)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I search like this file in /usr/sap/trans/XXX/cofiles all date for each transaction in each system

how can i do this

former_member185954
Active Contributor
0 Kudos

I suppose you are asking for transport creation date, its in table: E070CREATE

Regards,

Siddhesh

Former Member
0 Kudos

yes this is this but with E070Create I have creation only for my actual sysnam.

I search the same thing but with all sysnam

former_member185954
Active Contributor
0 Kudos

you will have to write code to check individually in all systems for creation date in those systems.

transports generally get created in only 1 system the development system and are then imported into other systems.

so you can track by looking at E070Create in Dev and later, you can look for import date / time for other systems in E070 etc

Good luck.

Regards,

Siddhesh

Former Member
0 Kudos

ok sad there is not other solution

CALL FUNCTION 'TMS_TM_GET_TRLIST' is working nice but not show all sysnam

This is obligatory to use RFC

former_member185954
Active Contributor
0 Kudos

yes, you cannot get trlist from one system, you have to use RFC to login into each individual system.

Former Member
0 Kudos

Ok thx for rep Indian guy,

any demo code for how use CALL FUNCTION 'TMS_TM_GET_TRLIST with RFC?

Because I have not right access on all system with RFC and with this function I can develop a specific program for know all about trlist

former_member185954
Active Contributor
0 Kudos

Sorry, I don't code, good luck.

Former Member
0 Kudos

thx for your help Siddhesh from Cardiff (Wipro technologies)

Glory to Mumbai

I wait anyone who can help me

former_member185954
Active Contributor
0 Kudos

is all that information available on internet!, scary how much people can know about you just by performing search