error: unable to contact primary site; to hanadbp:30102
Hi, I am in process to configure HANA replication between HANA production and HA system. while following configuration steps in Secondary system i am getting following error....
View ArticleRe: error: unable to contact primary site; to hanadbp:30102
Hi, I have followed below mention scn blog and it works for me. https://scn.sap.com/thread/3897772 RegardsSunil
View ArticleTable that stores the information of all custom table in ECC which are...
Hi AllGood Afternoon. Is there any such table in SAP that stores all the custom table names which are maintained by SM30 transaction.Actually my requirement is to segregate the table that are...
View ArticleEnhanced Search Help and weird input field length limitations behavior
Hey folks, I am experiencing some 'weird' behavior with an enhanced search help on a classic SAP dynpro field. The current setup is: ABAP 7.40 SPS11 on HANAclassic dynpro screenan input field with a...
View ArticleRe: How to convert a timestamp to date/time in CDS View?
There is now a function you can use in CDS views: tstmp_to_dats( timestamp, abap_system_timezone( $session.client,'NULL' ), $session.client,...
View ArticleRe: ADBC Insert Query not working
Hello Sumit, how does the structure of your internal table lt_materialid and the structure of the db table (identified by c_tab_name) look like? Do the columns for which you wanna insert data match?...
View ArticleRe: ADBC Insert Query not working
As suggested by Florian you can get exact message in exception. As well as you can check the user used for secondary DB has appropriate rights. -Amol
View ArticleRe: ADBC Insert Query not working
Hi Florian, Thanks for the reply!! The structure for both Internal table and Database table are same. Both have 3 columns. When I dig deep into the exception it is just giving "EXTERNAL ERROR". Same is...
View ArticleRe: ADBC Insert Query not working
Hello Sumit, can you show the structure of the table and the internal table + one data record you try to insert and which fails. Thx.Florian
View ArticleRe: ADBC Insert Query not working
Hi All, The problem for INSERT is solved. Since I am having 3 columns in my internal table, so the INSERT statement has to be changed. it should be INSERT INTO dbtab VALUES ( ?,?,? ). with 3 questions...
View ArticleATC Configuration
Hi All, I have couple of questions relating to ATC. 1. While setting up the variant for ATC in SCI transaction, when we enable the search operation "Search DB Operations", it searches all the SELECT...
View ArticleRe: ATC Configuration
Hi All Found note : 2275317 - Specify operation kind (select, insert, update, …) in Code Inspector check “Search DB Operations” if any body from product development here --- are there any chances to...
View ArticleSU01 sap user documentation field name
Dear Experts, We want to add new text in user documentation tab in SU01--> documentation tab, through Z program, But we are unable to find table name or function module to update this field,...
View ArticleS4 HANA not having application for Quotes(similar to SD_MYQUOTES of EHP7 ERP...
Hi All,Please suggest the right option. We have implemented an extension of the application sd_myquotes in ECC ehp7 where we found in the component in package UIEAAP01. My questions are:1) Does any one...
View ArticleUnder which schema can we find the CDS view created by developers?
Hi Experts,I have created a CDS view in ABAP perspective, named "ZCDS_DDL_IP_TEST3" in $TMP package. as shown in the below screen shot.Now when i tried searching the same in the HANA modeller...
View ArticleColumn value as null in ABAP program while calling Calculation View
Hi All, I have created a scripted calculation view which data from multiple standard and custom tables. The output in hana studio is like below (all output fields are nvarchar type) Doc NumberColumn...
View ArticleRe: Under which schema can we find the CDS view created by developers?
Hello,Mohammed Pavanna wrote: Hi Experts,I have created a CDS view in ABAP perspective, named "ZCDS_DDL_IP_TEST3" in $TMP package. as shown in the below screen shot.ZCDS_DDL_IP_TEST3 is ABAP DDL...
View ArticleRe: Column value as null in ABAP program while calling Calculation View
Hello Vijay, how do you consume the calculation view on the ABAP side? Via an external view or via ADBC or ...? How do you visualize the data. There can be several reasons for the issue depending on...
View ArticleRe: Column value as null in ABAP program while calling Calculation View
Hi Florian, I have used native sql to consume the view and the data is shown in form of a ALV grid. Please suggest. Thanks,Vijay
View ArticleRe: Column value as null in ABAP program while calling Calculation View
Show us some coding, otherwise it is a kind of quiz to find the specific problem out of the possible ones.
View Article