Re: SAP Script - 2 main windows in a page
Hi I had the same request for a check form in Canada. I solved it by writing the line item output into variables and print these variables in a second window. It was ~10 hours of effort, not a real...
View ArticleCan't insert sections and/or clauses CLM 9.0
Hi experts, After the contract document (word doc format) is created in the system, we can't insert clauses and/or sections from the system's lybrary. Only by checking in and out from the document. Is...
View ArticleRe: pass string longer than 255 characters to a single line of internal table
May be just try this: Assign field symbol to the value of 1000 chars and append the field symbol as a line of internal table.
View ArticleRe: submit job specific time ?
Can you show us the full job related code. I'm afraid that without that I'm not seeing why you are creating a periodic job. Neal
View ArticleRe: JDBC channel error
Hi, >>>>for further analysis ,take thread dumps on the server 6380151 according to SAP Note 1095473. do you need any more info ? what was the result of the thread dump ? Regards,Michal...
View ArticleRe: Timesheet + automation email ?
Hi Mehdi i think you need a abap developer or an hr func consultant for the timesheet stuff and a basis person in case you haven't configure yet your sap system to send email Let me know your thoughtsa
View ArticleRe: FM RSPO_OUTPUT_SPOOL_REQUEST produces a information message window
You can write Select statement on table that stores information if printer is locked or search and use any FM which returns this information( you can also debug the RSPO_CHECK_DESTINATION to see how...
View ArticleRe: JCO2Proxy failed
Thank you all for your help concerning this issue. You were right, I had to install JCO again, but not the 2.2.0., an older version, the 2.1.8. which was not in the SP7 or later package. It's strange...
View ArticleRe: Error when Exporting on Hana cluster when connecting to secondary
Hi Raj, Thanks for your response. For our application we are running the command with jdbc and use the full connection string listing all hosts. When using jdbc we are getting this error whenever we...
View ArticleRe: Additional features not capturing in audit
Hi, Since you are on BI4 SP2 Patch14, it is possible that the corrupt Auditing event files are not captured and thus not recorded into the Auditing database. See ADAPT01485251DescriptionThis behavior...
View ArticleSimplified incident notification - Clasification field error
Hi, I'm trying to create a Simplified Incident Notification. I complete all the fields, but when i press Send, an error message is displayed: "Mandatory field Clasification must be filled".The problem...
View ArticleRe: dynamic parameters in workflow
hello David, 1) There are two different keys for two parameters.2) Both menu items OPEN the same(next) screen when data returns successfully.Do i need to use Online Request for this?? RegardsAjay
View ArticleDetails All Macro Behaviour during drill down
Dear Experts I have this situation KF 1 is copied to KF2 using Macro.. both interactive (save) and background This macro is "supposed" to execute at lowest level of detail.. because that's what I...
View ArticleRe: E mail body for smartform as attachment not using Function module
Hi Vishnu.It is always better to use class CL_DOCUMENT_BCS for sending mails using the attatchment.Please follow the below Code :...
View ArticleActivated WCM but it has no impact
Hi, I created maintenance order, assigned WCM permit in the same and the Work approval tab was activated and also the status of the maintenance order was set to WCM CRTD. My query is without creating...
View ArticleChange of Ord. Dep. Posted(AS92) after AFAB
Hi, Could anyone pls let me know whether amount in field Ord. Dep. Posted in Tcode AS92 (Legacy Asset data transfer) changes automatically after posting of depreciation(AFAB) for the next period to the...
View ArticleRe: Query For Cash Flow Report
SELECT DocNum, STUFF((SELECT ', ' + CAST(DocEntry AS VARCHAR(MAX)) AS [text()] FROM RCT2 b WHERE a.DocNum = b.DocNum FOR XML PATH('')), 1, 2,...
View ArticleRe: F110 Proposal run with customer down payment or spec.gl.ind. "A (Programa...
Hi RKS, No,what I want to do is down payment to the customer with an advanced collection --> special gl indicator "A". I try to customize the proponsal run for collection (down payments), but...
View ArticleRe: F110 Proposal run with customer down payment or spec.gl.ind. "A (Programa...
Hi, It is posible to work with the payment program ONLY for advanced collection (spec. gl.ind. "A") to the customer, (to collect by bank)? Printing program ZRFFOESD (Direct Debit...
View ArticleRe: How to suppress blank page in sapscript
Hi Sridy,Please debug the SAP script and check where exactly the value of &page& variable changes before triggering your Blank page and remove that unwanted piece of code. Also check for...
View Article