‎2007 Oct 01 1:05 PM
Can someone please give me steps to add a new form to form routine GET_EXIT_TITLES?
I have copied the standard pool RGGBR000 to a Z program. I now want to add a new form and then assign it to the validation rule.
‎2007 Oct 01 1:24 PM
Hi,
You are free to make modifications in your custom program.
But if you are working with substitutions, you will have to do it using transaction GGB0 ( in case of substitution ) or GGB1( for validations). From these transactions you can define your pre requisites and assign the sub routines under those conditions/prerequisites.
In the transactions, will find PreRequisite and validations ( nodes as a tree) , clicking there you can define the rule or attach the Sub routine/Exits.
Hope it helps.