‎2006 Jul 17 9:24 PM
Hello ABAP Experts,
I am in the process of transporting custom transaction codes for the custom programs.
all custom programs are tronsported sucessfully.
i get the below warning message in the export process off Dev itself, and therefore the import process to QA does not even start:
warning:
'Table USOB_SM is not described in nametab. No delete command for table USOB_SM exported.'
what does this message mean, suggestions to fix highly appreciated.
Thanks,
BWer
‎2006 Jul 17 9:31 PM
I think you had a create and delete of the object USOB_SM in the same transport. So the system determined that since it is not there in the target system yet, it is not needed to do the delete.
Since you already released the transport, ask your basis team to import it into QA and there should not be any issue since it is a warning only.
‎2006 Jul 17 9:31 PM
I think you had a create and delete of the object USOB_SM in the same transport. So the system determined that since it is not there in the target system yet, it is not needed to do the delete.
Since you already released the transport, ask your basis team to import it into QA and there should not be any issue since it is a warning only.