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

FI validation user exit

former_member533538
Participant
0 Likes
15,909


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.

6 REPLIES 6
Read only

Former Member
0 Likes
7,414

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

Read only

Former Member
0 Likes
7,414

Hi Damon,

This is the exit which u can try for tcode ob28:  RFEPOS00

Regards,

Vineesh

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
7,414

Put a userexit option validation and code it.

Nabheet

Read only

RaymondGiuseppi
Active Contributor
0 Likes
7,414

Read first SAP online documentation at User Exits in Validations/Substitutions/Rules.

Regards;

Raymond

Read only

former_member533538
Participant
0 Likes
7,414

Thank you,i use the Complete document to solve this issue.

Read only

0 Likes
7,414

This message was moderated.