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: 

Variant which doesn't exist causes a error.(Workflow)

Former Member
0 Kudos

Hi,Experts!

I am facing the problem that a program variant which doesn't exist causes a error.

The program was executed in background job(SE37).

First, I did copy system data from SystemA to SystemB and the job was copied in the same way as other system data.

Then, I tried to execute the job in SystemB, but the error occurred.(Variant &0000000000000 is not exist.)This Variant is not exist both systemA and systemB.

The program is

RSWWCOND

RSWWCLEAR

RSWWDHEX

...

If anyone have some information, please help me to solve this problem.

Thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Does the program run in System A?

If it runs in system A and doesn't run in System B, then, problem is that the variant has not been copied from system A to system B.

The variant may be stored in Database table or the variant may be dynamic or even declared while the job has been scheduled.

So check for the variant in System A's database table, TVART for the program name.

Then copy that to System B and try. Hope this will help.

Best Regards,

Suresh

Former Member
0 Kudos

Hi

i had similar issue connected with program RSWWDHEX.

In SAP CRM 5.0 job launch this program with variant that does not exist.

That's why job ended with cancellation each time.

I released job once again without variant because this program in my opinion does not need

any variant.

Regards

Radek