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

SO Creation through RFC

krishna_k19
Contributor
0 Likes
706

Dear all,

    Greetings from my side..

I'm facing little bit tricky issue, the issue is while creating the SO through Program it is working fine and the same thing if we are using through RFC it is through dump if it is more than 200 line items. it is throwing time out error.

Here i'm attaching the which FM i'm using ..

BAPI_SALESDOCU_CREATEFROMDATA1

Please suggest your valuable suggestions..

Regards,

Krishna

Dear all,

    Greetings from my side..

I'm facing little bit tricky issue, the issue is while creating the SO through Program it is working fine and the same thing if we are using through RFC it is through dump if it is more than 200 line items. it is throwing time out error.

Here i'm attaching the which FM i'm using ..

BAPI_SALESDOCU_CREATEFROMDATA1

Please suggest your valuable suggestions..

Regards,

Krishna

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
674

Hi,

TimeOut is not an ABAP error, it's a security by the administrator.

Why didn't you create with IDOC ?   between two SAP it's more easy

regards

Fred

Read only

Former Member
0 Likes
674

Hi,

please check profile parameter rdisp/max_wprun_time.

It is set to value 7200 on our systems (default value is 600), but maybe you need another value.

You can use report RSPARAM to do that.

Regards,

Klaus

Read only

narendar_naidu
Active Participant
0 Likes
674

Hi,

As Fred mentioned contact your  security admin.

also Try using

BAPI_SALESORDER_CREATEFROMDAT2 and check documentation also.

regards,