Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
for "Outputs" I define the parameters like below:
Schema: row_sflight_1 (it have souce table fields MANDT,CARRID,CONNID,PRICE)
type(for iterate): table_input
TableName: "DATA"
Mapping: Mapping have source table field that are "MANDT","CARRID","CONNID","PRICE"
I am displaying result in tlogrow.
I am getting below error while executing the job:
"Exception in component tSAPInput_2
com.sap.conn.jco.JCoRuntimeException: (127) JCO_ERROR_FIELD_NOT_FOUND : Field MANDT is not a member of TAB512
at com.sap.conn.jco.rt.AbstractMetaData.indexOf(AbstractMetaData.java:404)
at com.sap.conn.jco.rt.AbstractRecord.getString(AbstractRecord.java:2866)
at sap_jobs.test123_0_1.test123.tSAPInput_2Process(test123.java:1024)
at sap_jobs.test123_0_1.test123.tSAPConnection_4Process(test123.java:368)
at sap_jobs.test123_0_1.test123.runJobInTOS(test123.java:1557)
at sap_jobs.test123_0_1.test123.main(test123.java:1423)"