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

Cannot transport changes to structure

Former Member
0 Likes
1,570

Good day SDN forumers,

To start with, I am a functional consultant and please pardon me if I cannot express my thoughts in an ABAP-inclined manner

I made some changes to a structure (FIAA_SALVTAB_RABEST) With an access key, I were able to add fields to a component (.INCLUDE) with component type (CI_REPRABEST). This will enable me to have more fields available for display when I run a report with program RABEST_ALV01.

The problem though is how I can transport the said repair/change from DEV to PRD. The system does prompt a transport request upon saving of the changes., but after transporting to PRD, the changes do not take effect.I already consulted our ABAPERS and BASIS guys but unfortunately, they too don't know how to solve the problem. I badly need help guys. Any suggestions or comments? Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,363

Hi ,

you said " The system does prompt a transport request upon saving of the changes., but after transporting to PRD, the changes do not take effect." -->Then what u transported to PROD ?,which transport requests have u transported ?.

have u seen the version management of this Structure ?

regards

Prabhu

7 REPLIES 7
Read only

Former Member
0 Likes
1,363

I think taking an Access key and changes in Strucutre or database table directly is Dangourous.

We have an option Append structure(F5) for all structures ad tables we should go with this option.

anyways my only guess says that either your all objects were not activated properly or you did not

activate and adjust table from Database utility(SE14) once this done than again re-transport.

Read only

0 Likes
1,363

I checked and all the objects are active. Since I already effected the said changes, how do I manually include the changes in the structure to a new transport request? Again, sorry for the ignorance since I don't have any ABAP experience whatsoever.

Read only

0 Likes
1,363

did you finished SE14 actvities?Which i suggeted in upper post.

Read only

0 Likes
1,363

>

> did you finished SE14 actvities?Which i suggeted in upper post.

Yes I did. The system response was "Object FIAA_SALVTAB_RABEST cannot be processed via DB utility"

Read only

Former Member
0 Likes
1,364

Hi ,

you said " The system does prompt a transport request upon saving of the changes., but after transporting to PRD, the changes do not take effect." -->Then what u transported to PROD ?,which transport requests have u transported ?.

have u seen the version management of this Structure ?

regards

Prabhu

Read only

0 Likes
1,363

@Prabhu Pehram

I asked our BASIS guy and he told me that there were no objects included in the transport request, which makes it all the more confusing.

Read only

0 Likes
1,363

There lies your issue. create a new transport in Dev with the table name and correspondig new data elements / domains if any and push it to Prod