cancel
Showing results for 
Search instead for 
Did you mean: 

set not visible in GGB0

nico_dewaele
Active Contributor
0 Kudos

Hello,

I've created a set ZZZZ based on table USER_ADDR and field BNAME to have a set of user names.

in GGB0, I'm making a validation on FI document header level. so in the 'check' section I select

"SYST-UNAME"  "IN" and go to setdiretory to look for my set, but I get the message GB551 "Set ZZZZ does not exist or cannot be used.  "

Anybody any idea?

kr

Nico

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Update this issue by my cases:

T-code: GGB0

Before you select set, try to switch into Expert Mode, then your set can be searched out.

Meun bar > Setting > Expert Mode

iklovski
Active Contributor
0 Kudos

Hi,

It could be due to the fact that USER_ADDR is generated table. Try creating a set based on USR02 table (same BNAME field) and see if it's visible.


Regards,


Eli

nico_dewaele
Active Contributor
0 Kudos

hi Eli,

that doesn't work either. I have the impression there's a mismatch between USNAM and BNAME

KR

Nico

iklovski
Active Contributor
0 Kudos

They are both based on CHAR(12). But, since you mentioned it, I now recall that at certain point I also was not able to put the set for users and had to use a user-exit calling G_SET_TREE_IMPORT function to read the set.