27.1.11

SAP When you call startsap, the following error messages are issued: "Database system startup failed!" "cannot set group id" The database system is

Symptom:

When you create a table maintenance dialog for extended table maintenance, the maintenance screens do not contain all the fields. The dialog was created using report RSVIEWGN or with the transaction "Generate table maintenance dialog".

Cause and prerequisites

The table/view contains too many/too long fields; they do not all fit on the maintenance screen.

Solution
There are several possible solutions:
1. The maintenance dialog was only defined in one level
Generate a two-level maintenance dialog. All fields of the table/
view will then appear on the detail screen.
2. The maintenance dialog is already two-level
2.1: Use the Screen Painter to manually revise the detail screen.
Missing fields must be manually added to the screen. FIELD
statements for the newly added fields must be added in the first
CHAIN...ENDCHAIN statement of the flow logic.
2.2: If the fields cannot be manually placed on the detail screen
using Screen Painter, you must
- For a table: define several views and generate a maintenance
dialog for each one
- For a view: reduce the number of fields in the Data Dictionary,
define an additional view for the fields that you removed from
the first view, and generate a separate maintenance dialog.

No comments:

Post a Comment