Re: Differences between ECC on ABAP and ABAP on HANA
A comparison between the "standard ALV" and IDA ALV can be found in the offical help. A simple search had provided you the link. Comparison of ALV with IDA versus SAP List Viewer
View ArticleRe: Differences between ECC on ABAP and ABAP on HANA
hi i want know about differences between LTR and LTRC and LTRS T-Codes in SLT?
View ArticleHow to get Standard Deviation in HANA SQL for columns
Hi Experts , I have a requirement where I need to calculate standard deviation of values in different columns . For example here shown in picture , i need to calculate STDDEV based on values of AMT_1...
View ArticleExplicit length specifications are necessary with types C, P, X, and N in the...
Hi All, I am getting error when trying to create AMDP while optimizing one ABAP program.I saw some scn posts but that is not working for me. TYPES : BEGIN OF ty_zpia , qmnum TYPE...
View ArticleHow can we perform AMDP with multiple select-option and select queries
Hi Experts, i have one query. STEP 1.* select qmnum tplnr ingrp bautl arbpl* from viqmel* into table it_qmel* where iwerk eq p_iwerk and* ingrp in s_ingrp and*...
View ArticleRe: Explicit length specifications are necessary with types C, P, X, and N in...
Please remove the double "OF" in END OF of ty_zpia.Then you will get the correct error message: No component exists with the name "QMEL".
View ArticleExternal View with warning message
Dear Experts, I have created a attribute view in HANA, and now i trying to create the dictionary view for this as an external view in ECC. But when i try to active the created external view, it shown...
View ArticleRe: Getting error "Object directory entry R3TR INTF IF_YDPP_PRO_XXXX does not...
Using ADBC but does that issue involve any Patch upgrade or something ?
View ArticleSelect query with multiple material in select option error out
Hi Team,I have a Program which calls the HANA Sidecar, when material is entered in Multiple option it error out.It works fine when its given in Range or just single value.I have attached the selection...
View ArticleRe: Select query with multiple material in select option error out
For better exception handling why dont you use ADBC...
View ArticleRe: How can we perform AMDP with multiple select-option and select queries
Hi Prashant , you could try RSDS_RANGE_TO_WHERE , FM to change select option data into a string variable , which can be further passed in amdp class and used in apply filter method . CheersNeelabh
View ArticleRe: Select query with multiple material in select option error out
Hi Amol,Thanks for your reply. We are in process of converting objects to use ADBC, We might need to fix this now before moving to ADBC.Thanks,Gokul
View ArticleCDS Table Functions are Supported in HANA Only
Hello Guys, From SAP NW Rel. 750 supports CDS table functions which are similar to SAP ABAP AMDP. Is this feature is supported in all underlying databases? or supported in HANA only?...
View ArticleRe: CDS Table Functions are Supported in HANA Only
Hello Venkatesh, up to now there is only a support for HANA. Further details can be found here: ABAP News for Release 7.50 - CDS Table Functions Implemented by AMDP Regards,Florian
View ArticleHow to set internal number to the partner function while creating a BP in...
Hello Gurus I'm facing a problem while creating a BP in background, using the FM RFC_CVI_EI_INBOUND_MAIN .I am trying to create a new BP, I'm able to generate when I set the partner number in...
View ArticleRe: External View with warning message
Issue was solved by adding required system privileges: create remote data source,create schema and create scenario. Not sure which one make it works. i didn't try it one by one.
View ArticleRe: Calculated field in abap cds where clause
Hello Vinayak. Your WHERE clause must filter on a field from the table or view your are requesting from. KeyField is a field from your current view (view1). So if you need to filter on the field...
View ArticleHANA migration from BW system using DMO, error in Phase 20...
Hi, Running DMO for HANA migration from BW system, am getting error in phase 20 (attached screenshot). Checked SAPup log, referred to logfile 'BW_PSACLPARTNODIR.log'. It shows, Batchjob...
View ArticleRe: Explicit length specifications are necessary with types C, P, X, and N in...
Hi Thomas , Thanks for your help.It was missing and i was just able to find it out.It happens sometime.I implemented the AMDP.
View Article