Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3347

Custom Routine in OVA8 not working properly

$
0
0

Previously We have changed so credit management from confirm quantity to order quantity it was working fine. Now we have implemented custom routine in ova8 for checking cb only if so value changes,  and it should not go into cb if other than so value unchanged .Now the problem is while we change batch  or quantity at item level some times it works and sometime does not work properly.

code in routine:

 

IF XVBAK-NETWR LE YVBAK-NETWR.

*   no credit checks, if old net value not graeter the new net value,

*   but status are not reset


     MOVE CHARX TO BYPASS-SECURITY.

     MOVE CHARX TO BYPASS-STATIC_LIMIT.

     MOVE CHARX TO BYPASS-DYNAMIC_LIMIT.

     MOVE CHARX TO BYPASS-DOCUMENTVALUE.

     MOVE CHARX TO BYPASS-CRITICAL_FIELDS.

     MOVE CHARX TO BYPASS-REVIEWDATE.

     MOVE CHARX TO BYPASS-OPEN_ITEMS.

     MOVE CHARX TO BYPASS-OLDEST_OP.

     MOVE CHARX TO BYPASS-DUNNING_LEVEL.

     MOVE CHARX TO BYPASS-USER1.

     MOVE CHARX TO BYPASS-USER2.

     MOVE CHARX TO BYPASS-USER3.

     move charx to bypass-CREDIT_MANAGEMENT.

 

 

     EXIT.

 

 

     EXIT.

   ENDIF.


Viewing all articles
Browse latest Browse all 3347

Trending Articles



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