cancel
Showing results for 
Search instead for 
Did you mean: 

0UC_CONNOBJ_ATTR_2 Extension for this datasource table ADRC

former_member364171
Contributor
0 Kudos
550

Hello gurus!

How do you do... I hope all fine...

Well I have an issue with this datasource, it is necessary to make an extension from ADRC table, this extractor gets data from there, however, when I did the append and execute the RSA3 I didnt see data....

Why?

Thanks a lot

BR

Rocio

Accepted Solutions (1)

Accepted Solutions (1)

dennis_scoville4
Active Contributor
0 Kudos

Did you create the User Exit code in CMOD to extract and populate the needed data from ADRC? If you need to know how to do this, please let me know and I can provide that.

Edited by: Dennis Scoville on Aug 25, 2009 10:06 AM

Answers (1)

Answers (1)

former_member364171
Contributor
0 Kudos

Hi!

No, I dont create code, because the datasource gets data from ADRC table... Therefore I think that is not necessary, or shouldnot be

dennis_scoville4
Active Contributor
0 Kudos

Even though the source of this DataSource is ADRC, any field from ADRC that's not on the standard content would require a User Exit in order to populate the enhanced extraction structure.

The code delivered to populate the standard DataSource doesn't automatically extend itself whenever the structure has been enhanced. A User Exit routine would be the only way for the DataSource code to know how to populate that enhancement.

In this case (Master Data Attributes), the INCLUDE residing in the EXIT_SAPLRSAP_002 Function Exit would need to be enhaced to read the ADRC table to get the data needed.