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

Short dump in generated programs

Former Member
0 Likes
621

Hi All,

We have generated the report RMCA1375 using tcode MCS/ to copy the info structure S137 to S138. When the report RMCA1375 is executed its dumping with "DBIF_RSQL_INVALID_CURSOR".

As this is a generated report its not allowing me to modify it and I searched for OSS notes but not able to find any.....

Is there any solution for this?

1 ACCEPTED SOLUTION
Read only

former_member182354
Contributor
0 Likes
545

Hey please check your SQL query part as there seems to be something wrong with that..

Raghav

4 REPLIES 4
Read only

former_member182354
Contributor
0 Likes
546

Hey please check your SQL query part as there seems to be something wrong with that..

Raghav

Read only

Former Member
0 Likes
545

Hi,

Please paste the part of the code from the short dump, this will help us analyze the problem in more detail. Also try not to put a break point while executing it.

Best regards,

Kazmi

Read only

Former Member
0 Likes
545

Hi,

Can you try this report "RMCSISGN",and also this error has based on sql query,once you need to activate all the tables are TMC4, TMC4T, TMCB, TMC2K, TMC1K, TMC1D, TMC1KS, TMC1DS, TMC73.Try this.I hope ,it will help you

<=<< Sharing knowledge is a way to Innovative >=>>

By,

Yoga

Read only

Former Member
0 Likes
545

Hi All,

I have fixed the issue thanks for all ur replies....

Solution :

If the Generated reports has SQL commands then if any Z report has been created which has "COMMIT WORK " in it then this short dump will come when the second time the fetch command is executed. CALL FUNCTION "DB_COMMIT" has to be used where ever COMMIT WORK is used.

Siva