Re: While clicking on custom cancel button how can we retain previous page in...
Thanks Ashik.. I will check on this....
View ArticleRe: Flat file upload to SAP
Hi, Thanks again! We are not allowed to go by LSMW. We need to create a program that does upload and post the FI documents. Sample data: Please see below for sample data.ThanksSandy
View ArticleRe: Stock Transfer Plant to DC and DC to DC OS&D
while recording the OSDs, you must have been entering the reason codes. the same can be easily incorporated in the logic of a customized zreport.
View ArticleRe: XSD Name space issue
Hi Dinesh, The issue is all your element is pointing to same target namespace. I did not saw this kind of declaration earlier, and most of the time we have different name space for every node. If you...
View ArticleRe: export large target group to file
Good afternoon Jorge This sounds rather good. Best regardsRazvan Zainea
View ArticleRe: EU_SWITCH missing stored procedure
HelloThere are two SAP notes with suggestions.1828710 - SUM on MSS: error during update on SQL < 11 for dbo systems1714234 - Missing deletion for importYou may follow them and see if it helps....
View ArticleRe: Os migration
Hi Bejamin, So now its crystal clear that its not that simple as it may seems at first go.But for testing purpose can i able to get the migration key and help or not,And how to get OS/DB migration...
View ArticleRe: ESS Configuration steps for ERP 6.0 EHP5
Do not post your e-mail address, it is against the RoE which you might want to read, understand and adhere to if you plan to be part of SCN.
View ArticleRe: SQ02 - Plant Maintenance Report
I'm trying to retrieve the Managing Department from table AUSP. I get the Object Number as follows: select single CUOBJ from INOB into OBJwhere OBJEK = iflo-tplnr. I then try to get Managing Department...
View ArticleRe: Impact of modifying SAP Standard programs / tables
Hi, -> SAP can't support the modified standard programs, in other words with draws the supporting of the modified programs -> Customer need to be cautious for future releases/upgrades on these...
View ArticleRe: PowerBuilder terminated while clicking the database painter
Hi Pralhad, What Terry said and to paraphrase a reply Paul Horan made on another post "Don't do that". I can't speak for everyone but I use the DB painter as a quick and dirty data lookup or result set...
View ArticleRe: Time Chars In the Cube
Hi, no problem, you can create your feature ZDATE chars 8 and assign the transformation that 0CALDAY load. You can take the values depending on the position you want and build your date with...
View ArticleRe: How to get HWC username in workflow app - SUP 2.1.3
In Custom.js add the following alert statement in the method customAfterWorkflowLoad()alert("The current user name is: " + supUserName); I believe the value is available in a global variable named...
View ArticleRe: Item Category - Data Element and Domain - PSTYP (internal display )vs...
Thank you all for your help and explaination .... I believe my solution will be for them to append data element pstyp with the domain values in table T163 and then standard BAPI will convert it to...
View ArticleRe: How to find Open PO's and Closed PO's
Hi Sai, it means delivery is not completed for all items in the requested purchase order, so your PO is incomplete. CHECK THE VBUK TABLE and status should be VBUK-WBSTK = 'C'. other wise you can't...
View ArticleRe: Wrong GL in billing document
Hi Check the G/l account assigned to the accounting key EXD via transaction VKOA. Also check if there are any changes done recently in this assignment. Regards,Ram
View ArticleRe: ULTIMO PRECIO DE COMPRA DE UN ARTICULO
David. se agradece nuevamente por la atención. según revisión el campo que mencionas guarda solo el ultimo precio pero no aplicaría a mi requerimiento ya que lo solicitado es buscar por un periodo...
View ArticleRe: ULTIMO PRECIO DE COMPRA DE UN ARTICULO
Carlos, aqui esta el query, con el ultimo precio, seleccionando el mas alto cuando hay 2 o mas ordenes el mismo dia, saludos ! Selectx.itemcode, x.itemname, x.price, x.docdate from (...
View ArticleNW 7.01 -> 7.31 Upgrade System appears to be in an unsound state
Hi We have a system which was previously a dual stack and since then it has been split. We are now trying to upgrade the abap system from NW 7.01 to 7.31. However, the dialog instances seems to be in...
View ArticleRe: Customization of code generated in workflow apps - SUP 2.1.3
As in the file written since the file is not regenerated you can edit it and there is no need to uncheck "update generated code" since it is not being affected. So the question is why you want to edit...
View Article