cancel
Showing results for 
Search instead for 
Did you mean: 

Copy full table using BPL without selection criteria

Former Member
0 Kudos

Hi,

I created BPL for transfering FULL table but it fail's asking me to create the parameters.

I can see the pararmeters where i have to provide some selection criteria to reduce the table.

Is there anyway i can copy an Entire table ( say 5 lac records ) from sender to reciever system.

Appreciate your help !!

Adithya B

Accepted Solutions (0)

Answers (1)

Answers (1)

ThomasZloch
Active Contributor
0 Kudos

5 lac is 500,000 to the Westerners, right?

I once learned that BPL is designed to move a few thousand objects (i.e. block of logically related tables) at most. Maybe this has changed since.

Independent of this, you can always come up with a selection criteria that includes all of the records in the source system, e.g. '0000000000' to '9999999999' for a NUMC10 field.


Thomas