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

Custom Validation Routine not getting triggered

Former Member
0 Likes
624

Hi,

I need some information regarding the Validation Routines that is maintained in SPRO.

I created a validation routine and activated it. And also I maintained all the configurations needed. But when I create an ASN in VL60, the program control is not going inside the validation routine that I created.

When I checked the program /SPE/RTS, I found that it contains all the SAP Std validation routines except the routine that I created. I believe that an entry need to be created automatically in the program /SPE/RTS when activarte my custom validation routine, which is not happening.

Does any one else has faced this issue before? Thanks a lot in advance.....

Thanks & Regards

Sreeraj Pulickal

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
505

Hi,

Do you have separate client for testing? If yes, you can move the changes in dev to testing through T-code SCC1.

Thanks,

Vinod.

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
506

Hi,

Do you have separate client for testing? If yes, you can move the changes in dev to testing through T-code SCC1.

Thanks,

Vinod.

Read only

Former Member
0 Likes
505

Vinod,

I do have a separate client for testing and I had moved all the changes from DEV to Testing client. But since no entry has been created in program /SPE/RTS for my custom validation routine in DEV, there is point in moving all the changes. The validation routine won't get triggered.

So I created an implicit enhancement in /SPE/RTS to include my validation routine. I'm not sure whether this is the right approach, but it solved my problem.

Thanks

Sreeraj.