Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transaction code transport error

Former Member
0 Likes
299

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
271

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.

1 REPLY 1
Read only

Former Member
0 Likes
272

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.