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

USER-EXIT

Former Member
0 Likes
303

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.

1 REPLY 1
Read only

Former Member
0 Likes
259

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.