‎2014 Mar 10 4:11 AM
hello experts,i want to implement a user exit to validate the FI document items condition combination in the TCODE ob28.
As below example:
if the credit item's G/L account is 123456,then the debit's G/L account must be 789012,how could i achieve it ?Thanks you in advance.
‎2014 Mar 10 4:18 AM
Hi Damon,
If you want to do validation we have two option.
1. FI consultant can do without exit or any program change with simple validation.
2. Copy the standard validation i.e RGUGBR00 and create new ZRGUGBR00 and give create new validation i.e form and write the logic.
same thing add in GGB0 as exit.
assign program ZRGUGBR00 in t-code GCX2.
Regards,
Raman
‎2014 Mar 10 6:11 AM
Hi Damon,
This is the exit which u can try for tcode ob28: RFEPOS00
Regards,
Vineesh
‎2014 Mar 10 6:18 AM
‎2014 Mar 10 7:26 AM
Read first SAP online documentation at User Exits in Validations/Substitutions/Rules.
Regards;
Raymond
‎2014 Mar 12 2:47 AM
‎2014 Mar 12 4:29 AM