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

Function group frame program exists without TLIBG entry

j_madariaga
Participant
0 Likes
692

Hi,

We are facing this error message in our upgrade:

"Function group frame program ZZZZ exists without TLIBG entry" (sap note 783308)

But function group ZZZZ doesn't exist (we checked that in SE80).

The problem could be function group ZZZZ is included in table TADIR ("Directory of Repository Objects") but is not included in table TLIBG ("Person responsible for function class").

The reason could be function group ZZZZ existed once in our system but doesn't exist anymore, but we are not sure about that.

Is there any way to solve it? Maybe creating a "false" function group ZZZZ with a person responsible? Maybe deleting that entry in TADIR table? (and how to delete it?)

Thanks in advance.

Best regards,

J Madariaga

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
536

Try to repair the function group; Utilities -> Repair Func. Group from SE37.

2 REPLIES 2
Read only

Former Member
0 Likes
537

Try to repair the function group; Utilities -> Repair Func. Group from SE37.

Read only

j_madariaga
Participant
0 Likes
536

Solved problem.

We created a new group function (transaction SE80) with that name.

Thanks for your answer.