Re: Two BO systems use same DS repository - how to detach?
Hi, i double checked the Adminguide of the IPS and DS but didnt found something. you could go ahead and create a temporary Repository via ServerA, register it in ServerB, delete it from ServerB and...
View ArticleRe: Recommended development approach for ABAP on HANA..
>ABAP has the referential integrity logic, locking, number range generation, etc. For these actions you should call back to ABAP for the Create/Update/Delete operations.Would the...
View ArticleRe: urzent:How to connect one ECC to multiple PI using ABAP proxy
Hi Krish,Check Rene Tiesma's blog Connecting SAP Proxy framework to multiple SAP XI/PI systemsor this Connect SAP Application System to multiple SAP PI Integration Server - Variant n°1Regards. Message...
View ArticleRe: SAP BPC 10 problems with logic Scripts
Something wrong was done during ifrs kit installation. Please, reinstall according to the manual. Vadim
View ArticleRe: Advice needed to host BEx apps in BI launch pad
Hello Brian, Analysis OLAP is like "BEx Web Analyzer". If you just looking for a report that people can view and don't need to complete analysis functionality then Crystal Reports or Web Intelligence...
View ArticleRe: Issues while Calling a WebRFC from Personas
Hi Abhi, In IE, Tools->F12 Developer Tools->Network Tab (Start capturing) {this option might not be there in ole IE}In Chrome, Tools ->Developer Tools ->Network TabYou will see all the...
View ArticleConfiguring sync/async SOAP->IDOC_AAE without ccBPM scenario
Hi There I am trying to configure a sync/async without ccBPM Integration Scenario which looks like this - SOAP -> PI -> IDOC_AAE. Please suggest the best approach for this scenario. I have read a...
View ArticleRe: Powerbuilder 15 Beta - Howto create a 64 Bit "Classic" application
Asked by beta testers, now we will add a numeric property in PB Environment object to mark whether it's a 32bit or 64bit process. The property name is ProcessBitness, value 32 for 32bit, 64 for 64bit....
View ArticleRe: SSM 10.0 takes too much time to update model
Hi Zimkhita, Thanks for your reply. The Basis team updated the DB statistics and the problem persist.
View ArticleRe: METHOD /RPM/CL_COLLECTION_O=>GET_ITEMS_REF()
Hi Gary,If you use transaction SE24, the ABAP class builder. You can find your class and it's associated methods and their parameters/exceptions. If you are new to programming in ABAP Objects, might I...
View ArticleRe: No infotypes found. Maintain infogroup modifier/user group
Hello, I have tried all the above mentioned suggested. All is configured even then I face the same problem. Is it because this is company's common ides? Please suggest RegardsJyo
View ArticleRe: How to debug from SRM Portal?
Hi Javier, It seems you were trying to create bid invitation in SOCO. And I think it should call function BBP_PD_BID_CREATE. Please also try to set a breakpoint at FM BBP_RFQ_FROM_SOCO_CREATE. Please...
View ArticleRe: Disassembly without using Disassembly Production Orders
Hi Anupam Sharma,Thanks for the info. We will try this.
View ArticleRe: Stock Movements report between selected Dates and Itemgroup criteria
Hi, Try second query, its working for me: Declare @fromDate Datetime Declare @ToDate Datetime set @FromDate = (Select min(S0.Docdate) from OINM S0 where S0.Docdate >='[%0]') set @ToDate = (Select...
View ArticleRe: Privilege Leave Scenario
Hi Priya, My concern is How it will get prorated in the mid of the month If employee joins before 15th he is eligible and after 15 he/she is not eligible . Solu:- If hire date is after 15th.......
View ArticleRe: IDM on Linux MxService.exe dispatcher problems...
Hi Andrew, I would suggest you to check the Java setting in MMC and the env variables. All the best !! ~ Krishna.
View ArticleRe: Delete Statement
hipraveen kumar delete FROM tabnamWHERE date <= '01.01.0001' and field = 'xxx'.I think it gives u the answer u required.regards,N.SUDHAKAR
View ArticleRe: Passing Function Module Tables Parameter to Local Class Constructor
Static constructor doesn't have interface parameters. Since its a local class , you have chance of modifying it with instance constructor and passing the values through it. Please read the sap help for...
View ArticleRe: dates issue
Hi Sandeep, i have end of probation date (termn).if emp request leave before this end of probation date then i should raise an error message.applies leave with two dates begda and endda. now the...
View ArticleRe: Principal decrease at rollover
Hi Jasmine, Thank you for your advice and your help from OSS too We will follow your advice and control at update type level. Thank you!Kind regards, Sei
View Article