Re: Display custom work items in HR Administrator Work Overview (UWL)
The above configuration was working all along. The UWL wasn't expecting the Substituted user in order to display the work items. I changed the Workflow Agent determination rule to send the workitem...
View ArticleRe: Inspection plan changes not showing up in 04 inspection lots, but are in...
Fire Fighter, Thank you for this helpful suggestion, I had forgotten about that option. However, when these MICs were created, they were not completed maintained, so I cannot copy them into the lot....
View ArticleRe: How do I get the value saved from drop down list in pdf.
Dear Team, I tried using the below scripts during different events, Change Event:- var myNewValue = this.boundItem(xfa.event.newText); save Event :- data.vendor.Name.Table1.Row1.TITLE.clearItems();...
View ArticleRe: Inspection plan changes not showing up in 04 inspection lots, but are in...
Thank you, Sandip. In this particular case, it is not an option, due to the early lot creation - the GR has not even happened yet. The entire production order would have to be deleted, which will...
View ArticleRe: Open TR after TO has been canceled
We are not trying to delete the TR, but to complete it. I was just looking for a way when possibly doing the final confirmation that we could trigger the TR to be completed as well when it releases the...
View ArticleRe: Need .Net Code for General Service DI API
Hi Nitish, You can find the sample below in the SDK Help Center. Look for GeneralService Object for more info. Dim oGeneralService As SAPbobsCOM.GeneralServiceDim oGeneralData As...
View ArticleRe: SAP System copy based on Sybase error
Dear Kaan, Is their already an existing Sybase installation on the target machine?I believe their should not be at this stage, then sapinst would not find an already existing sybase installation, would...
View ArticleRe: Dynamic Navigation Error
Hi Rohith, As Praveen Mentioned above you nee to close the popup first, thats the reason you are getting the Error. Do as follows to solve this, In Event handler you shouln't directly navigate, Instead...
View ArticleRe: Short dump after executing ME23N
Hi,Reason for this error may beThe reason for the exception is:The program attempted to interpret the value "#####" as a number, butsince the value contravenes the rules for correct number formats,this...
View ArticleRe: How to find out workstation of a transport request created
Hi Arindam, I don't think Suhas Saha said that using the kernel function would fail. The point is that SAP has declared it for internal use and if you use it today, it may fail tomorrow. So, if a...
View ArticleSDM deployment phase Issue +BI 7.0 to EHP2 upgrade
Hello All, I am facing one issue while upgrading BI 7.0 to ehp3 dual stack system facing issue execution phase Its showing error"That is could not auto update SDM tool. Could not auto update SDM...
View ArticleRe: SAP MM Certification Queries
Hi, SAP MM certification was easy until Dec 2012. But I believe that SAP has changed its pattern with real scenarios. However, I can give u the pattern of questions. Its plainly objective , true/false,...
View ArticleRe: Counting Blank rows for each Funds center
Hi, You can use RunningCount() function as below: =RunningCount([State];([Year])) PFB Screenshot: If you want to calculate the Empty Space, then include the keyword IncludeEmpty before the Reset...
View ArticleRe: Generic Datasource- Delta enable
Hi KC, Which mode you are extracting the data 1. View2. FM3. Info set query If it is a view - There might be a timestamp field in your base table from which you are extracting. You can use that a delta...
View ArticleApplication.Password()
Hello everyone, I am using SAP B-One Studio with MS VS 2010, Take a look at the below code of ConnectToCompany()oCompany.Server = Application.SBO_Application.Company.ServerName;...
View ArticleRe: SAP SD Pricing Configuration Scenarios
In addtion to above customer Hierarchy master should be maintain in hierarchy master for customer Hiererachy type 'A' (Main address pricing (in standard SAP)) . This looks like standard sap...
View ArticleRe: Express document "Update was terminated" received from author posting...
Hi, Have you debugged other update FM. There will be some FM other than POST_DOCUMENT. Try to debug all the FM one of them will try to update the FAGLFLEXA table. Regards, Arun
View ArticleRe: Shipping Conditions at Vendor Master Data
Hi As per my understanding shipping condition are applied to both i.e when we supplies to our customer as per shipping condition defined by customer or we receive material from vendor as per shipping...
View ArticleRe: "java.lang.NullPointerException:" error while accessing PCR in SAP EP MSS
Looks like some problem in Select Employee.Downlod the PCR code from NWDI into NWDS and check the method VcPcrSelectEmployee.onBeforeOutput and line number 283...
View Article