Re: Parameterize schema name in AMDP for accesing different SLT replicated...
Thank you Sundar, I know that documentation and had already tried secondary connection, the problem is the only type of secondary connection which is supported is a service connection to the same...
View ArticleDeal with select-options inside AMDP
Hello Folks, Can anybody explain me how to use select options inside AMDP method. Regards,Amol
View ArticlePassing Internal tables and Select Options Simultaneously
Hi, I want to pass select options and internal table to a procedure at the same time. How can we do that?I know we can pass select options to Calculation View but in that case also AFAIK we cannot pass...
View ArticleRe: Passing Internal tables and Select Options Simultaneously
Hi Gaurav, U could filter the internal table data based on select option & then perform for all entries. Regards,Dhananjay
View ArticleRe: Passing Internal tables and Select Options Simultaneously
That's fine but still i need to filter the data from standard table(the table on which i am finally putting the SELECT FROM) as well on the basis of select options. Thanks,Gaurav
View ArticleRe: Cross Schema Table calls in AMDP
Hi Thomas & Jasmin, I have successfully implemented cross schema AMDP on 7.4 SP 09 as direction provided by you. Cheers, Amol
View ArticleRe: Passing Internal tables and Select Options Simultaneously
want to pass select options and internal table to a procedure at the same time ==> select option is a range variable. So, create a line type in the same format of range variable and use the same to...
View ArticleRe: Passing Internal tables and Select Options Simultaneously
Hi Sreehari, Thanks . I can create table types for Select Options but like you also said that i won' t be able to use them with my Select Query inside Procedure as we can't use IN there. Could you...
View ArticleRe: Data Overflow - SAP BW on HANA
Hi Andrew,quick question. You have a DB table, that contains a CHAR 20 column having that number (4812060) and selecting that into an internal table or structure with a RSKYFFLO domain field fails,...
View ArticleALV IDA Column Position Change
Hi Folks, Is it possible to change column position in ALV IDA programmatically if possible then how? -Regards,Amol
View ArticleRe: SAP ABAP
Hi Nagarajan, I am interested in moving to SAP environment, but i am stuck in choosing between - ABAP or HANA?? Which would you suggest for a person who works in other ERP application as techno...
View ArticleRe: Data Overflow - SAP BW on HANA
Hi Jasmin, Many thanks for your interest. We are running a BW system on HANA, so this is being managed by the interface between a PSA table in BW and a DSO in BW. The SQL is all generated by the...
View ArticleRe: ALV IDA Column Position Change
Hello Amol, you can influence the order of the displayed fields using the SET_AVAILABLE_FIELDS method of the IDA ALVs field catalog instance.Following you see a little example for the company code...
View ArticleRe: ALV IDA Column Position Change
Hi Florian, Your provided part of code is working and influencing the order of fields correctly. But suppose I have 100 fields, for that each fields I need to write 100 field names with...
View ArticleRe: ALV IDA Column Position Change
Hello Amol, you do not need to use the VALUE constructor expression, it is just a short form for the definition of the necessary internal table which defines the visible fields. You can define an...
View ArticleRe: ALV IDA Column Position Change
Thanks Florian, Its working. I have just changed order of field and passed in GT_VISIBLE_FIELD. GO_ALV_DISPLAY->DEFAULT_LAYOUT( )->SET_VISIBLE_FIELDS( EXPORTING...
View ArticleALV IDA Issues.
Hi Folks, I am creating ALV IDA from external views. 1. When I am trying to group any column, automatically 1s row comes with ungrouped manner. 2.When I am trying to un group each certificate number,...
View ArticleRe: ALV IDA Issues.
Hi Amol, it looks like bugs. Thus I'll recommend to open an appropriate CSS ticket on component BC-SRV-ALV so that the development team can have a look at it and eventually reproduce it in your...
View ArticleECC tables missing in HANA Developer Edition on AWS
Hi,I installed SAP HANA developer edition 1.0 Rev 80 on the AWS and all looks good. But when I try to find the ECC tables like MARA or KNA1 to do some exercises as mentioned online and in SAP study...
View Article