Message type: E = Error
Message class: AD - Data Dictionary application messages
Message number: 358
Message text: First generate nametab using C program
The specified table is of activation type 1 and changes requiring
reactivation of the run-time object have been made.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
You cannot regenerate the run-time object for this table online using
the ABAP/4 Dictionary activating function. You will need to use the C
program DIPGNTAB for this, specifying the table name as parameter
(set TWO_TASK, command: dipgntab -tabl<table name>). This generates the
appropriate run-time object for the revised version of the table which
can then be activated in the ABAP/4 Dictionary.
Error message extract from SAP system. Copyright SAP SE.
AD358
- First generate nametab using C program ?The SAP error message AD358, which states "First generate nametab using C program," typically occurs in the context of ABAP development when there is an issue with the name table (nametab) for a particular program or function module. The nametab is a data structure that contains information about the names of fields, types, and other elements used in the program.
Cause: The error usually arises due to one of the following reasons: Missing Nametab: The nametab for the program has not been generated. This can happen if the program has not been activated or if there was an issue during the activation process. Corrupted or Incomplete Nametab: If the nametab is corrupted or incomplete, it may lead to this error when trying to execute or call the program. Development Environment Issues: Sometimes, issues in the development environment or transport layer can lead to this error.
Solution: To resolve the AD358 error, you can follow these steps: Generate the
Get instant SAP help. Sign up for our Free Essentials Plan.
AD357
Specify a parameter ID from table TPARA
What causes this issue? A data element definition contains a parameter ID which is not in table TPARA.How to fix this error? Please use only paramet...
AD356
Specify an application class from TAPPL
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AD359
Table & (generation type 1, nametab was written)
The table is not new but has no nametab. A new nametab was written when the table was activated although the table belongs to authorization class 1.E...
AD360
Table & (error & &)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.