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

Two Report Statements in Std. SAP Program SAPFGUSL

vijay_ravindran
Explorer
0 Likes
591

Hi,

I am an abap technical resource working on an issue which is causing a short dump while the functional resource is configuring additional currencies for ledgers in JVA. The procedure  which is used to replicate the short dump:

  • Go to T-code GJL2.
  • Double-Click on JVA Standard Ledger. (4A).
  • In the stored currencies tab, click on 2nd Currency or 3rd Currency -> short dump.

Additional Info:

Earlier, a customer include-CI_JVGFLEX04 was created in JVGLFLEXT with two custom fields. I am not sure if the issue is because of any config error related to this. Config done - add two fields  to the JV totals table JVGLFLEXT . Transaction code – FAGL_GINS

My findings:

I have found out that the short dump is occurring because of 2 Report statements in a Std. SAP program SAPFGUSL. Upon closer inspection, i find that all the subroutines defined in this program is repeated twice.

Please let me know if anyone knows what might be causing this weird issue in the Std. SAP program. Is it a Config. Error? How do i proceed?

Let me know if any further info is required.

Hi,

I am an abap technical resource working on an issue which is causing a short dump while the functional resource is configuring additional currencies for ledgers in JVA. The procedure  which is used to replicate the short dump:

  • Go to T-code GJL2.
  • Double-Click on JVA Standard Ledger. (4A).
  • In the stored currencies tab, click on 2nd Currency or 3rd Currency -> short dump.

Additional Info:

Earlier, a customer include-CI_JVGFLEX04 was created in JVGLFLEXT with two custom fields. I am not sure if the issue is because of any config error related to this. Config done - add two fields  to the JV totals table JVGLFLEXT . Transaction code – FAGL_GINS

My findings:

I have found out that the short dump is occurring because of 2 Report statements in a Std. SAP program SAPFGUSL. Upon closer inspection, i find that all the subroutines defined in this program is repeated twice.

Please let me know if anyone knows what might be causing this weird issue in the Std. SAP program. Is it a Config. Error? How do i proceed?

Let me know if any further info is required.

2 REPLIES 2
Read only

Former Member
0 Likes
560

Have a look at note 1626332.

Rob

Read only

former_member391265
Participant
0 Likes
560

I feel this is something related to Standard SAP. You need to check with Basis team or refer OSS notes. Thanks