cancel
Showing results for 
Search instead for 
Did you mean: 

syntax for sql statment for SAP BW?

Former Member
0 Kudos

Hi Friends,

Am new to SAP BODS...

I have a global variable $G_check and inside the value field am trying to fetch data from SAP BW source..

sql( 'SBW_MSGReporting_DS01','Select Distinct REQUEST from '\B96\AROA1W00' ')

am getting syntax error ....am not sure how to give table name for SAP BW('\B96\AROA1W00') ...

can any one correct my sql statement ....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Best way of extracting data from BW is Open Hub or ABAP Data Flow. If your data volume is low even you can use normal data flow.

Try chaing \ to / because BW table names format /Bxx/xxxxxxx.

Regards,

Chenna.