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

Regarding Transaction code SY-REPID

Former Member
0 Likes
581

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
529

Kirtish,

SY-REPID is not a transaction code, but a field in the SY structure.

3 REPLIES 3
Read only

Former Member
0 Likes
530

Kirtish,

SY-REPID is not a transaction code, but a field in the SY structure.

Read only

0 Likes
529

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.

Read only

Former Member
0 Likes
529

sy-repid is not a tcode ..

use sy-CPROG instead of sy-repid ...