Re: Function module extraction from 3 tables
Hi, Ask your friendly local ABAP developer to build the function module for you. They have a developer key, which you will need, for starters. cheersPaul
View ArticleRe: Lines of code are not executed in the order they are written... Why?
This behavior has nothing to do with MII. This is all happening on the browser/client and is normal behavior. Even tho the call to go get the document from MII is async, Javascript is single threaded....
View ArticleRe: How to use BAPI_USER_CHANGE
Hi Gustavo This thread is answered already. First search the SDN forum for a similar issue to yours. If you cannot find the answer you seek, then open a new discussion thread. Regards Arden
View ArticleDDIC ACTIVATION ERRORS RETURN CODE 8
Hi Experts,I m getting this error DDIC ACTIVATION ERRORS and RETURN CODE 8 when upgrade from ECC5 to ECC6 EH4.Running with MSSQL 2005 + wins2003 The error occur in ACT_UPG. The upgrade tools detected...
View ArticleBAPI_USER_CHANGE change password in a different system
Hello Abap Gurus, I am having an issue with BAPI_USER_CHANGE. All the client data is centralized in system 250, so, we need to perform password change for any other system in 250. I am writing a...
View ArticleProfit Center Billing field in VA03
Hi All, We have implemented Intercompany RRB for Intercompany Labor Sharing.When creating a sales order via DP94, system is updating profit center billing field(VBAP-PCTRF) with cost object of buying...
View ArticleRe: CUA Password Reset
Hello Kwokhou, I am facing the same issue. Were you able to solve this? if so, please explain me how. Regards, Gustavo
View ArticleRe: Import ABAP failed when installing ERP6.0 EHP7 on HANA
Hi Lohit, You can change the parameter under Configuration -> indexserver.ini ->thread_limit ->timeout_aggregate into a large number like 60000 or larger. Kind regards,Roy
View ArticleRe: How to avoid numbering in case of reversal document?
Thanks Mukthar, but I would like to perform a solution that only applies for the specific co. code. Does anyone know if there is some User Exit for Numbering? Regards,
View ArticleRe: distribute sap application system per modules
Hi Sherb. I have seen some clients with HCM MOdule (HR) separated from other ECC modules mainly beacause of PY module. All interconnection with ECC modules were made by standard R/3 RFCs. Regards,...
View ArticleRe: Some Months Missing when generating Balance Sheet.
Hi, Please refer SAP note: 1224747 - Columns are not displayed or are displayed in incorrect order 1839213 - Columns in Report Preview hidden when updating the Selection Criteria of Financial Statement...
View ArticleRe: SAP WorkManager 6.2 integration with Sharepoint & GE small world
Hi Bill, I beg to differ: There is out of the box integration with Smallworld. It is a proper product released 2013 as GIS agnostic SAP Certified ERP Mobility Solution since sold to global electricity,...
View ArticleIntegración con microsoft outlook
Hola! tengo una pregunta, cómo podría sincronizar microsoft outlook con sap business one, cuando se trabaja desde la nube? Tengo entendido que al configurar la cuenta en outlook, se necesita ingresar...
View ArticleRe: How to link table opor, pch1, Delivery and JE details
Here just created link between tables. You have to add required field by yourself. OPOR T0 INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry left join PDN1 T2 on T2.[BaseEntry] = T0.docentry and...
View ArticleRe: Integración con microsoft outlook
Hi, Please translate above query in English. Thanks & Regards,Nagarajan
View ArticleRe: SAP MM sub contract process?
Poonam,So, it sounds to me like you are not going to be planning the components (since you have no visibility of the Subcon's lower level Materials on hand, nor his open Purchase orders, nor his demand...
View ArticleRe: Is there an easy way to get an on hand in a warehouse for a previous day?
Hi, You can use standard inventory audit report under Inventory-->Inventory reports. Thanks & Regards,Nagarajan
View ArticleRe: Prompt Optional Field
Hi,Create a V Year variable to capture the prompt values.Then put the =If([V Year]="") Then Year(CurrentDate()) condition in the blank cell.in this case you will get the current year value when user...
View ArticleRe: SAP FIORI - INSTALL UI COMPONENT
Hi Jaime, It does not make any sense to install old components. Do you have any specific business requirement? I do not see any customers who have installed old components for last 1 year. Only...
View Article