cancel
Showing results for 
Search instead for 
Did you mean: 

Fields in BIW_CSKB not appearing in RSA6 for 0costelmnt_attr

Former Member
0 Kudos

Hello Gurus,

Is there a possibility to enhance the 0costelmnt_attr extarctor?

the extract structure for the above datasource in the system is BIW_CSKB. The R3 release is 4.6C

I added new fields to the view BIW_CSKB through Append View activity

But these new ZZXXX fields do not appear in RSA6 for 0COSTELMNT_ATTR.

How to handle this situation? Thanks in advance

-Simmi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I added new fields to the view BIW_CSKB through Append View activity

what do u mean by that - that extractor is based on a view ... then where did you add the fields? Did you enhance the transaction itself to include the 3 new fields? Orelse you included 3 fields that are already present in the table to be included in the view?

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank yo u all

Former Member
0 Kudos

Here is the solution.

Steps

1.Enhance the CSKB table-- check with your ABAP and functional team

2.Append the view BIW_CSKB -GOTO Append view--cretae a append view straucture with the new fields added to CSKB

3.activate the structures well

4. check your ROSSFIELD table. you will have the fields with selection set to 'A'

5.write code to change the selection to 'X' or space as required

6.Once ROOSFIELD is changed, the new fields will appear in RSA6

7. wirte CMOD to populate the new fields

8. check in RSA3.

So, no need of custom extarctor!

Thanks

Simmi

Former Member
0 Kudos

First CSKB was enhanced with new append structure to include new fields and now I see those in the BIW_CSKB .

But I don't see them in RSA6. Why is this?

Thanks

Simmi

Former Member
0 Kudos

Simmi,

I don't understand why are you enhancing CSKB Table? try to enhance the Extract Structure. <u>Don't enhance CSKB Table, that may lead issues in your SAP Side Programs.</u>

Enhance your Extract Strcture from RSA6. still if you can't see the fields, You need to update ROOSFIIELD Table with required fields. Please check Forum you will find lot of threads.

Nagesh Ganisetti.