Re: Like operator in SAP Query
Hi Gobi... The following SQL statement selects all Itemname with the letter "s": Example SELECT * FROM OITMWHERE Itemname LIKE 's%' The following SQL statement selects all Itemname ending with...
View ArticleRe: mass change in confirmed quantity ATP
Hi Chintan, setting priority is at item level or sales order level? can we set priority at sales order level? or is there any program to set priority as 1 if there are so many items in one sales order?...
View ArticleRe: File encoding in File Content Conversion
Hi Raghu, Thanks for your reply. Unfortunately, target system only reads the Shift-JIS file. My only confusion is that do I need to use File encoding or char encoding because as per my understanding...
View ArticleRe: Suppress a section based on runtotal
Hi Abhilash, I think I followed your directions, but now I'm only getting a single name. I think the problem is that I originally took a formula I found on this site and modified it poorly. We may now...
View ArticleRe: BPC 10 - How to set up a Application set specific e-mail template
Hi Bruno, You can run program UJB_MAINTAIN_EMAIL_TMPL from t-code S38. Best regards,Charlie
View ArticleRe: Material Master Number Range
Hi Gianmaria, Thanks for your response! I already did the same you suggested. Please check above screenshots. Create -> Group- INT & EXTInterval-> Assign Interval. I could add both already...
View ArticleNULL in Date column using to_date()
Hi Folks, This is a bit strange issue. I have always used the conversion format to_Date to convert character string format to standard date format. This time we have a source file which has column...
View ArticleRe: Unable to get first Page of Current Report-Webi Will Switch into...
Hi Arvind, Thanks for your replay, Dimensions are not applied on Aggregate functions and Measures as well. Is there any cause which is stooping Thanks & Regards,Narendhra
View ArticleRe: How to bring Cursor position to a particular field being validated in...
Hi Praveer , i am writing the validation in User exit... RegardsArkantos
View ArticleRe: Correction Report to delete line item of Purchase Requisition
Hello, Did you check the Program RLORD001?Also you can do the technical completion of an order.Execute report ZDELFLGINRES from note 600151. This report will set the deletion flag in RESB. Best...
View ArticleRe: Message incomplete (severity, area, number, or exception missing)
Hello Sheldon, Many thanks for your reply. Since I do not get any further details besides the message I posted earlier, I'll debug it myself and update you about the root cause. Br, Harish
View ArticleRe: Object class name does not exist in IDM
Hi Prasant The RFC user is having already have SPML full access (MY_SPML_FULL_ACCESS_ROLE). ThanksNitesh
View ArticleRe: VA41/VA42 billing plan - screen exit
Hi, Please follow the below link Add custom table fields to VA41. Is it possible? Addition of Custom Fields for Transaction va41,va42,va43 - Toolbox for IT Groups Hope it is helpful. Regards,Nilesh
View ArticleRe:Time management
Hi Jagan, As Mr. Vivek said this is the best process to handle it woith out time evaluation run. Do not go to 53 weeks pattern create a WSR where 6days as working and 1 days is Dayoff and next through...
View ArticleRe: FTP File Adapter
There is only one receiver for all files so putting condition in receiver determination will not solve the issue. Also, we had FTP setup and we just would like to replace File Adapter with SFTP adapter...
View ArticleRe: Payment Terms - Only specify sales text for payment terms for customers !
Hello, Errors?hmmmWrite down your quesitions br erwin
View ArticleRe: Structure explosion for item is not possible
Hi Navaneetha, I tried to give you more explanation below. Let me know if you have more questions. VOV7 for item 1000: no BOM explosion. Not needed since item 1000 is NOT a BOM. Item 1000 contains...
View ArticleRe: SUBSTRING filter on Projection
You cannot put the formula expression into the filter condition - correct. So, you'd first create a computed column for your substring and filter on this instead. On the other hand: why not simply...
View ArticleRe: declare cursor on local temporary table
nice trick... will try to use it when i come across the same scenerio .. thanks Michael.
View ArticleRe: Kapsel with SMP3.0 SP5 - 401 unauthorised error
Hi Carol,Are you using proxy server? if you are using proxy, provide the Non-proxy hosts in HTTP PROXY SETTINGS otherwise give the Non-proxy hosts as *. To Configure the Non-proxy hosts, Login to SMP...
View Article