Re: COPA Planning data Top down distribution
Hi Appu,You can do top down distribution for plann data in transaction code KE1G like KE28 (actual data). Thanks and best regards,Ronghua Fan
View ArticleRe: BP Reference No. in the Remarks of the Production Work Order
Hi Mary Johnson, Production order can be created in two ways, by procurement wizard or manually. But there is no issue with FMS. Once production order created, still you can able to assign above FMS....
View ArticleRe: Issue with Displaying BUOM of Products(aggregated level) at Interactive...
That is standard functionality as what if one product does not have UOM KG, then what? Are you able to manually change the UOM in the PB afterward aggregating? I haven't tried it but may work.
View ArticleRe: Add-on Ativo Fixo
Eric, Use os procedimentos abaixo e verifique se resolve seu problema:We are now investigating the issue,for troubleshooting of the given error message, I would suggest you to check the following...
View ArticleRe: SMARTFORM change form in language other than original
Hi Vassiliadis, You mean to say you want the Text Elements in English?Or you mean to say you want the Convert the Form to EL. For Question 1, You have the option call Read Text Elements in SAP. The...
View ArticleRe: Connector removal
Have you removed the system assignment from the Model User and also the role repository - for the role for that system set allow provisioning to No?
View ArticleRe: Problem using dll in PB 11.5 webservice
That's correct. The global variables are only global within the context of a single instance of the service. What you're thinking of is a static variable, something that would be shared across all...
View ArticleRe: SAP IDM 7.2 SP 7 - Delegation icon in TO DO Task
That's right. The PAM and the UI Installation document still refer to AS Java 7.0
View ArticleRe: Equipment efficiency loss
Still more confusing... You have Equipment A & 10 Equipment B. I hope, this is not parallel process where one Equipment B fails, you can run with another Equipment B. So, whether Equipment A fails...
View ArticleRe: Problem with batch input
Hi Jose, For your First question we need to know these details.What is the Transaction you want to call? What is the Program name? For your second question,There are several methods to debug a...
View ArticleRe: How to zip attachment file generated by report query
Hi Pinpin,You might want to take a look at the system property messaging.maxunzippedattachmentsize under messaging set. The value of this system property is the max size for an unzipped attachment. I...
View ArticleRe: GRC AC 10: RAR - no analysis results
Hi Edgar For the ruleset - are you using the SAP standard as delivered in the BC Sets? If so, after activating them, did you generate them.? also, which SP are you on as there have been a few notes...
View ArticleRe: BP creation for portal users
Check the notehttp://service.sap.com/sap/support/notes/1564445Note 1564445 - Service Desk: ext. IDs to business partners for Java Systems Please confirm is this answer is the right one to close the...
View ArticleRe: SAP Virtual instacne host
Hi Kumar, For HA setup you need to have 4 IP/hostnames.2 sets of virtual hostname ( 1 for each node)2 sets of physical hostname ( 1 for each node) You need to use virtual hostname while performing...
View ArticleRe: deletion of pacakge view status
Hi Niki,Such status is stored in table UJD_STATUS.It is better to raise an enhancement so that ZUJF_DLT_DM_LOG_FILES could keep the log consistency. Regards,Hengye
View ArticleRe: delete pacakge view status
Hi Niki,Such status is stored in table UJD_STATUS.It is better to raise an enhancement so that ZUJF_DLT_DM_LOG_FILES could keep the log consistency. Regards,Hengye
View ArticleRe: Xpath expression for idoc fields
INVOIC02/IDOC/E1EDK03/[(IDDAT = 13) AND (DATUM > 2013-05-01)] You need to use AND keyword. Please see below for how to do usage for doing AND operation...
View ArticleRe: some info about oitem.click
Hi Srinivas,In your code, Instead of usingomatrix.Columns.Item("14").Cells.Item(pVal.Row).Click(SAPbouiCOM.BoCellClickType.ct_Regular) TryoMatrix.GetCellSpecific("14", pVal.Row).Active = True RegardsEdy
View ArticleRe: Opening and closing Balance
Hi Avijit Mondal Try This with date selection and account selection /* select T1.[Account],T1.[RefDate] from jdt1 t1 */ declare @d1 as datetimedeclare @d2 as nvarchar(100) declare @PrCl dec(19,6)...
View Article