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

Table or Function Module to get the 'SYSID' i.e sysname for a Transport request

Former Member
0 Likes
5,724

Hi,

Please let me know whether any table of Function Module to get the 'SYSID'  i.e sysname  for a Transport Request.



Thanks


1 ACCEPTED SOLUTION
Read only

rosenberg_eitan
Active Contributor
0 Likes
3,193

Hi,

I use FUNCTION 'TR_READ_GLOBAL_INFO_OF_REQUEST'


Then you have to analyze es_cofile (deep structure)


Regards.

5 REPLIES 5
Read only

shashank_agarwal
Participant
0 Likes
3,193

Hi,

E070 is the table for Request details.

U can also check E0* for the same.

Regards,

Shashank

Read only

0 Likes
3,193

Hi,

I need the Sysnam   i.e Name of an SAP System in the (active) transp. configuration.

E070 don't have the details like , in which system the Request is created.

Thanks

Read only

Former Member
0 Likes
3,193

Hi Vijay,

The system parameter sy-sysid will have the value of SYSID. Why do you need a function module or table select?

You can find all the system fields in table SYST.

Read only

0 Likes
3,193

Yes, i can get the value of sy-sysid  i.e system id of Current system.

But, i need the system id (System Name ) of of the Transport Request where it was created.

Thanks

Read only

rosenberg_eitan
Active Contributor
0 Likes
3,194

Hi,

I use FUNCTION 'TR_READ_GLOBAL_INFO_OF_REQUEST'


Then you have to analyze es_cofile (deep structure)


Regards.