RFC CallReceive error<Function Z_AW_JOB_RUN

Hi,

I am using SAP BODS 3.2 to compare customer data between SAP MDM,SAP ECC and SAP CRM systems. I am using ABAPFlows for SAP CRM and SAP ECC customer data extraction. I have generated the abap code and manually pasted it in respective systems. When I run my batch job .I am getting the following error. Please help me out in resolving it.

error:

12386564 1 R3C-150412 8/9/2011 11:39:53 AM |Data flow DF_IG_CUSTOMER_GLOBAL_EXTRACT
12386564 1 R3C-150412 8/9/2011 11:39:53 AM RFC CallReceive error <Function Z_AW_JOB_RUN: The ABAP program lines are wider than the internal table… The ABAP program lines
12386564 1 R3C-150412 8/9/2011 11:39:53 AM are wider than the internal table.>.
9502780 1 R3C-150412 8/9/2011 11:39:53 AM |Data flow DF_IG_CUSTOMER_GLOBAL_EXTRACT
9502780 1 R3C-150412 8/9/2011 11:39:53 AM RFC CallReceive error <Function Z_AW_JOB_RUN: The ABAP program lines are wider than the internal table… The ABAP program lines
9502780 1 R3C-150412 8/9/2011 11:39:53 AM are wider than the internal table.>.


nagendra_bk (BOB member since 2011-08-09)

Ever happened to change the R/3 DF after sending the ABAP to the SAP System?


ganeshxp :us: (BOB member since 2008-07-17)

Hi Ganesh,

I have changed the data store as execute in background. I have regenerated the abap code from abapflow and manually pasted it in SAP systems programs. I am still encountering the same error.

Thanks,

Nag


nagendra_bk (BOB member since 2011-08-09)

Hi,

did you manage to solve the problem? Because I am encountering the same right now.

Daniel


dangermann :de: (BOB member since 2012-03-02)

I have come across this problem recently as we were trying to change the directory path in generated ABAP code . The error was caused because we put some comments in the code which makes the line width more then 72 char long (SAP ABAP std programming I believe). Once we trimeed our comments DS jobs are running OK.

Hope this helps.
Vinay.


vinays (BOB member since 2013-05-02)