Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3510

Re: xsodata: "Multiple resources found. Inconsistency between data model and service description found."

$
0
0

Okay, got it fixed. Maybe one of you need this example for joining two tables with CE

 

data as /********* Begin Procedure Script ************/

BEGIN

var_tableLabor = CE_COLUMN_TABLE ("TBASE_PUBLIC"."development.projects.tbase.data::TBASE.cds.Labor", ["LaborID"]);

var_tableLaborwert = CE_COLUMN_TABLE ("TBASE_PUBLIC"."development.projects.tbase.data::TBASE.cds.Laborwert", ["LaborID"]);

var_out = CE_LEFT_OUTER_JOIN(:var_tableLabor,:var_tableLaborwert,["LaborID"],["LaborID"]);

 

 

END /********* End Procedure Script ************/


Viewing all articles
Browse latest Browse all 3510

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>