Help With Query To Check Status Of Sales Order
Hello AllI have written a query that checks all sales orders and only displays sales orders that have a UDF stage as 'Pending' The query works fine, but I need the query to display the 'Total Before...
View ArticleRe: Encoding issue in PI
Ashok, My understand of issue: - UFT-8 JMS to JMS sometimes work. Good.But sometimes it fails. Where does it fail?If messages fail in graphical mapping, read my blog. Post the input file screenshot in...
View ArticleRe: SAP MII 14.0 - Calling Transactions using SOAP Runner fails
Hello Kiran,Are you allowed to disabled the option of authentication for MII Webservices? If so navigate to "System Management -> System Properties" and uncheck the check box "WSDLGen Security...
View ArticleRe: Alert if AP Invoice is not posted before 5th of Every Month
Hi, Try this query for open GRPO that not posted to AP invoice: SELECT T0.[DocNum], T0.[CardCode], T0.[CardName], T0.[DocDueDate] FROM OPDN T0 WHERE datediff(day, T0.[DocDueDate],getdate()) >=5 and...
View ArticleHow to use the generated SQL of "Recommendation"
Dear Experts, I am using KXEN recommendation function. After trained the model, I expose the result in form of HANA SQL. However, I am really have no idea how to make this SQL runnable because there...
View ArticleRe: Data extraction from 0CO_PA_10
Hi Raj, Please be aware that DataSource 0CO_PA_10 is extracting from "sample" Operating Concern S_GO. What are you trying to do? Best regards,Sander
View ArticleRe: How to Connect SAP Server from Mac pro book
Hi, There are quite a few applications that allow you to connect to windows application from MAC OS X. You may Bing or Google to find them. Even Ipad has APP to RDP to windows. Thanks,Gordon
View ArticleRe: ME38 Agreement schedule not trigger debug when printing
You should go to SP01, type this pool id, click print preview, then i think will go to debugging. regards,Archer
View ArticleRe: Content Server Error
Hi David, Now Ijust deleted slash in the repository settingsandget the following:contRep="Z_TEST_FS";contRepStatus="offline";contRepStatusDescription="Repository Z_TEST_FS cannot be opened as...
View ArticleRe: How to add PCH1.dscription to the list of fields on an A/P invoice Find?
Hi, It is not possible to get PCH1.dscription in list of AP invoice window. Only possible to get header level information in list of windows. Alternatively we can get list of AP invoices by customized...
View ArticleRe: How to get de last row from an internal table
Hello Luis, this is short and easy. READ TABLE {YOUR TABLE} INTO {YOUR STRUCTURE}INDEX SY-TFILL. Kind regardsMartin
View ArticleRe: Transaction MB1A is obsolete (SAP Note 1804812)
Hi, After upgrading to EHP7 the business area and cost center fields in MB1A (mvt 201) are not visible. Due to the missing fields, we cannot post an issuance because of an error Account XXXXXXX...
View ArticleMatch first three character
Hi Expert! Kindly, need your help and guide.I want to get customer code, customer name from KNA1 table where customer name start with 'ACP'.I try to code as below, but, the program return wrongTABLES:...
View ArticleRe: Components for SUP-CRM scenario
Thanks for your info, Can I Delete contact person from SAP CRM sales mobile app? if it is possible please let me know, how can i achieve it? Thanks in Advance
View ArticleRe: Ordens de Produção
Bom dia Humberto, normalmente quando o consumo de insumo é manual o SAP Business One, faz o registro do custo para o produto acabado carregando o custo atual dos insumos (custo registrado na saída de...
View ArticleRe: No inspection plan could be found
Hi Miriam, Check table MAPL and see if the material is assigned to the inspection plan and valid date is after the GR date. Check your system with KBA2112741 - Inspection plan is not selected when...
View ArticleRe: sales orders not displayed in FIORI launch pad
Hi Lakshmi, For Sales Order app, following add-ons are required for your gateway and backend: Back-End/Front-End ServerBack-End/Front-End ComponentTechnical Name of Software ComponentSupport Package...
View ArticleRe: How can you do time dimensions and non cumulative KFs in HANA, without BW
Honestly, this isn't my recommendation. If you want an EDW for which BW is a functional fit, recommend they use BW. HANA Data Marts are awesome if you need a specific piece of functionality, like an...
View ArticleRe: how to change the line item type of SC
I want to change the SC line item type when the follow-on document has not been created
View ArticleRe: Stop the duplicate file processing in sender file adapter
Hi, Check this SAP help link: Configuring the Sender FTP Adapter - Advanced Adapter Engine - SAP Library -> part "Define Duplicate Handling Settings" Regards,
View Article