cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error while executing Tcode FAGLL03

Former Member
0 Kudos

Hello experts

we have 2 clients in PRD

100,200

In 100 if i execute the tcode FAGLL03 it is showing the line items within 100 sec.

where as in 200 if i execute FAGLL03 it is showing runtime error.

if this executed in background it takes 1300 sec and finished successfully.

From basis perspective what would be the issue.

Regards

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

first you need to check the runtime error perfectly.

Please check the run time error symptoms and also Check SM21, with out this inputs we can't analyze the error situation or else post the same log here.

-Srini

Former Member
0 Kudos

Hello srini

Thanks for ur input

********************************************************************************************************************

Details

Recording at local and central time........................ 06.05.2009 14:03:30

Task................ 07522 / Dialog work process No. 00

User................ DEVAKUMAR

Client.............. 200

Terminal............ H2SBASIS

Session............. 1

Transaction code.... FAGLL03

Program name........ FAGL_ACCOUNT_ITEMS_GL

Problem class....... T Transaction Problem

Development class... SABP

Further details for this message type

Module name......... abinit

Line................ 1890

Error text.......... ab_chstat

Documentation for system log message AB 0 :

The specified runtime error has occurred in the system.

Parameter

a.. TIME_OUT

Technical details

File................ 000989

Position............ 0000261540

Entry type.......... l ( Error (Module, Row) )

Message ID.......... AB 0

Variable parts...... ab_chstat abinit 1890

this is the log got from SM21.

The runtime error is time out error

Regards

Ravi

former_member185031
Active Contributor
0 Kudos

As you are getting the message TIME_OUT that means the process is not able to execute in the specified time in Client 200, So you can check the parameter rdisp/max_wprun_time and increase the value.

Possible reason for this

Huge data on client 200 and not sufficient memory to execute in the specified time

Regards,

Subhash

Former Member
0 Kudos

Hi,

Subhash is absolutely correct. there may be a chace for the data differences in 2 clients.

check the rdisp/max_wprun_time parameter its restrict the maximum runtime of a dialog work process.

if required inceres the time. or else better to shceduled the same in Background.

Please have a look on the below links/guides.

http://help.sap.com/bp_bw370/documentation/How_To_Change_the_Maximum_Dialog_Runtime_of_a_Process_in_...

Note 25528 - Parameter rdisp/max_wprun_time

Hope the above information will helps.

-Srini