Re: A simple update doesn't update custom table
What Paul trying to say is that the record you want to get inserted is not in the work area ( guess ) and not the database table you are trying to update.While debugging make sure that your structure...
View ArticleRe: Memory leak in 12.5?
For one thing, PB 10 and higher are Unicode while PB 9 and lower are Ansi. Every String or Character variable is going to take up twice as much memory. That includes all string properties of windows,...
View ArticleRe: How to do a WHILE DO loop on data from a SQL Calculation View
Hi Shree Thanks. I ran the same code and got the same results as you. I am using Rev 68 and will update to 70 tonight. I noticed you had "WHILE :VAR_1 > 0 DO" instead "WHILE VAR_1 > 0 DO". I...
View ArticleRe: SAPLOGON error due to credentials
Hi Dennis, looks like there is a problem with the SPN configuration in MS-ADS.Please have a look to this video and compare with you installation/configuration steps? http://scn.sap.com/docs/DOC-40178...
View ArticleRe: Editable Text View in Webdynpro ALV
Hi Maity, Sorry, there is no ui element called TEXT_EDIT in alv to meet your requirement.To meet your requirement, you should have text edit / formatted text editor as editor I would like to suggest...
View ArticleRe: "Cannot decrease quantity more than -1.000, since -1000 were already...
Hi, I can reproduce that error as following: Create Sales Quotation has quantity 2,000Create Sales Order, copy from that Sales Quotation with quantity 1,000Now back to Sales Quotation and change...
View ArticleRe: Drop tablespace
Hi Ruben looks like the TB deleted from oracle level - but the issue happened in the removal of the data file from the OS Level .. Are you able to check if the table space exists for you at all...
View ArticleRe: ERP EIC - Employee Search
Hi Shai It is very easy to add additional search fields SSN (US), User ID and Telephone number via basic configuration. Good Luck. Jarret
View ArticleRe: Call function on lose focus
Personally I prefer a GUI that does not interrupt me when I am entering data but does give me visual indicators that something is "concerning" - but I don't write your requirements either. I would...
View ArticleRe: Rationale not to use Auto model 56 for all products
Yeah -No discrepancies found in background vs interactive . Both tests passed
View ArticleRe: SAP TM and the Transport Planning Module(SAP LE – TRA)
Hi Eduardo! Thank you very much! would you happen to know if something like this exists for TM 9.0?
View ArticleRe: Call function on lose focus
Hi Lars, I ended up being able to implement everything I wanted to do using the itemchanged event as suggested. thanks.
View ArticleTrimming internal table based on criteria
Dear ABAP gurus, I have an internal table say itab1 which has 2 fields- user,terminal( 'terminal' field denotes terminal from which 'user' has logged in)This internal table has records. From this table...
View ArticleRe: Full DTP
Hi Venkat, In short, delta require some kind of information in order to work (e.g. timestamp/change log), and the objects you mentioned do not have any of them. Say for example, a standard DSO can use...
View ArticleRe: Report application server failed
Give a try with the help of below note 1256227 - RAS Server not starting
View ArticleRe: Rationale not to use Auto model 56 for all products
Perfect. As per your findings - Automodel Selection 2 is able to automatically select (both interactively and background) a (correct) forecasting model for products in the selection by following...
View ArticleRe: CKD "Complete Knock Down" in Handling Automotive?
Hi Reem, Might be I have not made it clear. what I meant if this is CKD and doesn't have any other siblings as BOM then only this can not be procured. As that time CKD will be handled through Phantom....
View ArticleRe: login crystal for busniess one fail ,the error message is login fail
Hi Huang, Please share the error screenshot.
View ArticleRe: SAP ECC to AS400 connection
Hi Rajesh, You will get the answer if you put the above question to SAP on IBM i Kind regardsMaria
View ArticleRe: How to make checkbox checked/unchecked in SUP 2.2 using custom.js?
Hi Yokesvaran kumarasamy, Thank you for your help, i had already followed like what you mentioned to increase the z-index of the checkbox but it is still does not work. If possible, could you please...
View Article