Re: Re-using Table Variable in Procedure
Thanks Florian and Serigo, Actually my logic goes as below:var1 = SELECT * FROM table1;var2 = SELECT * FROM table2;join1 = FULL JOIN between var1 and var2-- hereon I do not need contents of var1 and...
View ArticleRe: ATP checking period
Razvan,I must assume that you don't fully understand expert Raghavendran's response. His method is the method commonly used to solve your business requirement, and it is SAP standard. In V_V2, all...
View ArticleRe: Layout manager in B1 Gui?
I have set the position in the form_resize event, now the controls are set among each other.
View ArticleIQ 16 SP08 or higher on linux Red hat 7.x
Hello guys,Is there any URL or doc available for checking if SAP IQ 16 SP08 or higher is certified/supported on Red hat 7.x?Couldn't find anything on PAM, just up to RH 6.x Thanks RegardsJose
View ArticleRe: Webi throwing error !!
hi, Nothng happns !! and if i don't use Year(), then how can i get year which i need for another column
View ArticleFlavor not getting transported
All, I have created a new flavor in Development System (Tcode - SU3). In order to move it to QA system, I locked it in a transport and imported into QA but the flavor did not get transported. Any idea...
View ArticleRe: Line break in message strip
Thanks, \n worked fine for line breaks. Please let me know about formatting tags, like bold, underline and italics.
View ArticleProcedure call in Multi Tenant database
Hi All, We are working on a multi tenant HANA system where TENANT A is for our BW system and TENANT B for our consolidation system. I have a HANA SQL procedure (hdbprocedure) that is created in TENANT...
View ArticleAccess plan calculation error in sender system for filtering approach
Hello All, I am filtering MARA data with selection criteriaSelect * from MARA where (MTART = 'UNBW' OR MTART = 'VERP') AND (SPART = '00') I made entry in DMC_ACSPL_SELECT table asBut job is going into...
View ArticleHow to disable the Verticle scrollbar inTextEditor
Hi All, I am having text edit control ( cl_gui_textedit ) using custom container in my report. The problem is that i do not want the vertical scroll to appear. is there any way of doing this?PLease...
View ArticleERP and CRM tables replication scheduled for more than 48 hrs
Hi All, I am setting up hybris marketing server integrating it with SAP ERP and CRM servers. During the technical configuration intial setup task , ERP and CRM triggers were created and the table...
View ArticleRe: Web Dynpro Explorer Tool Not Navigating From Preview Area
In my specific case, migrating from IE9 to IE11 solved the issue.
View ArticleRe: Options to pass language to UI5 Applications
SAPUI5 SDK - Demo Kit languageType: stringDefault value: user languageURL: YesModifiable at runtime: NoThis configuration parameter defines the language that shall be used for localized texts,...
View ArticleRe: DBIF_RSQL_INVALID_CURSOR with BW extraction
That's SAP's standard generated code for the extractor. I think that I_package_size is how many records go into a trfc for the info idoc and l_psize is how many records are being retrieved from the...
View ArticleRe: SAP HANA as primary database
Hi Neeraj, SAP HANA as primary database is for Business suite applications. All business suite applications like ECC, CRM, SCM etc run on top of HANA database. These applications with HANA runs in same...
View ArticleRe: SYSTEM COPY FROM KERNEL 740 TO 742, homogeneous or heterogeneous?
Hi Ali. Before migration you can perform the kernel & Oracle DB upgrade on existing system and then finally do the HA migration. RegardsSS
View ArticleRe: Runtime values of internal table
But WHY do you want to do this ? Why dont you call the child programm directly ? I am confused about your motives. It looks to me you are just putting a hypothetical case here. I don't see why you want...
View ArticleRe: Partners Determination Issue on Sales Order Level
Hi Christophe. I am create business partner and Sales order in SAP CRM System only. I think standard pdp setting somebody changed, that case how can i get back those pdp settings.
View ArticleRe: sum where inlist help....
Hi, If you do not want to create variables in every report then create one object at universe level.Based on the grouping you want use Case statement and grouped values in the single value. LikeCASE...
View Article