2013 Oct 03 10:34 AM
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
2013 Oct 04 7:16 AM
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
2013 Oct 03 1:02 PM
2013 Oct 04 7:01 AM
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
2013 Oct 04 7:16 AM
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
2013 Oct 04 8:14 AM
Thanks Raymond, Your advice always works.
My issue is resolved.
Cheers,
PS