cancel
Showing results for 
Search instead for 
Did you mean: 

Who has extracted succesfuly data from KONV.

former_member713182
Participant
0 Kudos

Hi all:

I created a generic extractor over an Infoset pointing to KONV, but in the extraction, I get the error message "Errors occurred during the extraction".

Anybody has sucessfully working the extraction from this table..? If so, please let me know the right procedure.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

dennis_scoville4
Active Contributor
0 Kudos

Since you would only be able to extract data from the KONV table using a custom Function Module, because KONV is a Pool/Cluster type table.

First, check the ABAP dump logs on your source system (tcode ST22) to determine if an entry was made for this error. If so, then it should pinpoint where the error occurred in the FM code and provide more details about the error being thrown. Otherwise, you will have to debug the extractor (tcode RSA3) to determine where in the FM that the error being thrown is occurring and what is potentially causing the error.