Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Report RV13ANAH could not be generated

Former Member
0 Kudos

Hello Experts,

I have one issue. In VK13, I give the condtion type and click the Condition information button. I get the error as Report RV13ANAH could not be generated. The program RV13ANAH has syntax error which I found out. The error is table A902 doent have a field KFRST and KBSTAT. But the program has these two fields in the SELECT statement

SELECT * FROM A902 into table t_A902

WHERE KAPPL = KAPPL

AND KSCHL = KSCHL

AND AUART_SD IN F001

AND VKORG IN F002

AND KUNNR IN F006

AND KFRST IN F007

AND KBSTAT IN F008.

I need to remove these two fields from the program. But i believe this can be done only by generating the table or access or access sequence or doing some settings in the customizing. I do not know what exactly to be done. Could anyone please let me know what needs to be done.

Cheers,

Balaji

3 REPLIES 3

venkatesan_nagiah
Active Participant
0 Kudos

Hi Balaji,

Use T-CODE - KE4A to change condition table 902.

Venkat

0 Kudos

Hello Venkatesh,

In KE4A, I dont get 902 table at all. any other clue.

Cheers,

Balaji

0 Kudos

I thinks your table fields of access sequence and condition table is not match, try to re-generate the access sequence.