Re: Table maintenance generator for large size tables
I wouldn't do it. One of the first things a TMG does is load the records into memory. You can limit the records later, but I'm not sure if you can limit the number selected beforehand. If you could, it...
View ArticleMessage is failing when large volume of data for Proxy-to-File scenario in...
Hi folks, My scenario is Proxy to file(multiple files- total 6 files 4 for delta load or 2 for full load). PI version is single stack 7.31. we have condition at interface determination which decide to...
View ArticleRe: BRF check rule for entity type 3
Hi It is leading entity with MATERIAL and to MARCBASIC as per above. So I already mainted cardinaity as 1:1 but my bad... same issue
View ArticleRe: Patching BI 4.1 on Clustered Environment - Zero Downtime? Can you patch...
Thank you, for your feedback. I appreciate your response, although it wasn't the one I was hoping for!!
View ArticleRe: Add Measure in DEsign studio using script
Hello, I have the same need and issue. From what I have found it does not seem to be supported. Even the filter components do not show available values/dimensions/measures. I hope SAP will support this...
View ArticleRe: query purchase order
Hi Johan! I hope you have been fine! I was busy with our new sales Platform, which I’m going to be in charge in, and I gave you a bit time to rest and not having to answer my questions every dayI...
View ArticleExportar layout para edición.
Buenas tardes tengo el siguiente problema. Quiero exportar un layout para abrirlo y editarlo en crystal reports, lo estoy exportando de la siguiente manera.Me voy hasta la ventana "Gestion de informes...
View ArticleRe: Problem installing HAT, bower cannot be installed
npm bower --versionreturns2.5.1, but this is probably because I have installed in manually by npm install -g bower. In the folder of HAT_local/setup i can see files bower.json and bowererrc. I can find...
View ArticleRe: Is it possible to add extension field to Account TI Header Pane?
Sorry I'm still confused :-\ I've added an element to my business object extension. Created the Account TI screen.When I open UI designer I can't see any KUT fields available when I edit the header...
View ArticleRe: VB6 Application needs to view a Crystal 2013 report
What version is your CrystalActiveXViewer control? - Ludek Senior Support Engineer AGS Product Support, Global Support Center Canada Follow me on TwitterGot Enhancement ideas? Use the SAP Idea Place
View ArticleRe: decision table in mdg
Please review this document: How to Fill MDG Rule-Based Workflow Decision Tables
View ArticleRe: List all tables for a particular object owner
Hi, If you want to just list up the tables which belong to a specific owner, please consider using this. select 'DBA.'||table_name from systab where suser_name(creator) = 'DBA' order by 1 ; You can...
View ArticleRe: how to Stop/cancel a active background job after a shcedule time
Hi, I believe this is no such functionality. However, I think you can use CCMS to monitor such jobs.for example, if the job is running more than 1 hours, send you email automatically, when you are...
View ArticleRe: Does Update parent items prices globally affect the actual item cost?
You are using FIFO, so when your purchase A with different price next time, and if any B is using the newly purchased A to make, then B's cost will be changed, and if any C made out of B after that,...
View ArticleRe: ESP to HANA connectivity via UnixODBC
Thanks for the quick and detailed reply Joe! You have provided me with information that I have been wondering about for a few months now (and hadn't got around to posting on here)! One additional...
View ArticleRe: SAP module for allocating supply chain in-directs and logistics cost
Hi Szymon, I am trying to thing out the mechanizm of assigning 4 different shipment cost categories (purchase side) to externally purchased materials. This is something what you wrote in point 1. The...
View ArticleRe: How to use if at SAP HANA
IF <bool_expr1>THEN <then_stmts1>ELSEIF <bool_expr2>THEN <then_stmts2>ELSE <else_stmts3>END IF
View ArticleRe: Cost Element Not Assing to Cost Component of Main CCS - CK40N
Hi Costa Arturo is rightly said..as these 2 materials are SFG (manufactured Inhouse) not trading materials like raw mat will not come under CCS line...because down below it will break into its original...
View Article