Hi Experts,
I have scheduled a daily process chain for Purchasing.
The infopackage in the process chain loads 0 records from R/3 and shows green status but data is available in R/3. Its a FULL update.
But when I load the data manually the infopackage fetchs the record form R/3.
When I checked the background job in R/3 that loaded 0 records, the job gets finished abruptly without fetchig any data.
Please find the job log below:
-
Job started
Step 001 started (program SBIE0001, variant &0000000210024, user ID RFCUSR)
DATASOURCE = ZPUR_S600
*************************************************************************
Current Values for Selected Profile Parameters *
*************************************************************************
abap/heap_area_nondia......... 0 *
abap/heap_area_total.......... 0 *
abap/heaplimit................ 40894464 *
zcsa/installed_languages...... ED *
zcsa/system_language.......... E *
ztta/max_memreq_MB............ 2047 *
ztta/roll_area................ 3000320 *
ztta/roll_extension........... 2000683008 *
*************************************************************************
Job finished
-
But the background job for the request when I run the infopackage manually calls a function BW_BTE_CALL_BW204010_E (BTE) and fetches the record from R/3.
Please find the job log that fetches the record when run manually.
-
Job started
Step 001 started (program SBIE0001, variant &0000000210036, user ID RFCUSR)
DATASOURCE = ZPUR_S600
*************************************************************************
Current Values for Selected Profile Parameters *
*************************************************************************
abap/heap_area_nondia......... 0 *
abap/heap_area_total.......... 41230008320 *
abap/heaplimit................ 40000000 *
zcsa/installed_languages...... DE *
zcsa/system_language.......... E *
ztta/max_memreq_MB............ 2047 *
ztta/roll_area................ 3000000 *
ztta/roll_extension........... 2000000000 *
*************************************************************************
Call customer enhancement BW_BTE_CALL_BW204010_E (BTE) with 26,596 records
Result of customer enhancement: 26,596 records
Call customer enhancement EXIT_SAPLRSAP_001 (CMOD) with 26,596 records
Result of customer enhancement: 26,596 records
Asynchronous send of data package 000001 in task 0002 (1 parallel tasks)
Call customer enhancement BW_BTE_CALL_BW204010_E (BTE) with 26,596 records
Result of customer enhancement: 26,596 records
Call customer enhancement EXIT_SAPLRSAP_001 (CMOD) with 26,596 records
Result of customer enhancement: 26,596 records
Asynchronous send of data package 000002 in task 0004 (1 parallel tasks)
Call customer enhancement BW_BTE_CALL_BW204010_E (BTE) with 1,062 records
Result of customer enhancement: 1,062 records
Call customer enhancement EXIT_SAPLRSAP_001 (CMOD) with 1,062 records
Result of customer enhancement: 1,062 records
Asynchronous send of data package 000003 in task 0006 (1 parallel tasks)
tRFC: Data Package = 000001, TID = , Duration = 000001, ARFCSTATE =
tRFC: Start = 20110217 054648, End = 20110217 054649
tRFC: Data Package = 000003, TID = , Duration = 000000, ARFCSTATE =
tRFC: Start = 20110217 054652, End = 20110217 054652
tRFC: Data Package = 000002, TID = , Duration = 000001, ARFCSTATE =
tRFC: Start = 20110217 054651, End = 20110217 054652
Job finished
-
Kindly help me on this issue as why the job run through process chain is not fetchibg any records.
Regards,
Indhuja