dear friends,
currently the following substitution logic is executed for all the company codes(A,B,C):
if the G/L accounts range(110000 to 119999)
profit center should be constant 1000
now the business wants the requirement to be changed :
if the company code is A, G/L accounts range(110000 to 119999)
profit center should be 1111
if the company code is B, G/L accounts range(110000 to 119999)
profit center should be 2222
if the company code is C, G/L accounts range(110000 to 119999)
profit center should be 3333
Pl let me know the following:
1)whether should i go for the 3 seperate substitution logic for the 3 individual company codes by taking the profit center as constant for an each and every company code or it can be resolved by the user exit(by seeking the help from ABAP Team) for all the comapny codes in the existing substitution logic.
Thanks,
Hk