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

Validation for Exchange Rate

Former Member
0 Likes
1,225

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,040

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

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,040

Hi Purushottam,

Please check the below link

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

Read only

0 Likes
1,040

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,041

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

Read only

0 Likes
1,040

Thanks Raymond, Your advice always works.

My issue is resolved.

Cheers,

PS