public class HeadTextMapper extends TextMapper
Responsible to map texts between LO-API and BOL layer
  • Constructor Details

    • HeadTextMapper

      public HeadTextMapper()
  • Method Details

    • init

      public void init()
      Description copied from class: BaseMapper
      Bean initializer.

      Check if all mandatory values injected, else throw runtime error.

      Specified by:
      init in class BaseMapper
    • write

      public void write(Header header, com.sap.conn.jco.JCoTable textV, com.sap.conn.jco.JCoTable textX, com.sap.conn.jco.JCoTable objInst)
      Writes header text information from BOL to JCO tables used to update the sales document in LO-API
      Parameters:
      header - BOL representation of header
      textV -
      textX -
      objInst -
    • read

      public void read(com.sap.conn.jco.JCoTable etHeadTextV, Header head)
      Reads header text from JCO table provided by LO-API
      Parameters:
      etHeadTextV -
      head - BOL representation of header