• IMPORTSIL a Purchase Order and getting No product-site Error.

    Hello All! I have some code that imports a text file to generate an inter-site purchase order. I am getting an error for every line that is "Inter-site: No product-site found, for the possible receipt sites!". When I import the file through the Usage…
  • Import Error just in GESOPP function

    Hi, Im trying to import some Sales Quotes (SQH) files through IMPORTSIL code. If I use the IMPORTSIL code in GESOPP function I get this error: If I use the exactly same code, with the exactly same file anywhere outside the GESOPP it works…
  • How to detect if there is an error on a Import on code using Call IMPORTSIL () from GIMPOBJ

    I am creating a Credit Note or Debit Memo under certain circumstances using: Call IMPORTSIL ("YBIC",filpath("TMP",YFILENAME,"TXT)) from GIMPOBJ If everything works OK a message is displayed for each Credit Note or Debit Memo created and that is fine…