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

Help with creating a Substitution

Former Member
0 Likes
630

Hi Experts -

We would like to do the following: Populate the reference field with “18_date_month_year” every time system creates a FI document on real time integration has been approved.

At past clients when I did substitutions we had a copy of program RGGBS000. We do not have that here. Do I need to create this "Z" program or do I use Modification Assistant on RGGBS000? Also, if I create the "Z" program, how can I see my Form in SPRO?

Thanks!!!

Mark

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
560

It sounds like an FI substitution would be sufficient... yes, copy RGGBS000 to your own "Z" name, and modify table T80D for area GBLS as per:

http://help.sap.com/saphelp_40b/helpdata/en/5b/d231a843c611d182b30000e829fbfe/content.htm

You then need to have created the form definition in your "Z" code and specifically defined it within in the GET_EXIT_TITLES routine in the "Z" code {and activated the program} for it to be visible in the SPRO.

There's a good document in SDN:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/707439da-ead9-2910-5c97-af6ca0b6...

on the topic.

Jonathan

Hi Experts -

We would like to do the following: Populate the reference field with “18_date_month_year” every time system creates a FI document on real time integration has been approved.

At past clients when I did substitutions we had a copy of program RGGBS000. We do not have that here. Do I need to create this "Z" program or do I use Modification Assistant on RGGBS000? Also, if I create the "Z" program, how can I see my Form in SPRO?

Thanks!!!

Mark

2 REPLIES 2
Read only

Former Member
0 Likes
561

It sounds like an FI substitution would be sufficient... yes, copy RGGBS000 to your own "Z" name, and modify table T80D for area GBLS as per:

http://help.sap.com/saphelp_40b/helpdata/en/5b/d231a843c611d182b30000e829fbfe/content.htm

You then need to have created the form definition in your "Z" code and specifically defined it within in the GET_EXIT_TITLES routine in the "Z" code {and activated the program} for it to be visible in the SPRO.

There's a good document in SDN:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/707439da-ead9-2910-5c97-af6ca0b6...

on the topic.

Jonathan

Read only

0 Likes
560

Thanks Jonathan - I'll give it a shot!