cancel
Showing results for 
Search instead for 
Did you mean: 

master data load

Former Member
0 Kudos

hello all,

while loading a master data text the request is <b>still running</b> for 4hours and that their r not more than 5lac records

where it is showing

<i>Data not received in PSA Table</i>

<i>Removing errors

Follow the instructions in the short dump.

</i>

where in ST22 the message is as follows

<b>error analysis

</b>After a certain length of time, the program is terminated. In the case

of a work area, this means that

- endless loops (DO, WHILE, ...),

- database accesses producing an excessively large result set,

- database accesses without a suitable index (full table scan)

do not block the processing for too long.

plz help me

regards

SAP

null

Accepted Solutions (1)

Accepted Solutions (1)

former_member184494
Active Contributor
0 Kudos

SAp,

it could be that any earlier data load process was stopped but the job is still running... If previously this took less time - stop the process and data load and start again.

Arun

Answers (4)

Answers (4)

Former Member
0 Kudos

ya i got data

Former Member
0 Kudos

Do you get fata by testing your datasource in RSA3 ?

Former Member
0 Kudos

have you checked the routines being involved in transfer rule?? If you can modify the logic to optimize the performance .. then I guess you can get rid of the endless loops ..

Also after checking it .. kill the job and start it again and see.

Regards.

Former Member
0 Kudos

hi

Optimize ur code in transfer rules

Dont use endless loops and try to reduce logically large datasets as result output

Hope this helps

Cheers

N Ganesh