cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to see enhanced fields in RSA6

Former Member
0 Kudos

hi,

I have enhanced the datasource 0FI_AR_4.I have added Business Area.But I not able to see it in RSA6.

Can you please suggest.

Regards,

meiy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Go to RSA2 and check field status,

if its not with A status than do as below:

try to update table roosfield with small program (SE38)

tables ROOSFIELD.

Update ROOSFIELD set SELECTION = 'X' where

OLTPSOURCE = '0FI_AR_4' and

FIELD = 'fieldname' and objvers = 'A'.

than again generate data source and deselect the hidden field option.

Dushyant.

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

Execute RSA5 and make that added field visible by selecting selection check box.

When we enhance the datasource, the added field is by default hidden.

Hope this will help

Former Member
0 Kudos

Hi,

I have checked the Append structure and Extract Structure,But both are in active.

Regards,

Meiyalagan

Former Member
0 Kudos

Hi,

Have u done any coding for that business area feild?,

I have enhanced the AR_3 data source with same feild but i have not written any code becoz Business area feild is coming from Source table, I am able to see my enhanced feild in my extract structure.

Have u got any errors or warnings while saveing ur append structure?..

Please check ur extract structure has appended with ur feild/structure in SE11 or SE 16.

Thanks,

Raja Reddy.

Former Member
0 Kudos

hi,

The extract structure is active.

The thing is,we are not supposed to update the table through program.SO please suggest.

regards,

Meiy

Former Member
0 Kudos

Hi Sap BW,

Extract structure will be active but append structure may not be active. Check whether append structure is active or not.

Regards,

Prakash

edwin_harpino
Active Contributor
0 Kudos

hi Meiy,

check

925398-RSA6: DataSource enhancement only visible after restart

also 912118 and 918587

or try to update table roosfield with small program (SE38)

tables ROOSFIELD.

Update ROOSFIELD set SELECTION = 'X' where

OLTPSOURCE = '0FI_AR_4' and

FIELD = 'fieldname' and objvers = 'A'.

replace fieldname with business area fieldname added in append structure.

hope this helps.

Former Member
0 Kudos

Hi,

Check whether the append structure to your extract structure is acitve or not . If it is inactive then activate it .

Regards,

Prakash