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 ArticleIssue 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 Articlemodule 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 ArticleRe: 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 ArticleSQL 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleSQL-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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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