Re: Enter data in DSO for direct update manually - end user frontend
You can define a SM30/Table maintenance on a ZTABLE , assign it to a role/user or explore a t-code based direct DSO table maintenance. assign it to a role/user Gopi
View ArticleRe: Table C0/ C1 missing for retro run on inactive employee
C0 is created from the master CC details. C1 from IT 14, 15.It is not necessary to have CC for inactive period after termination. Your issue is not clear. If there is there a problem in posting, for...
View ArticleRe: Data de vencimento - Pedido de compra
Eu consigo colocar uma restrição, para que uma condição com data fixa em 05 de cada mês, só possa ser utilizada até o dia 23 do mês anterior?
View ArticleRe: Comp Off should be created with validity of 45 days
In V_T559L1)Validity/deduction periods table/view, -select the relevant grpgs/quota type. -For validity period, set the start as transfer date; end as transfer + 44 days. -Similarly, set the...
View ArticleRe: replication of BP ID TYPES from ecc to crm
Hi Thierry, Sometimes you have to do customizing twice.Not every customizing can be loaded from ERP to CRM.For example, product tax custominzing, you need to do twice.And AS I KNOW, this is the same...
View ArticleRe: Copy to create new objects in SAP
Thanks anil.But this is not what I am looking for!
View ArticleWaiting for other instance of run once data flow to complete
Hello, Our installation is Data Services 4.2 SP4, on a Windows 2012 R2 Server, with SQL Server 2012 R2. Can some one please clarify if the Run Once flag for a data flow is ment to work only within a...
View ArticleInstalling Crystal Reports 2013 after installing BI 4.1 server and client
Hi guys, Hope you can shed some light here. I have installed BI 4.1 SP5 server and client software on Windows Server 2012. It all works fine and I am in the process of setting SSO. My client wants now...
View ArticleRe: An item with no delivery qty is not permitted
Sooraj,How can we understand why was the SO confirmed (against which stocks or IBD maybe?) and why isn't the Delivery picking any existing stocks?Review CO09 using Business Event A. This is the rule...
View ArticleRe: How to insert company logo in invoice,reports
Hi, I've removed the SAP standard logo picture from the Master template and then try to add our company logo. This has caused the issue because the new logo did not have a placeholder. When I put the...
View ArticleIs there a user guide for the 7.4 version of BEx Query Designer and Analyzer?
Hi- In BW 3.5, there was a (rather large) pdf BEx user guide available. Is there something similar available for the 7.4 version of the BEx tools? Thanks, Brian Aldrichbrian.aldrich@smud.org
View ArticleIssue with trigger path not changing
Our company uses ADS 11.1. Normal operation is in Remote mode. Our software is designed to be accessed over a UNC path when it's shared -- though it can be accessed over the local drive letter path...
View ArticleRe: Query: Last actual purchase cost of item number
Hi, You can try: SELECT T0.[ItemCode], T0.[Dscription], T0.Price 'Last Actual Purchase Price ' FROM PCH1 T0 JOIN (SELECT T1.[ItemCode], MAX(T1.Docentry) 'DocEntry'FROM PCH1 T1Group By T1.[ItemCode])...
View ArticleRe: Query on OPDN gives error
Hi Ajay, Try: SELECT T0.[DocNum], T0.[DocDate], T1.[BaseRef], T0.[CardCode], T1.[LineStatus],T1.[ItemCode], T1.[Quantity], T1.[WhsCode], T1.[Price], T1.[LineTotal]FROM OPDN T0INNER JOIN PDN1 T1 ON...
View ArticleRe: query help needed
Hi Mike, What do you mean Sales Qty here? For each item sold? Country would be from Bill-to, right? Thanks,Gordon
View ArticleDisable Sales Cycle and Sales Phases in Opportunity?
Hello All, Is there a way to disable the Sales Cycle and Sales Phase in opportunity Management. In Business Configuration-->Step.4 Questions-->New Business--> Opportunities there is a checkbox...
View ArticleRe: HCM P&F : FPM Forms
Hi Chris, Thank you for the information. Configured the Web Dynpro application ASR_PROCESS_EXECUTE_FPM, and the below Parameters: INITIATOR_ROLE with the value HRASRBWDSUPPORTSFULLHEIGHT with...
View ArticleRe: Hierarchy Node Variable not Updating in JAVA WEB
Thanks for your inputs everyone! I realized this was actually due to my infoobject settings. It was set to display only posted values for navigation.Node 2 was not showing because it had not been used...
View ArticleRe: scripting mapping between Physical data models
This is my OOM example.My first OOM has a class Human which has two attributes:OwnerAge The second OOM has a class Animal which has two attributes:dogcat The goal is to map dog to Age. set...
View ArticleRe: Input restriction selection option
isn't this just a case of having the select-option and the range you require and the just selecting with an AND joining the two? REPORT ZNRW_TEST.data: gv_werks type mseg-werks, gr_werks type...
View Article