Re: Running 2 instances of Work Manager 6.1 on SMP 3 sp4
Thanks Bill, Could you answer my second question? The new app is only accessible through url(says I am here) but when I try to connect through client it says "No backends loaded"... Do I need to...
View ArticleRe: Fixed Text+dynamic filename in file to file scenario- Request Help!!
Hi Harry, Just use ASMA, no need of Variable Substitution: UDF Code: try {String filename = ""; DynamicConfiguration conf1 = (DynamicConfiguration) container .getTransformationParameters()...
View ArticleRe: Using a variable to specify contents of a specific field
Hi James, I ran through the formula and it makes sense. I displayed the results of Var1 it makes sense because Var1 will always match FSD_ID. So now the question becomes, based on the sample data...
View ArticleRe: Blueprint for SAP BPC 10.0 for budget planning process
This is confidential information for each project so nobody will share it. However you can find useful info in this post Blueprint and in these slides...
View ArticleRe: SAP PI Development Objects privileges SAP PI 7.4 java only
Julio, I don't think you can restrict Person B to change any object created by Person A if they both have the same Role against their User. UME Roles and Actions (AS Java) - SAP NetWeaver Process...
View ArticleRe: Display Icon in WebDynpro ALV column
Hi Eshwar,First of all you don't need to have to use cl_salv_wd_uie_image as a cell editor to display an icon. Because other cell-editors are also capable to display icons.For instance, if you further...
View ArticleRe: Fixed Text+dynamic filename in file to file scenario- Request Help!!
Hi Nabendu, Thanks for your quick reply. But I'm not using ESR, I cannot use UDF. Do you think its possible to achieve with file-to-file without mapping.
View ArticleRe: "Hoy menos 30 dias"
Gerardo, En lugar de T1.DocDueDate < ("hoymenos30días") usa esto: datediff(dd,T1.DocDueDate,getdate()) > 30 Saludos, JC.
View ArticleRe: Load Reports with saved data twice not refresh data
Hi Filippo, It's because of this line: rpt = New ReportDocument You are create a new report object so it's loading the report off of disk again. What you want to do is refresh the data and then call...
View ArticleNested schemas and quotes
Hi, I am getting issues related to nested schemas in web service response messages.I have 3 levels of nested schemas and I see issues with quotes appearing invalidating paths. I cannot remove the...
View ArticleRe: POPULATE XREF2 & XREF3 IN MIRO
Hi Alejandro, did you solved the problem "With this enhancement XREF2 and XREF3 are visible in MIRO, but if i filled them, the value of this field are not save in BSEG and RSEG tables."I used the...
View ArticleUnable to import IDoc into NWBPM from NWDS
Dear PO Experts, We are migrating an existing interface (IDoc<-->PI<-->SOAP using BPM (Multiple sync calls)). We are un able to import IDoc into NW BPM project as a service Interface. (For...
View ArticleROLL IN FAILED;SESSION TERMINATED
Hello, We are getting a system message while login for our DEV system.Please find the screenshot.Also , we are receiving "error calling central lock handler" syslogs.Please help. Thanks in advance.Uday.
View ArticleRe: Nested schemas and quotes
From my observations, BODS seems to insist on limiting nesting of schemas to 2 levels. This is the mapping that it produces although return is not a column but a schema:...
View ArticleSet up Parallel ledger for only one Company code?
Hi Experts, Our client have about 10 company codes and using only leading ledger, but we have requirement to create company code for china with a new Parallel ledger. my question is that i want to know...
View ArticleRe: Nested schemas and quotes
This is what the manual shows. Notice, no mysterious quotes around 3rd level schema: Please provide some suggestions if you have encountered this problem.
View ArticleWhere I can find the alert inbox in the Pi only Java (7.4)?
Hi everyone; I have the next doubt, could you please help me. Where I can find the alert inbox in the Pi only Java (7.4)?. I need to see the alert occurred in the alert inbox. I appreciate your help....
View ArticleRe: Not able to display a sap.m.Page inside the content of another Page
Hi Chidan, Yes the understanding is right. sap.m.Page renders well inside the sap.m.App controlPlease find below modified jsbin http://jsbin.com/siqoqarole/2/edit?html,output Thanks and Regards,...
View ArticleRe: Where I can find the alert inbox in the Pi only Java (7.4)?
Hi Alberto, Please refer the below blog and doc PI Alerting on AAE/AEX http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d828df-0a5e-2e10-6d9f-83d9034a5301?QuickLink=index&…...
View Article