cancel
Showing results for 
Search instead for 
Did you mean: 

error in RSA3

former_member188325
Active Contributor
0 Kudos

Hi ,

I am trying to extrct data from datasource 0CO_PC_PCP_03 in RSA3 and getting error as "The application program for the extraction of data requires a characteristic value for selection criterion PERIODE in order to deliver data. However, the request contains no such characteristic value"

help me pl.

regards,

murali.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Murali,

Goto ROOSOURCE -> Give the datasource name (0CO_PC_PCP_03) and find out what type of datasource it is. If it is based on view/table then find suitable values for PERIODE from the table/view. If it is based on function module then you would need to look at the code and find out from which table PERIODE is extracted.

As for the data type for PERIODE you can fine from the extract structure of the datasource in RSO2.

Hope this helps.

Bye

Dinesh

(Do not forget to assign points!!)

Former Member
0 Kudos

Murali,

The problem is very simple.

1. go to rsa6

2. go into change mode.

3. make a selection field for newly added field if want.

4. write abap code for filling the added field in exit.

5. put break-point in the code.

5. activate it properly

6. go to rsa3/6 and check the checkbox-debug mode

7. f8

hope this will helps.

mahantesh

Former Member
0 Kudos

Hi Murali,

Don't put range in the selection , Just put one period and try then it will be successful. Look into this function module "KKBW_PCP_ITEMS_GET_ITEMIZATION" and include program "LKKBW_PCP_ITEMSF03".

Hope it helps.

Santosh,

Message was edited by: Santosh Varma

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Murali,

From the error it looks like you have to fill the selection option for PERIODE and then test the extractor in RSA3.

Bye

Dinesh

former_member188325
Active Contributor
0 Kudos

Thnks for u r reply.Yes Dinesh,i tried with some values for PERIODE .Error message is "Invalid selection condition in the data request

Message no. R3 014".

how do i find out from which table data is getting extracted?

regards,

murali.

Former Member
0 Kudos

<i>how do i find out from which table data is getting extracted?</i>

For this chk out this blog if it helpfull to you.

/people/sap.user72/blog/2005/09/05/sap-bw-and-business-content-datasources-in-pursuit-of-the-origins

by Roberto.

Regards,

Rohini