Re: How to find if a table was a pooled table or cluster table in ABAP below...
Thanks for the answer!!so there is no FM or table which can give me the information regarding the table that it was a pooled table or a cluster table in the older system??
View ArticleRe: How to find if a table was a pooled table or cluster table in ABAP below...
Even if there is a function module, it would be querying the DD02L table itself
View ArticleRe: How to find if a table was a pooled table or cluster table in ABAP below...
Hi Sumit, so let me give you a general recommendation. When migrating (or better before), you can use the global code inspector check variant (or ABAP Test Cockpit ATC if you prefer) FUNCTIONAL_DB to...
View ArticleRe: HANA views call in ABAP ECC 6.0 via secondary connection
Hi Amol,if you would like to access HANA as a secondary database you have to maintain an entry in the connection table, otherwise you will not be able to access it at all (see...
View ArticleRe: HANA views call in ABAP ECC 6.0 via secondary connection
Hi Amol,what do you mean by "normal SQL"?Cheers, Jasmin
View ArticleRe: SAP ERP 6.0 Ehp5 to SAP HANA
Hi Selva, let me add the following information to Carine's reply. You can find information/guidelines for the migration to SAP HANA in the document http://scn.sap.com/docs/DOC-46714 and the document...
View ArticleRe: Strange Behavior in ALV IDA when aggregating
Hi Marko,my first thought is "null values due to an left/right outer join". But to properly investigate the issue, could you please open a ticket to the development colleagues (component...
View ArticleRe: HANA views call in ABAP ECC 6.0 via secondary connection
Hi Jasmin, We are going to maintain connection in DBCON table. Once connection done, we might use ADBC concept, that I have learnt from HA400. But I am bit worried because am going to implement it...
View ArticleRe: HANA views call in ABAP ECC 6.0 via secondary connection
Hi Jasmin, Just like we are accessing other database by using Native SQL same thing will goes with HANA.That may work? -Regards,Amol
View ArticleRe: HANA views call in ABAP ECC 6.0 via secondary connection
Hi Amol,don't worry... you have the experts around in this forum :-). Just let us know if there are any issues.Cheers, Jasmin
View ArticleRe: SAP ERP 6.0 Ehp5 to SAP HANA
You can also check the SAP HANA Essential book. It can be downloaded for free from here:http://www.saphanabook.com/?portal=sap&__toc=1 Peter
View ArticleRe: Type-ahead in Search help
Hi Peter, Thanks for reply.We are having ABAP 7.4 SP 4 and SAP GUI is 7.30 PL6 I tried with given code also but seems to be not working.
View ArticleRe: Type-ahead in Search help
Hi! the basic feature set of the type-ahead search is available with NW 7.40 SP4 and SAP GUI 7.30 PL6. However, in order to activate the type-ahead on the dynpro side, you need the method...
View ArticleRe: Type-ahead in Search help
Hi Sebastien,Thanks for SAP Note 1861491. I didn't know about it, but it's a nice reference.Cheers,Peter
View ArticleRe: Type-ahead in Search help
Updating SAPGUI is a good idea, otherwise I have no idea. Especially if you have the same SP level, same SAPGUI level and have the same program Peter
View ArticleRe: Database Procedure Proxies can only be created on ABAP systems running on...
Hi Shivam,is your primary database the HANA or is HANA used as a secondary database? You have to have SAP_BASIS at least 7.40 SP2 or higher and HANA has to be the primary database in your system. Let...
View ArticleRe: HANA views call in ABAP ECC 6.0 via secondary connection
Hi Jasmin, Finally i have managed to consume view in ABAP as database connection. A very big thanks to you giving expert support. Here below i have input parameter in HANA view but it is fetching...
View ArticleRe: HANA views call in ABAP ECC 6.0 via secondary connection
Very good :-) Cheers, Jasmin
View ArticleRe: How to find if a table was a pooled table or cluster table in ABAP below...
Hi Jasmin, Thanks for the reply! Yes this one I know and also I have seen in your course. I was just wondering if there is any table or anything where its mentioned so that I can find out if the...
View Article