Skip to Content
0
Former Member
Jul 22, 2006 at 09:29 AM

Dump while using SUPPLY... DEMAND (CONTEXTS)

45 Views

Hi,

I am working on a Z program in which i have to download data from various tables and update a Z table...To increase the performance of the program i have made use of SUPPLY DEMAND via context and i have used 2 function modules in the context(One type T and another type P).The program is working perfectly fine in the dev system and not giving any errors but in the test system it gives a dump saying that "CONVT_NO_NUMBER" ,it cannot interpret a company code which is char field as a number...even when that company code is not present in the internal table fields and the clear buffer is being done for the server...

I have also used field symbols for performance improvement so is there any possible way due to which this problem can arise.

Regards,

Ricky