Re: Foreign trade data missing in billing -VF01
Hello Venkat, Kindly check the in completion log in Billing through which we came to know which filed is missing in Billing. Check Export & import tab are maintain in MMR. Thanks
View ArticleRe: How to Get Customer Wise Total Sale Order Amount Based on Service Call
Hi Mohamed, Try below QuerySELECT T0.internalSN as [S.No],T0.[custmrName] [Customer Name ], T0.[callID] [Service Call Number], T0.[createDate] [Creation...
View ArticleRe: Shared Object programming in powerbuilder 12.5 classic.
You really need to explain why you want to do this. There may be a totally different way of achieving the end result. It seems very strange that a business application would need to prevent the user...
View ArticleRe: Order Priority in GATP
Vasu The requirement here is not really clear to me. When you say GATP should not allocate stock to lower priority order if a high priority order can not be fulfilledAND when the high priority order...
View ArticleRe: Sybase point in time load fails with The specified recovery date in not...
Since you can load a database/log dump file into a different dataserver this would tend to rule out the backupserver pulling the details from a table. This means the dump times would need to be...
View ArticleRe: How to make a material billing relevant - but not stock relevant?
As per configuration part should be as below in Schedule line Definition [VOV6] Movement Type: BLANK set check box "Item is relevant for delivery" in such case system will create Delivery but don't...
View ArticleRe: Deploying PB11.5 to Windows XP
Check the actual error in the Event Log. We have been developing/compiling with PB 11.5 in numerous Windows versions (including Win8 64) and deploying our apps to hundred PCs with numerous Windows...
View ArticleRe: How to Find Service Call based A/R Invoice
Hi Mohamed, Try this Select S1.SrcvCallID AS [Service call No.],s1.DocPstDate [Created Date],s2.CardName[Customer Name],s1.DocNumber [Sales Invoice No against service call],s2.DocTotal...
View ArticleTRM - Contract done in a different currency of the country
Hello you all, I am in Brazil. My client did contract in dollars interest rate instrument: (55A). Our currency is BRL(Brazil Real). The contract will be paid in future. How do I do for to do the...
View ArticleRe: Parallel Valuation/Currency & COPA
Hi Teck, Sorry to post like this here, but I was wondering if you could give me some pointers on the my below issue http://scn.sap.com/thread/3650988 I read above that your ML is activated in multiple...
View ArticleI am trying to enable dashboards but it says it deos not exist
Can someone explain to me why the standard dashboards are not working. I get this message The requested dashboard does not exist.Dashboard:...
View ArticleRe: NWBC Single SignOn to BI 4.1 (Infoview & Opendocs)
Hi Shane, I have recently done what you are trying to achieve, except our BASIS team managed the server side stuff so I probably can't help that much with those steps. If I were you I would try a few...
View ArticleRe: Embedded Analytics Query yields no results ...
Thanks Raf for your quick response. Our typical Customizing/ABAP Client is set up as"No changes allowed for Client-Specific Objects but Changes allowed for Cross-client objects". When we used this...
View ArticleHybrid work order assignment approach
We are considering the concept of a hybrid approach for Work Order assignment that I would like to table with the community to see if anyone has been down this particular path before. The issue is that...
View ArticleHRASR_DT dump when testing a sample HCM process
I am getting an ABAP dump when I test the process BIRTH_OF_CHILD_10 via HRASR_DT and through portal. I have completed all the required configuration (SICF, Authorizations etc). The process check tool...
View ArticleSEFAZ indispinível
Olá a todos.Gostaria de saber dos colegas se vocês também estão encontrando dificuldades nesse final de semana de 15/11/2014 a 16/11/2014 com a consulta de status dos serviços da SEFAZ?Temos desde as...
View ArticleRe: selection screen
You're welcome. Could you please close the discussion now? How to close a discussion and why
View ArticleGet filtered oData model for bound XML aggregation
Hi There, I'm hooking into the attachRequestCompleted event of the oModel oData request which is bound to a TileContainer; in order to determine some additional field values based on the filtered...
View ArticleRe: What's wrong with this script logic for time offset?
Hi Bob, You can meet your requirement by tweaking the above script logic with the use of a For/Next loop, in combination with the TMVL parameter, similar to the code shown below: *XDIM_MEMBERSET...
View ArticleRe: Get filtered oData model for bound XML aggregation
Hi All, Okay - Can answer my own question (asking the question usually helps you a lot):To make this work; I get the binding for tiles from the TileContainer:oBinding = oResults.getBinding("tiles);...
View Article