Creating Purchase Info Record in SAP
问题 I am trying to create a Purchase Info Record (ME11) in SAP using the below JCo code: It executes without fail and throws no error, but i am not able to get the newly created info record in SAP. In ME13 it says info record not found. Can i know what am i missing? IFunctionTemplate ft1 = mRepository.getFunctionTemplate("ZME_INITIALIZE_INFORECORD"); JCO.Function function1 = ft1.getFunction(); mConnection.execute(function1); IFunctionTemplate ft = mRepository.getFunctionTemplate("ZME_DIRECT_INPUT