I am getting NULL or EMPTY value as output while tying to create Purchase Order using BAPI_PO_CREATE function from Invoke BAPI Activity. I have installed SAP .Net Connector and Microsoft C++ redistributable. Also I have followed the below video for process creation. Please help me resolving the issue, I am getting an EMPTY VALUE as output.
Thanks for the Reply. The process is not giving any kinds of errors. I haven’t turned on Continue on Error. The test connection is successful. The process is not failing and also not providing an output (which should provide purchase order number as an output).
@Anil_G
Here in the image shown, I am providing input with 5 columns for DT_H and 3 columns each for DT_I and DT_IS datatables. I have checked in log messages regarding the columncount which is giving output as (DT_H-5, DT_I-3, DT_IS-3), whereas in local panel, I see there are 64 columns for DT_I and 17 columns for DT_IS but DT_H remains with 5 columns. Could you please help me regarding this.