cancel
Showing results for 
Search instead for 
Did you mean: 

How to extend standart exctractor 0INFO_REC_ATTR

Former Member
0 Kudos

Hi All! We have a standart exctractor 0INFO_REC_ATTR. And we have a table EINE and the field EINE-NETPR in it. How can I extend extractor with this field ? Maybe there is a standart ?

Regards, Alexander!

Accepted Solutions (0)

Answers (3)

Answers (3)

ravi_chandra3
Active Contributor
0 Kudos

Hi

First you append the structure and then unhide the field, and then go to the cmod and then write the customer exit code to populate the data as per the business requirement .

Please follow the below link

http://scn.sap.com/community/data-warehousing/business-content-and-extractors/blog/2012/08/11/abap-c...

former_member186316
Participant
0 Kudos

Hi ,

can you once again confirm that it's a error or warning , if it's a warning   then press enter when it shows .

i guess your problem will be resolved .

Former Member
0 Kudos

Yes, warning.No problem now

Former Member
0 Kudos

Hi,

Before writing the Code, Append the structure in the standard Data source.

After writing the Code, save and activate the Code.

Then Uncheck the Hide Checkbox from RSA6 -> double click the data source -> Uncheck ur enchanced field.

Once saved, Run the TCODE RSA3 by giving ur data source and execute.

Check whether, data is populating for your enchanced field. It will work out.

Thanks.

former_member213043
Active Participant
0 Kudos
Former Member
0 Kudos

Thanks PY!

Help me , please! I have created Project in CMOD, choosen Enhancement – RSAP0001,  when I try to add code in  include ZXRSAU02 - error

Program names ZX... are reserved for includes of exit function groups

Alexander

RamanKorrapati
Active Contributor
0 Kudos

Hi Alex,

double click on ZXRSAU02, go to inside, change mode and write requried logic to fill added fields.

or directly you can go to SE38, enter prorgam name: ZXRSAU02, change mode and maintain the logic and capture in new transport request to move further.

Thanks

Former Member
0 Kudos

Thanks, but when I double click - error.

Program names ZX... are reserved for includes of exit function groups

directly in se38 - Programm ZXRSAU02 not exist . What's the problem?

RamanKorrapati
Active Contributor
0 Kudos

Are you checking ECC  or BW system.. please check in ECC system, i tried on machine its opened.

Recheck in ECC system, SE38 - ZXRSAU02. other wise check with your collegue user and try to see, its opening or not.

Thanks

Former Member
0 Kudos

ECC   In other systems (ECC) - work

Former Member
0 Kudos

haha   answer is simply ))) just hit the enter button.

http://scn.sap.com/thread/170900

RamanKorrapati
Active Contributor
0 Kudos

But you said as error after clicking on the ZXRSAU02. hmm. good your on track.

ps: on SAP environment Warning message withl yellow status arealways igonrable.

Former Member
0 Kudos

RK! sorry )) thanks for help!

RamanKorrapati
Active Contributor
0 Kudos

Not a problem, we need get out of this problem asap.