cancel
Showing results for 
Search instead for 
Did you mean: 

0COORDER_ATTR

Former Member
0 Kudos

Hi Gurus,

The Data source 0COORDER_ATTR will read the data from AUFK table

now i have to enhance this data source with 3 fields from AUFK table

since the data source reads the data from AUFK table is it necessary to of ABAP coding in CMOD to fill the fields with data

Please clarify my doubt

Thank you

MSS:-)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, You will have to write the CMOD to fetch those 3 fields.

Former Member
0 Kudos

Hi Pratap Thanks for your reply and help full answer

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I had the same scenario earlier. We had some Z fields added to MARA table. I just had to append the fields to the datasource, 0MATERIAL_ATTR. No need of coding in CMOD.

Best Regards,

Murali Krishna K.

shanthi_bhaskar
Active Contributor
0 Kudos

can you able to see the records for those 3 fields in se16 ..If yes no need to write the CMOD logic if not you have to

Pravender
Active Contributor
0 Kudos

If you are enhancing the 0COORDER_ATTR then you have to write customer exit code in CMOD.