Hello,
everyone can any one help me with this coding of this algorithm .
i have tried many different ways to code but unable to find best solution.
1) read from table ZPAT the fields PID and FID where username=sy-user
2)check, if there is a row in ZCORE with PID and FID
information about tables:
ZCORE:
-PID
-FID
-BID
-a_ch (char)
-e_ch (char)
=>Comment: There Every line with PID and FID has a different value of BID
ZPAT:
-PID
-FID
-username(char)
=>Comment: every username is only once in the table with exactly one PID and one FID