Application Development 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: 

How could I delete a variant of a program on production system if I have on

Former Member
0 Kudos
385

How could I delete a variant of a program on production system if I have on development system (I can only transport via transport reqs to production system)

I can transport variants from DEV to PRD but I do not know how to insert deletion in a transport request

Thx in advance

2 REPLIES 2

former_member589029
Active Contributor
0 Kudos
114

- Insert the variant name into a transport request in DEV

- Delete that variant in DEV

- release the transport

- You'll probably get a return code of 4 and the message that the object (variant) does not exist in DEV and will therefore be deleted in the target system as well

- Which is what you want to achieve

Regards,

Michael

Former Member
0 Kudos
114

when U try to delete a variant which is already released

it will ask for request.

U can transport this request .. to prod .. and when this is

transported the variant will be deleted ...