2014 Aug 22 10:27 AM
Hi,
Please let me know whether any table of Function Module to get the 'SYSID' i.e sysname for a Transport Request.
Thanks
2014 Aug 22 10:48 AM
Hi,
I use FUNCTION 'TR_READ_GLOBAL_INFO_OF_REQUEST'
Then you have to analyze es_cofile (deep structure)
Regards.
Hi,
Please let me know whether any table of Function Module to get the 'SYSID' i.e sysname for a Transport Request.
Thanks
2014 Aug 22 10:34 AM
Hi,
E070 is the table for Request details.
U can also check E0* for the same.
Regards,
Shashank
2014 Aug 22 10:38 AM
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
2014 Aug 22 10:34 AM
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.
2014 Aug 22 10:45 AM
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
2014 Aug 22 10:48 AM
Hi,
I use FUNCTION 'TR_READ_GLOBAL_INFO_OF_REQUEST'
Then you have to analyze es_cofile (deep structure)
Regards.