Do you have any question about this error?
Message type: E = Error
Message class: BA - Data Archiving
Message number: 373
Message text: ARCHIVE_DELETE_TABLE is not allowed in programs of job type '&1'
Function module ARCHIVE_DELETE_TABLE may only be used in delete
programs.
Delete programs are of job type 'DEL'. However, ARCHIVE_DELETE_TABLE was
called for a job of type '&V1&'.
The program is being terminated.
Program correction.
If this program is an SAP program, contact SAP Support.
Error message extract from SAP system. Copyright SAP SE.
BA373
- ARCHIVE_DELETE_TABLE is not allowed in programs of job type '&1' ?The SAP error message BA373 indicates that the operation to delete an archive table is not permitted for the specified job type. This error typically arises when there is an attempt to execute an archive deletion process in a job that is not configured to allow such operations.
Cause:
The error occurs due to the following reasons:
- Job Type Restriction: The job type specified (denoted by
&1
in the error message) does not have the necessary permissions or configuration to perform the archive deletion operation.- System Configuration: The system may have specific configurations that restrict certain operations based on the job type to ensure data integrity and prevent accidental deletions.
Solution:
To resolve the BA373 error, consider the following steps:
Check Job Type: Review the job type that is being used to execute the archive deletion. Ensure that it is a type that allows archive deletion operations. You may need to change the job type to one that is permitted.
Modify Job Configuration: If you have the necessary authorizations, you can modify the job configuration to allow archive deletion. This may involve changing settings in the job definition or the associated program.
Use Appropriate Programs: Ensure that you are using the correct program or transaction for the archive deletion process. Some programs may have specific requirements or restrictions.
Consult Documentation: Refer to SAP documentation or notes related to the specific job type and archive deletion processes. This can provide insights into any restrictions or requirements.
Contact SAP Support: If you are unable to resolve the issue through the above steps, consider reaching out to SAP support for assistance. They can provide guidance based on the specific context of your system and configuration.
Related Information:
By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
BA372
You do not have authorization for archiving object &1.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
BA371
Insert into Table ARCDEL_OBJ failed - system executed rollback.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
BA374
Error in structure of archiving object &1
What causes this issue? The structure of archiving object &V1& is incorrect.System Response The archiving program is being terminated.How to...
BA375
Deleting data from database table &1 is not allowed
What causes this issue? This problem may have been caused by the following situations: Structure &V1& is not known for this archving object/a...
Click on this link to search all SAP messages.