Re: Report cannot be viewed in Javascript sample
The Cache server is also involved in the viewing workflow, so check both servers. Dan
View ArticleRe: Exception condition "INTERNAL_ERROR" raised
This is the exact spot we occasionally see a failure. It's happened to us perhaps 6 times in the past 3+ years. We usually see this come up when trying to add a serial to the delivery or PGI. The...
View ArticleRe: product Hierarchy not displaying in Query
Hi Bernhard, I tried the first and third of your options, but there are no messages, and re-activating did not help. One thing I did find that was interesting is that when the query is run with the...
View ArticleRe: SAP CPS replace parameter value of all job definitions of type CMD
Hi Nanda or any one, When I run the above code. I am getting the below error. Please advise what to change. Caused by: JCS-122035: Unable to persist: JCS-102090: Object 'Job Definition FILE_COPY_PARAM...
View ArticleRe: Settlement need to do Amounts as well as Quantity what are the issues in...
Hi All, Any help in this please. Thanks,Preddy.
View ArticleRe: SAP CPS replace parameter value of all job definitions of type CMD
I also tried to change my select statement as below. String query = "select JobDefinitionParameter.* from JobDefinitionParameter where JobDefinitionParameter.Name = 'DIRECTORY' and BranchedLLPVersion =...
View ArticleRe: SAP LSO - What is the function of Web link
If you wish to view the web link as content (and have them receive credit for it once completion is confirmed), you should use the Static Delivery Method. This will allow you to create the link as...
View ArticleRe: How to add Visits (BO Activity) to a Tour (BO VisitTourPlan)
Thank you for the follow up, Yufeng. Highly appreciated.
View ArticleRe: Tax Code I1 ditribute to MIRO line
Hi, We are receiving the vendor invoice outside our sap system and parking that invoice in our Sap. Once parked we will post that invoice in SAP. So if the vendor invoice include tax than we need to...
View ArticleRe: SAP CPS replace parameter value of all job definitions of type CMD
BranchedLLPVersion is a column in JobDefinition table and you are selecting it in JobDefinitionParameter table. select Jp.* from JobDefinitionParameter Jp,JobDefiniton Jd where Jp.Name = 'DIRECTORY'...
View ArticleRe: Webi Report doesnt refresh but it is successful when scheduled
Hi Rajesh, Try to Delete Temp file and clean cache it will helpful some time. In CCM stop once and again try to restart, even this sucitation also helpful.
View ArticleF-03 Error:CALL SCREEN (not modal)in modal dialog box not allowed
Hi Experts, User while running tcode F-03 for cross co cd transaction clearing , system popup with error-CALL SCREEN (not modal)in modal dialog box not allowed. let me know the possible reasons for...
View ArticleRe: SCM optimizer CPU utilization mostly 0%
Hello, Optimizer is used for certain planning methods, including SNP optimizer, Capacity leveling optimizer, deployment optimizer, PPDS optimizer, CTM etc. If you do not use any of the planning...
View ArticleRe: Read Table data in off line interactive Adobe Form
I got the solution and solution is var record = null;var row = xfa.resolveNodes("xfa.form.data.sub.tableform.table1.row[*]").length;for (var = i; i < row; i++){record =...
View ArticleRe: Subject code determination in Transaction
Hi Sangram, Below FM is used to get the subject profile. Check if you get an entry in this. CALL FUNCTION 'CRM_ORDER_SERVICE_H_SELECT_CB' EXPORTING iv_process_type = lv_process_type...
View ArticleRe: Use Same Customer-Material Record for Many Other Customers
Hello James, LSMW is one of the simplest way to achieve this. You can simply create a recording for all the required fields, create a upload file with different customers and just copy the values for...
View ArticleRe: Count the degrowing value(negative value) by month
Hi Yuvraj, Actually No such function is their like CurrentYear(), only CurrentDate() and CurrentTime();is their.So plz help me in this regard.. Thanks. Ashwin
View Article