Calling the Processing Work Center APIs

Access RDA for a report in which you want to add batch error messaging.

  1. Define all appropriate level breaks for the report.

    You need to analyze the events that logically group all errors. This typically happens at events in which all editing has been completed for a group of records or immediately after all editing for an individual record has occurred.

  2. For each level break established, call the business function for the level break message at the appropriate level break.

    The business function for the level break message should relate to the type of error grouping that you want to capture at the particular level break. For example, SetLevel_SFVoucher groups errors that are related at the voucher level break. For reports, this business function is typically called in the Do Section event. If the interconnect is blank, then the business function is not calling an action message.

  3. Call the JD Edwards EnterpriseOne Work Center error message business function immediately after the call to the level break message.

    This name of this business function is B0100011 and the description is Process batch errors to JDEM system.

  4. Refer to the Windows Help file of APIs to identify the appropriate parameters to pass.