Re: Delete filter option grey out using set_table_for_first_display
hi all, this is a support issue and just now i found whats the problem.a perform FILTER_RECORDS is written in HANDLE_USER_COMMAND event now my problem is he is manually doing the filtering process and...
View ArticleRe: Delivery split
Have a look at the following notes:- Note 355404 - Why was there a delivery split during creation?Note 1461604 - Delivery Split Occurs G. Lakshmipathi
View ArticleRe: Delete filter option grey out using set_table_for_first_display
Hii Ujwal, then it's strange. Generally if the filter is set then delete filter option will be automatically enabled. Are you able to get the filter symbol on the field on which set filter in the...
View ArticlePerformance issue while joining GLPCA & MARA
Hi All, I need to fetch chunks of data from GLPCA & MARA tables .I have tried inner joins, for all entries as well as cursors one by onebut there have been no significant improvement in the...
View ArticleSAP to TMS scenario?
Hi, I have a scenario where SAP ECC would be on the sender side and a TMS (Transport Management System) on the receiver side and the mode of communication would be of synchronous type. PI will act as a...
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: Saving Analysis Workbook to BI Folder
Hi Amit, you can grant access explicitely with these settings:Normally it should also set in the predefined "Full Control" Access Level. But in your error message there is also a hint to the connection...
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: How to find genil class for bol entity
Hello Tim, To find Handler class for Genil object we use 'GENIL_MODEL_BROWSER' or 'GENIL_MODEL_EDITOR' for 7.0 EHP1 ot higher. Navigate to GenIL object, you can find handler classwe don't have handler...
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 Article