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

Problems with SRGBINREL after changing to ECC6

Former Member
0 Likes
441

Hi,

i have problems after putting to ECC6 with SRGBINREL.

First i read in SRRELROLE like this:

  • Zunächst alle APPLOBJ einlesen

SELECT * FROM SRRELROLES WHERE OBJTYPE IN S_OBJTYP

AND ROLETYPE EQ 'APPLOBJ'.

..

after this i go to SRGBINREL and get the data wich i need

for FM SO_OBJECT_READ.

Until 4.6c this works correct.

In ECC6 i don't have data in SRRELROLES and SRGBINREL.

Has anyone an idea where the data in ECC6 are stored?

I find something in SRGBTBREL, but only these which are inserted in ECC6.

Regards, Dieter

Hi,

i have problems after putting to ECC6 with SRGBINREL.

First i read in SRRELROLE like this:

  • Zunächst alle APPLOBJ einlesen

SELECT * FROM SRRELROLES WHERE OBJTYPE IN S_OBJTYP

AND ROLETYPE EQ 'APPLOBJ'.

..

after this i go to SRGBINREL and get the data wich i need

for FM SO_OBJECT_READ.

Until 4.6c this works correct.

In ECC6 i don't have data in SRRELROLES and SRGBINREL.

Has anyone an idea where the data in ECC6 are stored?

I find something in SRGBTBREL, but only these which are inserted in ECC6.

Regards, Dieter

1 REPLY 1
Read only

Former Member
0 Likes
382

Hello Dieter,

I do not have a direct answer to your question, however , I am using an ECC6 system and I checked the two tables that you mentioned (SRGBTBREL & SRRELROLES). SRRELROLES has 3.8 million entries and SRGBTBREL has 2700 entries.

I would talk to your authorizations people to see if there is a generation or maintenance step that needs to be performed.

Not a lot of help I know. Good luck

Greg Kern