BTP Destination Connection to S/4 HANA Private (onPremise)

Hi Expert,  I’ve configured BTP Destination as below:  a) without exact endpoint, I’m getting out of memory when loading the catalog. This destination is working in Business Application Studio to load the service but not on SAP Build App.     b) with exact endpoint of the service, I’m getting error 403.    Any idea …

BTP Destination Connection to S/4 HANA Private (onPremise) Read More »

BTP Destination Connection to S/4 HANA Private (onPremise)

Hi Expert,  I’ve configured BTP Destination as below:  a) without exact endpoint, I’m getting out of memory when loading the catalog. This destination is working in Business Application Studio to load the service but not on SAP Build App.     b) with exact endpoint of the service, I’m getting error 403.    Any idea …

BTP Destination Connection to S/4 HANA Private (onPremise) Read More »

AGGREGATION ON CDS VIEW and Filtering data with where clause issue

Hi, We have following case where in we have internal table data say ITAB (fields: matnr, werks) from previous CDS and lgort (Storage loc.) on selection screen Now, Need to get SUM of stock (MARD-LABST) at matnr level. meaning fetch from MARD based on ITAB matnr, werks, selection screen lgort and then SUM LAST as …

AGGREGATION ON CDS VIEW and Filtering data with where clause issue Read More »

AGGREGATION ON CDS VIEW and Filtering data with where clause issue

Hi, We have following case where in we have internal table data say ITAB (fields: matnr, werks) from previous CDS and lgort (Storage loc.) on selection screen Now, Need to get SUM of stock (MARD-LABST) at matnr level. meaning fetch from MARD based on ITAB matnr, werks, selection screen lgort and then SUM LAST as …

AGGREGATION ON CDS VIEW and Filtering data with where clause issue Read More »

Select-stament inside of Loop

Hello, i am stuck fixing this problem concerning ATC checks.  LOOP AT it_vbak ASSIGNING FIELD–SYMBOL(<vbak>).      SELECT knumv, kposn, stunr, kschl, kdatu, kherk, kinak         FROM konv               INTO TABLE @IT_konv               WHERE knumv = @<vbak>–knumv AND                     kdatu IN @s_kdatu AND                     kposn IN @s_kposn AND                     stunr IN @s_stunr AND                     kschl IN @s_kschl AND                     kherk IN @s_kherk AND                     kinak IN @s_kinak.    ENDLOOP. I want to compare the tables, but because of the structure of konv and vbak I can’t seem to find a solution.

Select-stament inside of Loop

Hello, i am stuck fixing this problem concerning ATC checks.  LOOP AT it_vbak ASSIGNING FIELD–SYMBOL(<vbak>).      SELECT knumv, kposn, stunr, kschl, kdatu, kherk, kinak         FROM konv               INTO TABLE @IT_konv               WHERE knumv = @<vbak>–knumv AND                     kdatu IN @s_kdatu AND                     kposn IN @s_kposn AND                     stunr IN @s_stunr AND                     kschl IN @s_kschl AND                     kherk IN @s_kherk AND                     kinak IN @s_kinak.    ENDLOOP. I want to compare the tables, but because of the structure of konv and vbak I can’t seem to find a solution.

Scroll to Top