‎2008 Apr 28 1:17 PM
Hello Experts,
I would like to know, is there any alternative for transaction code SY-REPID as it is not used in newest version as one of the report giving error SY_REPID is not compatible for the newst version of SAP.
Can you give some enlights on this issue.
Thank you,
Kirtish Doshi .
‎2008 Apr 28 1:19 PM
Kirtish,
SY-REPID is not a transaction code, but a field in the SY structure.
‎2008 Apr 28 1:19 PM
Kirtish,
SY-REPID is not a transaction code, but a field in the SY structure.
‎2008 Apr 28 1:26 PM
Ok sir, thank you for the answer but but when I look for the SYREPID in dictionsary table its not there in the table , program is giving error that SYREPID is not in the newst version.
‎2008 Apr 28 1:24 PM
sy-repid is not a tcode ..
use sy-CPROG instead of sy-repid ...