Re: Batch Management
If you want 2 receipts and just one batch, then you have to built a total for the characteristics and need to maintain them manually in MSC2N after you did the second receipt. How do you sell that...
View ArticleRe: Blocking product for specific supplier
Hi Vishal, You can only block product from purchase / sale only, Supplier wise restriction is not available in the current versions of the system. ThanksLokesh Sharma
View ArticleRe: Problem in LIST_FROM_MEMORY
Hi, Check with the below logic to count the no of columns. DATA: lit_str type standard table of string, lfl_str like line of lit_str. loop at gt_vlist into wa. refresh: lit_str....
View ArticleRe: How to avoid GRC provisioning dynamically
Hi Dhiman, So BYPASS_MEMBER_TASK=1 did not invoke "AC Submit" task? For using script, in destination tab, use script of your choice MXREF_MX_PRIVILEGE = $FUNCTION.z_test()$$ In z_test script, the logic...
View ArticleRe: Upload File Programetically Using OLE Object to WebBrowser
AFAIK, you can't set the value for input type = "file" by script because of security reasons. Arnd
View ArticleCan anybody tell me about the standard logic followed for determining the...
As far as I think; For the pick up stage; the P & E Organisation is same as Forwarding house For the Main Carriage; it is derived from Config via a Consolidation function For the Delivery ; it is...
View ArticleRe: creating data model using wsdl
you should check Writing Custom Logic using Java Script in SMP Integration Gateway also look at COMMENTS section.
View ArticleRe: Problem with start SAP
Hi Victor, Run the command nohub gwrd -force pf=/usr/sap/PGD/SYS/profile/PGD_SCS01_lgeepgd0 & Then open the jcmon pf=PGD_JC00_lgeepgd0 & Restart the instnace your server0 will come up With...
View ArticleRe: FI substitution durign GL transfer
Mario: It is possible - but will create major problems for FI-CA and will prevent you from using the standard reconciliation reports. Not recommended. regards,bill.
View ArticleRe: Local Members Attached to Shared / Multiple Reports
Thanks , very helpful , finaly is working . its bit confusing for me the logic because we have to put the same dimension even in the second clause.and I don't have the CATEGBASE in the dimension...
View ArticleRe: Somatória item / XML - NF-e 3,10
Renato, bom dia!!! Qual erro esta ocorrendo na NFe? Voce poderia exemplificar/demonstrar informações das respectivas tags? Obrigada, Karen Rodrigues
View ArticleRe: Issues faced while using BICS for creating WEBI report
Hello, For problem 2, please try using the settings encircled below:
View ArticleRe: Compare data with the year before
Dear Praveen, First of all, thank you very much for taking time to help me.I started immediately, but I think i'm doing something wrong. It look likes it doesn't understand the parameters maximum and...
View ArticleRe: Service Entry Sheet for Down Payment
Dear All Any suggestions on the above requirement. Best Regards,K.Rajendra Prasad Rao
View ArticlePLD total function for System Variables which represent sub totals
I want to add a Total to Cost Accounting Summary Report but I am having a problem as follows: This is a PLD report (I do not use Crystal at the moment) and it shows a Sub Total per Cost Center (shown...
View ArticleLive cache upgrade errors
Hello, We are doing an upgrade on APO 4.1 to SCM 7.0 EHP2 We reached a phase where we had to upgrade the Live Cache and its client. After the upgrade was done to 7.9 there are several errors in LC10....
View ArticleRe: And operator is not working in If statement WebI 4.0 SP6
I created a variable Var1 with below formula.Var1 =If [EG_EQNAME]="HP_PVD_TiN-01(A-C01)" Then [AC-MFT].[EQ_PRD] Else If [EG_EQNAME]="HP_PVD_TiN-02(A-C02)" Then [AC-MFT].[EQ_PRD] Else If...
View ArticleRe: How to display a record in multiple groups
Each individual record will only appear once on the report. So, the only way to meet your requirement is probably going to be to create a view or stored procedure in the database or a command (SQL...
View Article