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

Service PR Creation

Former Member
0 Likes
684

Hi,

I am working on Service Purhase Requistion creation.For this i am using BAPI_REQUISTION_CREATE.If i am giving incorrect input values system immedatily showing the error.whenver i am giving correct input values.system at status bar its displaying

Comparing Service for Source 

.

Like this its coming.finally Time limit exceeded is showing. Can any one suggest the solution for this.

Thanks in Advance

regards..........Kishore

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
640

try automatic_source = 'X'

Also try to debug and check the area where it gets delayed, so that you will able to know the reason.

Hi,

I am working on Service Purhase Requistion creation.For this i am using BAPI_REQUISTION_CREATE.If i am giving incorrect input values system immedatily showing the error.whenver i am giving correct input values.system at status bar its displaying

Comparing Service for Source 

.

Like this its coming.finally Time limit exceeded is showing. Can any one suggest the solution for this.

Thanks in Advance

regards..........Kishore

4 REPLIES 4
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
640

Did you try the same inputs in standard transaction ?

Read only

0 Likes
640

Hi Keshu,

I was tried with same input values in standard screen transaction without showing any error system allowing to create Service Purchase Requistion.

reagrds..........Kishore

Read only

0 Likes
640

I got the solution for this.Actually its going to infinite loop in routine / GLIEDERUNG_AUFBEREITEN.Whenever input values for service line no and external line number are the same its going to lnfinite loop.If we are taking line number and external line number different means for example line is 1 and extline number is 10 in such case it will not entered into infinite loop.

regards...........Kishore

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
641

try automatic_source = 'X'

Also try to debug and check the area where it gets delayed, so that you will able to know the reason.