cancel
Showing results for 
Search instead for 
Did you mean: 

0FI_AR_4 Enhancement

Former Member
0 Kudos

I have a requirment where i need to enhance the datasource 0FI_AR_4 but the fields are in the base tables BSID,BSAD. How should I proceed now? The same fields are in both the open items and closed items. Which one do i need to pick.Please Help

Points will be assigned.

Thanks

Sriram

Message was edited by:

SV S

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi SVS,

In the extract structure for 0FI_AR_4, there is an include structure called CI_BSID. Use this to include any fields from BSID table. This will help you avoid writing any code in the user exit to populate the values. Again this include is only for fields from BSID. Depending on your requirement, append the other fields from BSAD and populate them in the user exit. Hope this helps.

Thanks and Regards

Subray Hegde

Former Member
0 Kudos

YOu need to append a field extract structure for the datasource and write userExit for it, but regarding which field you need to pick up is really depends on what your requirement is, ask your functional person what the difference is and which one is needed. If nobody actually knows, you could get both the fields for now and make a decision later.

thanks.

Wond