Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3668

Exception condition "TEMP_REFBN_COOI" raised.

$
0
0

Dear experts,

      i have copied new purchase order document type "PL" from "NB",when i copied this purchase requisition to purchase order,occurs error:

Runtime Errors         RAISE_EXCEPTION

Date and Time          2009.12.19 11:49:46

 

 

 

Short text

     Exception condition "TEMP_REFBN_COOI" raised.

 

 

 

What happened?

     The current ABAP/4 program encountered an unexpected

     situation.

 

 

 

Error analysis

     A RAISE statement in the program "SAPLKAOI" raised the exception

     condition "TEMP_REFBN_COOI".

     Since the exception was not intercepted by a superior

     program, processing was terminated.

 

     Short description of exception condition:

 

 

     For detailed documentation of the exception condition, use

     Transaction SE37 (Function Library). You can take the called

     function module from the display of active calls.

     -

   67       perform vb_cooi_pi_insert tables t_cooi_del

   68                                 using ld_timestmp.

   69     ENDIF.

   70     PERFORM vb_cooi_delete TABLES t_cooi_del.

   71   ENDIF.

   72

   73 ** Check temporary numbers

   74   LOOP AT t_coep WHERE objnr    IS initial OR

   75                        objnr(2) = 'TM'.

   76     RAISE temp_objnr_coep.

   77   ENDLOOP.

   78   LOOP AT t_cooi WHERE refbn = space OR

   79                        refbn(1) = '#'.

>>>>>     RAISE temp_refbn_cooi.

   81   ENDLOOP.

   82   LOOP AT t_cooi_del WHERE refbn = space OR

 

who can tell me the reason?

 

Edited by: merry zhang on Dec 19, 2009 5:18 AM


Viewing all articles
Browse latest Browse all 3668

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>