Hi All,
I am working with two transport paths for Requests.
Path 1: target -> /testin1/
package -> z_sales_1
Path 2: target -> /testin2/
package -> z_sales_2
I created a z table ZITAB in Path 1 request saving all the related components in z_sales_1 package. Table maintenance was generated for this.
No I had to put the table in second Path, thus I saved it in new request with Path 2 details. The object directory entries of all the components involved were changed to be in package z_sales_2. I had deleted the previous table maintenance generated.
When I try generating the table maintenance now, it gives me error "objects of package z_sales_1 are meant for target /testin1/ only"
Finally after trying out many things, I deleted the table and created new one in Path 2 request, with same table name as old. Still I face same problem with table maintenance.
Can anyone help me on this ?