clicking on 'tray' leads to 'Unsaved data' message
I managed to solve this by implementing OSS Note 1757546. Thanks for the responses.
View ArticleRe: Program to retrieve purchase order text in material master
Hi, I modified the code, I can see the material number but I cannot see the purchase order text of it.How can I add the instriction to write the text retrieved by the read_text function?Thanks!...
View ArticleRe: Two Step Allocation (Allocation from DC to DC to Store)
Hi Biswanath, The scenario you have mentioned above cannot be mapped in the system without customizations, However you can try to do stock transfer from the main DC's to the Local DC's and then create...
View ArticleRe: cash incoming payment error
Hi Tessa, We have implemented such scenario's.can you post the error and your code. Regards Ad
View ArticleRe: Best Practice - Operating Concern
I generally go with one controlling area per country, and one operating concern in total. It very much depends on the local requirements though. If for example, costing needs to take place across...
View ArticleRe: Want to swim in the SAP ocean, but where to start?
Hi Rudolph, The starting point would be you need to decide which module does suite your knowledge MM / SD / FICO / PP / PM / HR / QM etc. If have technical / programming abilities, you need to look...
View ArticleRe: Accessing Universe from Webi
Hi Vignesh, Check if your Adaptative Processing server contains the line: “-Dbusinessobjects.connectivity.directory” as indicated in the SNotes 1644361 From SAP Market Place. Hope this will help you as...
View ArticleRe: cash incoming payment error
Hi Ad, oCompany.StartTransaction() Dim errCount AsInteger = 0 Dim successCount AsInteger = 0 Try Dim oInvoice As SAPbobsCOM.Documents =...
View ArticleRe: BO Mobile MobileOTA14.war missing
Hi Daya, I am not able to watch the first thread ..it says unauthorized.. any clue? On the other hand.. the folder in <BO install directory>/Mobile14/ does not exist! I can't deploy the *.war's...
View ArticleRe: ASE 15.0.3 on RH Linux AS6
Hi Viral, I Could not see Sybase ASE 15.0.3 supported for an SAP environment within SAP PAM.Could you provide which version on SAP are you running on Sybase ASE 15.0.3 Regards,Deepak Kori
View ArticleRe: Alter Table Error
Lars, So, if I am currently at 28 triggers and I am altering the table to create one more foreign key constraint, shouldn't that bring my total to 30, not 32? Or, when you said that at least 2 triggers...
View ArticleRe: Tax classification error
Dear Amol, I found the solution. One need to create it through OVK1. Thanks for sharing. Rajesh Sinha
View ArticleRe: Created by in ME53N
Hi, I checked the table EBAN and it wasn't there. I will go through the BAPI and will let you know soon. Thank you for the reply.
View ArticleRe: Created by in ME53N
Hi, I checked the table EBAN and it wasn't there. I will go through the BAPI and will let you know soon. Thank you for the reply.
View ArticleRe: Exit for Copying Customer Material Description to Material Description in...
Hi, As i understood correctly, you want to copy the equipment number entered in VBAP - KDMAT to VBAP - ARKTX ? If so just maintain CMIR ( customer material info record ) in VD51 and maintain the...
View ArticleRe: System copy homogeneous
Hi Manish, 3) Once the database is restored, you now need to create a new control file using control.SQL Comes up with this issue: CREATE CONTROLFILE SET DATABASE "ACD" RESETLOGS ARCHIVELOG*ERROR at...
View ArticleRe: No Ranges
I am not clear about your question. What do you mean by maintaining no ranges for say Plant 1001 & 1002 will it affect no ranges for plant 2001,2002 etc? I hope, you understood the concept of...
View ArticleRe: Created by in ME53N
ME5A does not show the "creator", it will just show what is stored in EBAN, but nothing from change history.
View ArticleRe: simple report
Hi Team Bone, Try this: SELECT T3.[DocNum], T4.[DocNum] FROM OPOR T0 INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry inner join PDN1 T2 on T2.[BaseEntry] = T0.DocEntry and T2.[BaseLine] =...
View Article