Search results

  1. S

    5.5.1.1 Supplier Holiday works for Planned Order, does it work for Firm Order too?

    5.5.1.1 Supplier Holiday works for Planned Order, does it work for Firm Order too. When I maintain a Planned Order date as holiday in 5.5.1.1 Supplier Holiday Mainten
  2. S

    Question Progress Procedure Taking Too Long Time To Complete.

    Hi Tamhas, Used the proper indexes comparing the xref output and indexes of the filenames. Program completes really fast now. Thanks a lot.
  3. S

    Question Progress Procedure Taking Too Long Time To Complete.

    Hi Tamhas, Thanks for your help. I tried formatting the code and put it below. Yes, filenames are from MFG/Pro. I will compile with XREF to see the indexes used in the program. for each prh_hist where prh_domain = global_domain AND prh_part = pt_part and...
  4. S

    Question Progress Procedure Taking Too Long Time To Complete.

    Below is the code snippet, Here is code is to get last invoice for the part, this code is inside for each pt_mstr loop, so this code is executed for each part. Can anyone help me out to reduce its completion time. for each prh_hist where prh_domain = global_domain AND prh_part = pt_part and...
  5. S

    Qad2014se - Customize - Sosomt.p - Generate Different Order Sequence

    Hi All, I need to customize sosomt.p program which generates the different types of orders with order sequence number starting with "AEM10000", "AEM10001", "AEM10002" like this, please help me out how can I do it. I do not find the standard program sosomt.p source code.
  6. S

    Cim To Sosomt.p

    Doing CIM to create sosomt.p to create sales orders, it is throwing a warning "Freight terms" error 1492 because of this, cim is consuming extra field for which the CIM format to going wrong. how to handle this warning?
  7. S

    Need Transaction Sample Codes.

    1. Suppose there are 99 records and we get error or press endkey at 98 record, transaction should skip that 98th record and complete the transaction for 99th record. 2. Suppose there are 99 records and we get error or press endkey at 98 record, transaction back out completely. Please do...
  8. S

    PROPATH issue in QAD EE 2011

    PROPATH=./,/data/qadpecrp,/data/qadpecrp/us,/data/qadpecrp/us/bbi,/data/qadpecrp /src,/data/qadpecrp/src/us,/data/qadpecrp/src/us/bbi,/data/qadpecrp/xrc,/data/qa dpecrp/xrc/us,/data/qadpecrp/xrc/us/po,/data/qadpecrp/xrc/us/bbi,/data/QDTpecrp/...
  9. S

    QAD Enterprise Edition - Propath for *.i files

    Does anyone know this, Error "Unknown variable name - global_domain" Where all the *.i files should be kept for the programs to read those... current propath is "/appln/qadapps/us/bbi/" And also I need to know where all the *.i files will be installed during the installation, and how to get...
  10. S

    can CIM program be written for fixed assets ?

    It worked using string operation. Thank You Etienne.
  11. S

    can CIM program be written for fixed assets ?

    I want to do write a CIM program for "Fixed Asset Maintenance (32.3)". Is it possible to update the fields "Override Accumulated Dep" and Override Depreciation Date" in the book details of the fixed assets using a CIM program. If it is possible to do, can I know the CIM format. I am using...
  12. S

    how to disable QAD's field for a wrapper

    I am using character interface
  13. S

    how to disable QAD's field for a wrapper

    I am writing a wrapper program for voucher maintenance (28.1), the requirement is, remarks to be entered upto 300 characters. Using overlay frame this customization is made in the program. But I want to disable the remarks field in the existing program of the QAD's field, so that user cannot...
Top