Re: SAP PI integration with Hybris System
Hi, Hybris is a Java-based system, so, can use SOAP, or REST, or JAVA Proxy. PI REST Adapter - Blog Overview Best Regards. Baroni
View ArticleRe: how to identify delta based on timestamp column
On weekends, I need to load full data. For this I need to truncate the table first.I created custom function for truncating a table as follows. sql( 'DS_BQ_DEV', 'TRUNCATE TABLE {$TableName}');return...
View ArticleRe: Running out of memory with a large cross tab, how to resolve?
Are you using "Page N of M" or "Total Pages" in your report? If so, take it out and see whether that will help. Also, Crystal can be very memory intensive and it will swap out to disk if it runs out...
View ArticleRe: After Upgrade kernel not compatible with system (rc=-100)
Hemanth, Yes, I have done the same, reverted back to 7.20_EXT. Let me watch couple of days if the issue re-occurs or not. Only MOPZ calculated 7.21_EXT, but looks like still it is not compatible....
View ArticleRe: MD47 View Unit >>> Valuation Price
The correct answer to this issue is that the drop down displayed here is a generic sap display gui. Once a transaction is execute the program determine what part of the drop will present options to...
View ArticleRe: Split a field and then populate each element in a new row
Abhilash, that works visually in CR with your suggested new formula:- But when the field is changed to "Can Grow", the data type becomes "memo" when i export to .xls(data only) it looks like this :-...
View ArticleRe: 2 Activity Rates Calculation on one Cost Element
Hi 1. You can't get it by defining only setup activity hrs seperately 2. You change the name of your Labour activity/CE name as Labour & Setup 3. Plan labour & set up jointly Then you can...
View ArticleRe: How to Add LF at the end of the record
Bhargav, Please try LineFeed \n or 0x0A.FYI.. module ConvertCRLFfromToLF.
View ArticleRe: How to Bill scrap material?
Hi TW, Yes you are correct! Sales order>Delivery>Picking>PGI with single line item but Billing with 4 materials(as per customer acceptance like above example). Thanks,Krishna.
View ArticleRe: SAP GLM - Customer Specific Label
Dear Kannan, Thanks a lot for perfect guidance. Appreciate your expertise as understanding of Validity Areas is always a painful area. Thanks a lot !! Regards Amol Joshi
View ArticleRe: Filter on Listbox doesn't seem to be working
Oh sorry I'm not using odata..This is json
View ArticleRe: how to hide Print Version and Export buttons...
Hey Joyce, I found my code from another project, and for the method OADP_REV_INITIALIZE, I did do an overwrite-exit to hide the print and export buttons. Hope this helps. Cheers,Kevin
View ArticleBAPI_BATCH_SAVE_REPLICA - Can't create Batch
Hi, I am trying to create a batch, using FM BAPI_BATCH_SAVE_REPLICA. However, it's not able to. Here is what I am passing: Material = 000000000084105900Batch = 0000009991Plant = 0663...
View ArticleRe: Dynamic Trigger update to column
Sounds like you want to perform a kind of PIVOT operation here.What is the purpose (application wise) of this information duplication? Effectively you are going to store the same information multiple...
View ArticleRe: Setting fixed the exchange rate field (KUFIX) ticked by default me21n
Hello everyone, I'm also have the same requirement. Any way to set a default value to KUFIX field? Thank you.Anthony
View ArticleRe: how to identify delta based on timestamp column
Also I had already tried that where clause for extracting delta.I have a column of data type timestamp. So I used below where clause. TO_CHAR((TO_DATE(PRODUCT.LASTUPDATEDON,'DD-MON-YY')),'DD-MON-YY')...
View ArticleRe: SAP B1 Integration with SAP C4C
Hi Ashish,if you need something urgent, you can build it. Right now we don't provide standard integration content. We hope it will be released later this year. There are other workarounds: * You...
View ArticleRe: How to increase the maximum Java Heap size for Webi Rich Client
Hi Donatas, There are documents listing tips to improve usage of Web Intelligence clients (like http://scn.sap.com/docs/DOC-58571 and Tips for Fine Tuning Performance of the Webi Applet Interface (Java...
View ArticleRe: QM Procedure
Hi Santosh, this is quite generic question I would say! There's no specific rule as such that what practices such model should have. Rather it all depends upon what actual physical processes they...
View ArticleRe: Sales by Item in Sap Bo
Thanks for your help, Paul We have Credit Notes not related to Invoices, so i had to use DocDate, CardNum, ItemCode as key The Final query i got is: SELECT DocDate, CardCode, CardName,...
View Article