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: 

Validation for Exchange Rate

Former Member
0 Kudos
494

Hi Experts,

I am trying to create a validation with an user exit.

I have enhanced RGGBR000 to compare for translation date in BKPF to that of TCURR.

Problem I am facing is, I dont know how to put U100 user exit as check and rule in GGB0.

How can I do that?

Reagrds,

PS

1 ACCEPTED SOLUTION

RaymondGiuseppi
Active Contributor
0 Kudos
309

Read first sap online documentation or customizing documentation (Financial Accounting, Financial Accounting Global Settings, Document, Line Item /or/ Document Header, Define Validations for Posting - aka OB28)

Alternative : don't use RGGBR000 but copy it to an include in your namespace (Zxxx) and read the comments in the source.

At  least: Add some lines in FORM GET_EXIT_TITLES similar to add information on your exit that will be availabnle in OB28 and add your FORM at end of incmude) all is written in comment of RGGBR000 source.

Regards,

Raymond

4 REPLIES 4

former_member188217
Active Participant
0 Kudos
309

Hi Purushottam,

Please check the below link

http://www.sapfunctional.com/FI/ValidationRules/Index.htm

0 Kudos
309

Hi Anju,

Thanks for your reply. I have already gone through the link you provided it states nowhere how to put user exit to check and rule.

Regards,

PS

RaymondGiuseppi
Active Contributor
0 Kudos
310

Read first sap online documentation or customizing documentation (Financial Accounting, Financial Accounting Global Settings, Document, Line Item /or/ Document Header, Define Validations for Posting - aka OB28)

Alternative : don't use RGGBR000 but copy it to an include in your namespace (Zxxx) and read the comments in the source.

At  least: Add some lines in FORM GET_EXIT_TITLES similar to add information on your exit that will be availabnle in OB28 and add your FORM at end of incmude) all is written in comment of RGGBR000 source.

Regards,

Raymond

0 Kudos
309

Thanks Raymond, Your advice always works.

My issue is resolved.

Cheers,

PS