Solution : https://service.sap.com/sap/support/notes/924697 (SAP Service marketplace login required)
Summary :
The SAP Note addresses an error encountered while using the report '/SAPAPO/ACT_VERS_DEL' to delete the active version (000). The error "DBIF_DSQL2_OBJ_UNKNOWN" arises from the incorrect initialization of SD order tables across all clients by the module '/sapapo/atp_all_sd_orders_del'. This function should not be used as it affects all clients rather than just the current one. The appropriate function module to use is '/SAPAPO/ATP_ALL_SDORD_DELMANDT'. To resolve this issue, implement Note 900730 and follow the provided correction instructions or import the necessary support package.
Key words :
report /sapapo/act_vers_del usesthe /sapapo/atp_all_sd_orders_del function module, report /sapapo/act_vers_del becausethis report, initialize aroundall sd order tables, function module /sapapo/atp_all_sdord_delmandt, prerequisites program error solution, report '/sapapo/act_vers_del', /sapapo/atp_all_sdord_delmandt reason, terms /sapapo/mvm_vers_del, /sapapo/atp_all_sd_orders_del, attached correction instructions
Related Notes :
900730 | /SAPAPO/ATP_ALL_SD_ORDERS_DEL deletes across clients |
684406 | Additional information on upgrading to SAP SCM 4.1 |