Re: Photos stored in SAP HCM
Hi Raghu, You can use OAAD Tcode and then go to Technical search. To search employee photo give business object as PREL and execute. Give you pernr then you can check if photo is stored for that...
View ArticleRe: E-mail error : SO_DOCUMENT_SEND_API1
Hi,Got the same error while attaching file with the mail in ECC System error when accessing Knowledge ProviderI found that DB in DMS server had issue. it has been cleared once I repaired...
View ArticleRe: Non Conformance Report in SAP
Hello, SAP QM is available as a standard module, to report non conformance in production process using quality notifications For more information go through SAP Help. Best Regards,Ameya B.
View ArticleRe: Fetch the first record with 24 hr interval based on first record timestamp
Window functions are your friends. :-) SELECT RECORD_NUMBER,MIN(CREATE_DATE) CREATE_DATE FROM ( SELECT *, MIN(TO_DATE) OVER (PARTITION BY RECORD_NUMBER ORDER BY CREATE_DATE DESC) TO_DATE2 FROM (...
View ArticleSAP Functional Consultant / Business Analyst - Certifications
Hello everybody, I have almost 5 years of experience in SAP. I am a functional consultant and have some experiences in various modules of SAP . Being said that , My question here is :-My current...
View ArticleRe: Supply Plan Algorithm Execution Error
Hi Rohit, I have rectified and implemented it, but that has led me to the following issue: 1) Production source item for source ID Supplier101_Component201 and component PRD01 was not processed:...
View ArticleWorkflow stuck
Hi All, We are in sourcing 10.0. I am facing some issue in workflow. I have written one step approval workflow, comprising one pre and one post script. Have made an extension collection in contract...
View ArticleRe: Payment advices not being generated for house banks
Hi Prakash, Tried with that option also but error message saying as no records selected. ThanksVallabh
View ArticleRe: How to display list of material group plantwise , or for a particular...
It gives complete list of materials & takes lot of time, I want to see only material groups for a particular plant.
View ArticleRe: How to add new porposal button in record usage decision
Hi Bhagee, Please go through one of my feedback on the below thread, and take clues form it. http://scn.sap.com/thread/3724704 Hope this works for you to set UD with background stock positing. NOTE:...
View ArticleRe: BOM returns
Search in Google with the same text so that you will find many times this topic has been discussed and solution has been provided in different ways. Take the inputs and try in your system as a first...
View ArticleRe: Co-deployment of dedicated Systems in one central S/4HANA System
Hi Andreas, there's a blog on the HR/PLM/CRM strategy in S/4HANA: http://scn.sap.com/community/s4hana/blog/2015/07/15/sap-s4hana-and-other-sap-solutions-strategy-and-roadmap BTW:This blog is also...
View ArticleNot able to run MyInbox extension app in eclipse
Hi Experts, I have imported code for MyInbox to eclipse junos from ABAP repo and created an extension project. But when i tried to run the extension project on tomcat am getting below errors....
View ArticleRe: VBA Save BEx workbook to pure Excel file after removing BEx references
Solution - part 1 When I added the BEx query sheets, I don't remember whyand how but I added references to BExAnalyzer.xla. This reference shows in VBA Editor. I simply had to remove it and save the...
View Articlehow to trigger process chain on 1st of the month only ?
We have a requirement to skip a step in the process chain and it should run only on 1st of the month. Other step's in the chain should run daily. May I know the logic in this step which should be...
View ArticleRe: Function Timeout? PB 12.5.1
Sub-Selects are a database feature.e.g. for Oracle you can do a select like in this exampleSELECT COL1, COL2, (SELECT count (*) FROM TAB2 WHERE COL3 = TAB1.COL1 ) AS...
View ArticleRe: How to solve the problem of certificate in mobility in ipad SAP B1 9.1?.
Hi Rusangwa, have you checked SAP Business One Note 2019275 - SAP Business One mobile apps require a valid SSL certificate ?best, peter
View ArticleCOMMONCRYPTOLIB 8 - Unable to add 1 new object(s). The objects are already...
Dear Experts,I try to download COMMONCRYPTOLIB 8. But i recive this error. Download basket request for update has been processed. Unable to add 1 new object(s). The objects are already part of Export...
View Article