Quantcast
Channel: SCN: Message List - ABAP for SAP HANA
Browsing all 2110 articles
Browse latest View live

Re: Implementation of Suite on HANA for ERP, CRM

Hi Vijayakrishna,  recently I found this blog : http://scn.sap.com/community/abap/hana/blog/2013/07/10/how-to-guides-for-suite-on-hana--powered-by-sap-csa But this blog is under construction yet -...

View Article


Issue when creating ABAP project in SAP HANA STUDIO

Hi SAP Hana Gurus,Recently I have installed SAP HANA STUDIO, client after downloaded from OPEN SAP. I being ABAP developer tried to run my programs in SAP HANA.However when tried to create the project,...

View Article


Re: Issue when creating ABAP project in SAP HANA STUDIO

Hi Hari, do you have  role SAP_BC_DWB_ABAPDEVELOPER re. authorization object S_ADT_RES.Currently we have a restriction for SSO with 64 bit. But the authorization problem is not related to whether you...

View Article

Re: HANA stored procedure with IN param as table

Hello Lars , My requirement is as follows. - I have multiple selection parameters in R/3 , which I would be passing to attribute views and get the output using Procedures in HANA .I would be passing...

View Article

Re: HANA stored procedure with IN param as table

Last time I checked, ADBC does not support input parameter as internal table. I asked the same question after SAP TechEd 2012. But I don't know the current stage.  If you use SAP Netweaver 7.4, you...

View Article


module pool screen validation

Hi all..this is fiels     MATNR,       MAKTX.           ZVFROM ,DATE.       ZVTO_DATE  .   ZVCREATED_ON.               ZVCREATED_BY.           ZVCHANGED_ON.   ZVCHANGED_BY .using table control  in...

View Article

Re: module pool screen validation

Hi Ramakanth Reddy, Consider you have two fields field1 and field2 in the screen.On F4 of field1 you have a pop up having two fields which u got using "F4IF_INT_TABLE_VALUE_REQUEST" function module.you...

View Article

SQL Statement with min function

hi,  i have 2 tables. one contains OBJ_NAME and TRKORR and the other contains AS4DATE and TRKORR. In the first table are a lot of objects. One object is also named more than once. That means: 1 Object...

View Article


SQL Statement with min function

Found Solution. Sorry for the post.

View Article


Re: SQL Statement with min function

Hi Jan, no worries. Why not finish this thread and post the actual solution you found as well?That way everybody can get something out of it. - Lars

View Article

Re: SQL Statement with min function

SELECT p~obj_name min( as4date )  INTO CORRESPONDING FIELDS OF TABLE wa_obj_name  FROM ( e070 AS c         INNER JOIN e071 AS p ON p~trkorr   = c~trkorr )  Where as4date <= dat_bis and as4date >=...

View Article

Re: HANA stored procedure with IN param as table

Hi  Yes ,we are not yet into 7.4 , where i can use Data base procedures . By the way I have another issue with calculation views ,I am trying to read Calculation view data using SQL statement , but...

View Article

Re: HANA stored procedure with IN param as table

Hi, Ideally you should have opened a different thread for this issue, but can you please post the screenshot of the query and columns in the model. There could be some formatting issue, which happens...

View Article


SQL-Calculation view

Hello , I am trying to read Calculation view data using SQL statement , but when I have SQL for ex as below , it says invalid col name , though the col is present in the view output .select * from...

View Article

Re: HANA stored procedure with IN param as table

Hello, I have opened a new discussion thread for SQL issue with calculation view . But would keep this thread open to see if  i can get any idea on the original content of this thread . Thanks Shishupal

View Article


Re: SQL-Calculation view

Hi Shishupal, Can you please try using the double quotes: select * from"_SYS_BIC"."<Calc view name >"  where "_MAT0331_FrVaEx" ='X' This is with the assumption that your columns are defined with...

View Article

Re: HANA stored procedure with IN param as table

Hi Shishupal, Maybe you have to consider to use intermediate tables for your requirement. One to store the parameters selection and one to pass the table record back to ABAP. You call the precedure...

View Article


Re: HANA stored procedure with IN param as table

Hi Yeu Sheng, Thank you for the response.  Some what I understood about the proposed solution .Could you please explain with an example how to achieve this using ADBC classes of ABAP . With Best...

View Article

Re: SQL-Calculation view

Hi, No It did not worked .. ThanksShishupal

View Article

Re: SQL-Calculation view

Sorry it worked ....Thank you very much

View Article
Browsing all 2110 articles
Browse latest View live


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