Application Development 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: 

standard program GBTC2FI0 issue.

Former Member
0 Kudos

Hi ,

     we had performed FI related operation and wee need to call the program  GBTC2FI0  through RGGBR000 , but when we checked the program in display mode after generation nof the program we are getting "PROGRAM DOES NOT EXISTS" .

we had deleted the configaration twice but we are getting the issue.

Please somebody help on this...

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

we had performed FI related operation

Which ones?


wee need to call the program  GBTC2FI0  through RGGBR000

Could you explain your exact requirement ?

RGGBR000 is a demo program, that you must not change but copy into your namespace (e.g. Z*, Y*) to add your user exits for FI validation or substitution. Then use Customizing transaction GCX2 to inform system of your include program names.

When you activate substitution/validation thru Customizing transactions OBBH or OB28, the system generates some includes, but their names should only be useful during debug. First, system convert client to 2 character, FM G_CLIENT_ENCODE, so your "C2", your genrated include names should look as GBTC2FIA, etc.

So either call report RGUGBR01 to regenerate every includes, or activate again your rule with the Customizing transactions.

Hints: read the FAQ note 842318 - Frequently asked questions about validations and substitutions.

If that doesn't solve your problem, provide more information on what you did to trigger the errror (and try to solve) as well as some information on your current version of SAP ERP.

Regards,

Raymond