cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement 0fi_ar_4

Former Member
0 Kudos

HI all,

I have a field ZONE in a Ztable which has to be taken into BI to show collections zone wise.So I have identified a DS 0fi_ar_4 for the rest of the fields to take into BI to create collections report.

Now my question is can I enhance the standard DS 0fi_ar_4 with Zone field?

If yes then pls tell me how to enhance the field into this DS and populate the data?

Please provide me the enhance code in detail......

Thx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

Always customaization is possible based on the standard data source and the custome table, for these min you have the uniques fields in both the sides (in your data source and custom table).

please check for the uniques fields, if you have then you gor the enhancment by writing code in the CMOD

Regards,

Chandra.

Answers (1)

Answers (1)

former_member186445
Active Contributor
0 Kudos

you can enhance the ds in RSA6...add a Z append structure and insert your extra field.

to populate you need to use the user-exit (include ZXRSAU001).

in your user exit you must now read youir Z table with the key (that should be available in FI_AR_4...else you took the wrong DS)

BUT, this is a delta DS, meaning that if a change is made in your Z-table, this will not lead the record to be in the delta queue, hence the modif is not transferred to bw.

search the forum for more info on how to code a user-exit. many examples are available

M.