Application Development 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: 

SO Creation through RFC

krishna_k19
Contributor
0 Kudos

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

FredericGirod
Active Contributor
0 Kudos

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

former_member195402
Active Contributor
0 Kudos

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

narendar_naidu
Active Participant
0 Kudos

Hi,

As Fred mentioned contact your  security admin.

also Try using

BAPI_SALESORDER_CREATEFROMDAT2 and check documentation also.

regards,