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

How can i create a customized form in the standard module pool program

Former Member
0 Likes
570

Hi friends,

How can i create a customized form in the standard module pool program RGGBS00. The new form is required to do some changes in the already existing functionality. SAP doesnt let me do any changes in it so i am not sure how should i do it?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
513

Hello

In transaction GCX2, Table t80d. you can assign the user exit program. Beforehand you can copy in SE38 the original SAP program to a z program (f.e. RGGBS000 to ZRGGBS00). In the Z program you can add a form and write abap for your requirements.

regards

Arjan

Hi friends,

How can i create a customized form in the standard module pool program RGGBS00. The new form is required to do some changes in the already existing functionality. SAP doesnt let me do any changes in it so i am not sure how should i do it?

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
514

Hello

In transaction GCX2, Table t80d. you can assign the user exit program. Beforehand you can copy in SE38 the original SAP program to a z program (f.e. RGGBS000 to ZRGGBS00). In the Z program you can add a form and write abap for your requirements.

regards

Arjan