Re: TBB1-Customer Posting Error in multiple Valuation Areas
Thanks Nihil ! It worked like a charm. One calcification though: As entries in VA:003 is directly hitting Recon A/C even though I removed direct hitting of Recon a/c in Acc. determination. Removed...
View ArticleRe: Reading from table and identifying whether the number is prime or not.
Thanks for your inputs Gerrit. Much appreciated. I have moved the data declarations to the top and still getting the same results. And yes mod 2 should be mod t. And also thanks for letting me know...
View ArticleRe: TO Split the source fileld in two target Nodes if the length of the...
Hi Vinay, you can achieve this via a simple UDF for(int i=0;i<input.length;i++) { if(input[i].length()>20) { result1 = input[i].substring(0, 20); result2 = input[i].substring(20); } else...
View ArticleTabla donde se registran las peticiones de Autorización
Hola apreciados Consultores muy buenas noches a continuación solicito de manera muy amable si alguien en este maravilloso foro tiene conocimientode donde o en que tabla se registran las peticiones de...
View ArticleBCP 10.1: The underlying connection was closed: An unexpected error occurred...
Hi Experts, I am working SAP Clould Demo via Citrix using BPC 10.1 Embedded version for a client. but when I was trying to create a connection via EPM add-in from Excel, I got the error as below. Could...
View ArticleRe: Dynamic attachment filename in receiver mail channel
Hi Steffen, yes, the EdifactConverterModule will not work with the mail package as the payload is converted to 'mail' message.I will advise you to use the EdifactConverter module which is already...
View ArticleRe: BBP_PO_INBOUND exception system_failure.
Hi, You may check if RFC user is set as dialog type. BR,Ivy
View ArticleRe: Our database has a 1 day delay, we need the report to show data from the...
Hi Dawood, What's the backend database? If it's Oracle, create this Previous Day filter in the universe using the below formula in Where Clause:TableName.DateColumn = trunc(Sysdate -2)Note: Replace the...
View ArticleRe: Reconciliation Key
Thank you very much for your inputs bill. Our issue has been resolved.
View ArticleRe: Reconciliation Key
Hi Bodhisattwa, Thank you for providing the instructions. Our issue is now resolved and i have informed our end-user regarding her request. Best regards,Gio
View ArticleRe: Create Button(click event) on Standard Object Extension - "Customer"
Hi Leonardo, I do it successfully. On my site, the standard steps is ok. What is the error you encounter? Regards,Arthas
View ArticleCommission vendor in service purchase order
Dear guru's We are having a scenario where we ae using a service PO and adding a commission vendor apart from the service vendor. i.e we would need to add another vendor so that (4%+tax) of the value...
View ArticleRe: Access Control
Hi Horst, i took a look at second link but not first link. thanks for that Regards, Thanarat
View ArticleRe: Unable to create dynamic table in sap ui5
Hi, Thank you for the advice. Its running now. I added the line:template: new sap.ui.commons.TextField().bindProperty("value","model1>"+sColumnId)and set the Model1(row Values) to table...
View ArticleRe: FI COPA difference
Hello, Cost center is there. I have replicated the same scenario in my testing server, but didn't find assignment of profitability segment window in FB01. I think it is linked to COPA, Please guide....
View ArticleRe: Use Single Notification to request work for multiple pieces of equipment
Hello Jerry,Efforts to completely answer this query would definitely stretch to evolving a custom process. So, you need to take clues from the discussions those are going to take place today and beyond...
View ArticleRe: How to create period based planning in account based COPA
I think that it is impossible to meet your requirement using t-code KEPM(planning package).You can develop z-program with BAPI_COPAPLANNING_POSTDATA function.
View ArticleRe: Populating values for Dropdown using system date
Hi Bala, If you can provide examples of the format of the key values for quarter then I will update my suggested code accordingly. For example, for "Q2 - 16" is the key value "20162" or "22016" or...
View ArticleRe: Access Control
Hi Horst, I'm sorry for that, i'm confused by mistakefor example, user A and BA can see data on OWL that B created but can't edit or readso what am i wrong? I unchecked and checked at Unrestricted...
View Article