Re: Asynchronous web service call from Redwood
Hi Nanda, I forgot the imports .... try: import com.redwood.scheduler.api.model.enumeration.CompletionStrategyType;{jcsJobContext.setCompletionStrategy(CompletionStrategyType.External); } To find...
View ArticleRe: Any known issues with CR (v. 13.0.9.1312) and MS APP-V?
Traced some more, using ApiMonitor: #Time of DayThreadModuleAPIReturn ValueErrorDuration7526:48:46.281 AM1clr.dllCoGetClassObject ( {f734a321-8381-4ffd-a614-139e8906dc83}, CLSCTX_INPROC_SERVER |...
View ArticleRe: sap enterprise portal
Hi Jane, Simple terms - What is SAP Enterprise Portal? One portal which all systems can be integrated and available for users. Users do not want to use SAP logon pad for each and every system to...
View ArticleRe: Regarding Single Sign On
Hello Asad, yes, it is possible in your landscape ;-)There is a guide out from Kolby Hoezle as an IBM paper. You should hunt for that one.Otherwise, we could support you in this as well. Regards,...
View ArticleRe: ORA-01400: cannot insert NULL into ("SAPSR3"."SDBAD"."SYSID")
Yes, you are right but in production SDBAD was big.I made conversion to IOT at 150 tables so SDBAD was considered. My system is ECC 6.0brtools 7.20 (38)Kernel 7.21_EXT (300) Note that I upgraded new...
View ArticleRe: View of organizational unit in Service request
Hello Anais, As far as I know, there is no standard way to view an organizational hierarchy in a service request. You will need to do some developments. There are two options - 1. If you want the 3...
View ArticlePayroll Valuation Bases(V_512W_B).
Dear Experts, I am technical consultant learning US Payroll. When I am running the payroll with Time integration ( Time Management Status = 9 Time Evaluation of Planned Times ) . In the payroll log i...
View ArticleIssue in Date Picker
Hi ,I have a fragment in which I defined a date-picker control which should be in MM-DD-YYYY format so here is the below code that i used:var oModel = new sap.ui.model.json.JSONModel();...
View ArticleRe: ECC 6.04 System Copy on windows server 2008 r2 + SQL Server 2008
Hi Narasimha Kindly refer the system copy guidehttps://websmp110.sap-ag.de/~sapidb/011000358700001419142012Ehttps://websmp110.sap-ag.de/instguidesnw BRSS
View ArticleRe: ERROR [08001] After restore IQ DB 15.3 on 15.4 server
if utility_db instance is not running. I have not connected to it.I connected, backup restored, but after trying to start the database
View ArticleRe: How can I force the user to select a specific file extension?
Please Use these thread ALV GRID DATAS to TXT
View ArticleRe: Deep Insert in Json Format
Thanks a ton Ashwin and thanks to Arun as well for your promt response. Regards,Vijay V
View ArticleRe: Saving Data Foundation in PDF along with Graphical tables and Joins
Hi Veer, I also require the graphical view of data foundation in the pdf. Regards,Diptesh
View ArticleRe: Asset Values 5000
Hi Abdul, In Asset master data am giving Asset useful life 1 month means its working Fine. But 1 years and 3 months means its calculated normal depreciation process only. Not 100% Depreciation . My...
View ArticleRe: On the CS2011 Crystal Server: How to allow new added group users to...
Hi Dom, Inbox is designed to be private folder for the user. Assigning rights to the Inbox of other users is not the correct way of using the product. However you can assign the rights from...
View ArticleRe: FMS to Find total number of Quantity for all Sales Orders
SELECT SUM(T1.[Quantity]) as[U_Vehicle_Capacity] FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.[DocNum] = 2 currently I am doing this everytime. I want to fetch the current...
View ArticleRe: Mendelson AS2 - Not able to receive messages- error 302 response code.
Hi Dimitri, We are able to connect to this URL but on exchange of messgaes, Its throws the same error 302
View ArticleRe: Asset Under Construction Functional Inputs
Hi, Try to compare and analyse the data for distinction between asset under construction and assets settled. Try to analyse the characteristics use in provider and compare 2 set of data(under...
View ArticleRe: Alignment Issue on ALV output
Hi Neetha, Try with ASCII value for space.Space can be displayed in ALV GRID by adding ASCII SPACE, Example : DATA SPACE_3 type char3 value ' '. ALT 255 ( First activate numberlock on keyboard , then...
View Article