Skip to Content
1
Nov 20, 2013 at 02:25 PM

Problem with BSEG Cluster Table in Calculation View

417 Views

Hi,

When I try to create a calculation view type SCRIPT to do a reading on BSEG cluster table, the system answers me that the table does not exist in the schema.

My goal is to make a combined view of multiple tables where the main join is BKPF-> BSEG. As I do?.

Best regards,

/********* Begin Procedure Script ************/

BEGIN

var_out = CE_COLUMN_TABLE("SAPHAD"."BSEG",

["MANDT", "BUKRS", "BELNR", "GJAHR", "BUZEI"]);

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

Message :

Internal deployment of object failed;Repository: Encountered an error in repository runtime extension;Internal Error:Deploy Calculation View: SQL: transaction rolled back by an internal error: invalid table name: Could not find table/view BSEG in schema SAPHAD