• 4GL- Calling IMPORTSIL from grid contextual menu (GBOUT1) doesn't work

    Hi, I'm facing a weird behaviour. In my specific, I've developed a routine that uses IMPORTSIL to add a new line to an existing sales order. This routine is simple: Reads current SOH data and generates a text file Add a new text line from parameters…
  • 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…
  • Using IMPORTSIL when running GIMPOBJ

    We developed a new import template with a call to another object importsil in the middle of the script. That same Object imports well alone, but when it is called inside another IMPORTSIL it simply stops. Is there any restriction to call IMPORTSIL inside…
  • 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…