cancel
Showing results for 
Search instead for 
Did you mean: 

Error with RSA3

former_member254358
Participant
0 Kudos

Hi,

I've the following errors:

The extraction program does not support object ZPEC1 (in red)

Object RSFHGEN2 of class RE and language EN does not exist.         (in green)

when running RSO2. The strange thing is that the datasource is made with a funcion module and this FM works fine if I check with SE37 transaction.

Can anybody help me?

Thanks in advance.

Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member976
Active Contributor
0 Kudos

HI,

can you check any mandatory fields is there for RSA3 exteaction while executing the data source.

if it FM it will work then data soruce will work.

can you send to us error screen shot.

Thanks,

Phani.

former_member254358
Participant
0 Kudos

Hi,

in the FM I'm using an structure. I mean in the Tables tab of the FM:

E_T_DATA like mystructure

I copied the RSAX_BIW_GET_DATA_SIMPLE and used like a model for my FM.

So I haven't mandatory fields. I don't know whether it is what you are asking me?

These are the errors:

Thanks.

Rushikesh_Yeole
Contributor
0 Kudos
Rushikesh_Yeole
Contributor
0 Kudos

Please check in SE61 if it exists or not?

I think ZPEC1 will be your info object. Please check consistency in RSA1 or in source system RSA6.

Former Member
0 Kudos

Hi David,

Without looking at the FM code exactly it is hard to tell the issue. However, as you are having custom datasource then I would think you are getting error because of following code in your FM:

So ideally what you have to do is mention your datasource name in the case condition, where i have hidden my datasource name . I would think that you have 'ZPEC1' mentioned in your FM code for CASE statement.

This is a standard code that is copied from standard datasource and you have to make change to it to your custom datasource name. I am positive that issue should be resolved by this.

Or else if possible please share your FM code.

Thanks

Amit

sander_vanwilligen
Active Contributor
0 Kudos

Hi David,

Please give us more information to be able to help you:

  • Which DataSource is giving an error;
  • The message class/number of each message and if available the long texts;
  • SAP Source System (e.g. ECC), Enhancement Package and Support Package level.

Best regards,

Sander

former_member254358
Participant
0 Kudos

Text and attribute datasource, both the same error (the FM is the same in both cases).

message Nº: RJ012

Error in the extraction

And in the log:

There are two messages, the first one in green:

The RSFHGEN2 of RE category and EN language doesn't exist.

message Nº: SF616

and the second one in red:

The extraction program doesn't support the ZPEC1 object.

Thanks.

Rushikesh_Yeole
Contributor
0 Kudos

Hi

Here RE means Report or function group . Go to SE80 and check program RSFHGEN2. Check if it is activated or not exists or same in both systems.

former_member254358
Participant
0 Kudos

Hi,

it exists and it's activated

RafkeMagic
Active Contributor
0 Kudos

what kind of object is ZPEC1?

former_member254358
Participant
0 Kudos

Text datasource or attribute datasource. The error is the same in both cases because the FM is the same.

Thanks.