Application Development and Automation 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: 
Read only

Report Writer

Former Member
0 Likes
689

hi

I have a Report writer Report "Statutory Income Statement". The output is based on Company code and Profit Centre Group. The report has a drilldown report assigned to it "RGGD1300 - Totals record display GD13".

When I Click on a line item for a Profit centre, I am able to drill down to transaction GD13, but when I click on a line item for a Profit Centre Group, I get ABAP dump as below.

"Runtime Error DBIF_RSQL_INVALID_RSQL

Exception CX_SY_OPEN_SQL_DB"

The termination occurred in the ABAP program "GP_GLX_ZZA01T" in "FETCH".

The main program was "RGGD1300 ".

L_COUNTER = 0.

C_S_CURSOR-SUBRC = 0.

WHILE I_PACKAGE_SIZE EQ 0 OR

L_COUNTER LT I_PACKAGE_SIZE.

FETCH NEXT CURSOR C_S_CURSOR-CURSOR

INTO CORRESPONDING FIELDS OF TABLE G_T_RECORDS

PACKAGE SIZE L_PSIZE.

Please Help.

Any valuable suggestions will be rewarded.

Thanks

Subin.

hi

I have a Report writer Report "Statutory Income Statement". The output is based on Company code and Profit Centre Group. The report has a drilldown report assigned to it "RGGD1300 - Totals record display GD13".

When I Click on a line item for a Profit centre, I am able to drill down to transaction GD13, but when I click on a line item for a Profit Centre Group, I get ABAP dump as below.

"Runtime Error DBIF_RSQL_INVALID_RSQL

Exception CX_SY_OPEN_SQL_DB"

The termination occurred in the ABAP program "GP_GLX_ZZA01T" in "FETCH".

The main program was "RGGD1300 ".

L_COUNTER = 0.

C_S_CURSOR-SUBRC = 0.

WHILE I_PACKAGE_SIZE EQ 0 OR

L_COUNTER LT I_PACKAGE_SIZE.

FETCH NEXT CURSOR C_S_CURSOR-CURSOR

INTO CORRESPONDING FIELDS OF TABLE G_T_RECORDS

PACKAGE SIZE L_PSIZE.

Please Help.

Any valuable suggestions will be rewarded.

Thanks

Subin.

3 REPLIES 3
Read only

former_member226999
Contributor
0 Likes
641

It sounds like a buffering issue with the database. Did you contact your basis team for this?

Read only

Former Member
0 Likes
641

hi

I have a Report writer Report "Statutory Income Statement". The output is based on Company code and Profit Centre Group. The report has a drilldown report assigned to it "RGGD1300 - Totals record display GD13".

When I Click on a line item for a Profit centre, I am able to drill down to transaction GD13, but when I click on a line item for a Profit Centre Group, I get ABAP dump as below.

"Runtime Error DBIF_RSQL_INVALID_RSQL

Exception CX_SY_OPEN_SQL_DB"

The termination occurred in the ABAP program "GP_GLX_ZZA01T" in "FETCH".

The main program was "RGGD1300 ".

L_COUNTER = 0.

C_S_CURSOR-SUBRC = 0.

WHILE I_PACKAGE_SIZE EQ 0 OR

L_COUNTER LT I_PACKAGE_SIZE.

FETCH NEXT CURSOR C_S_CURSOR-CURSOR

INTO CORRESPONDING FIELDS OF TABLE G_T_RECORDS

PACKAGE SIZE L_PSIZE.

Please Help.

Any valuable suggestions will be rewarded.

Thanks

Subin.

Read only

Former Member
0 Likes
641

No comments