Re: Reg:Validation on outgoing Pyments
Hi, Try this... if @object_type ='46' and @transaction_type in ('A','U')beginif exists(SELECT T0.DocEntry FROM [dbo].[OVPM] T0 INNER JOIN VPM4 T1 ON T0.DocEntry = T1.DocNum where T0.DocType='D'...
View ArticleRe: How to investigate an "unable to establish connection" error?
Update: I extended the timeout to 60,000 and the error message was shown after only about 13 seconds
View ArticleRe: return process
you mean we will have to create a normal PO with returns check and do GR for that PO? also how can I stop the edi message in going out
View ArticleRe: Restore on BPC 10.1
Thanks for sharing solution with us. Kindly close the thread. Shrikant
View ArticleDoes the NEWID column in the Administrator work in MS?
Does the NEWID column in the BPC Administrator work in BPC 10.0 for Microsoft like it did in 7.5? I know it doesn't work in NW but I understand it was removed there. The column is still there in MS.
View ArticleRe: backout plan for db2 fix pack update
Steps to address worst case scenario:- 1)Stop all DB2 instances,DAS & DB2 licenses:- a) db2stop b) db2licd -end (Must be launch on each node) c)...
View ArticleRe: Adding BW Modelling plugins in HANA Studio
Option 1 worked outside my office network. The ABAP tools also should be installed prior or with BW modelling tools.
View ArticleRe: BPC process owners and reviewers list
Hi Shrikant,2) How email addresses can be added to OWNERs? Email address is added when user is created in BW You mean that every time when a user is...
View ArticleRe: BPC process owners and reviewers list
For 3 point go through the below link Re: Email notification testing, BPC 10.1 for NW
View ArticleRe: Workmanager 6.0 on SMP 3.0
Was the export from Agentry 6.1 Editor (SMP 2.3) or Agentry 7 Editor (SMP 3).
View ArticleRe: Payment process - To reduce number of bank files.
Hi, normally each file is created when a split condition is found (e.g. a different company code, different bank account etc). You may modify this and change to system only create a new file when a new...
View ArticleTIFF format error: No baseline TIFF 6.0 file
HiI am trying to upload one sign using RSTXLDMC,I am getting error :TIFF format error: No baseline TIFF 6.0 file.How to solve this problem?Can some body guide me for this issue? Regards,Jaheer
View ArticleRe: Question about CALDAY/FACTORY CALENDAR DAY
Hi Loed, You will have to write an ABAP routine for that. One option is to do that in the Transformation if you choose for supplementing this information as a persistent field data staging....
View ArticleRe: MTD REPORT
Create two variables: V1 is on 0CALMONTH, V2 on 0CALYEAR. V1 allows only a single input. Restrict the 0CALMONTH characteristic with a range selection of <= V1. Then, create V2 on 0CALYEAR, and this...
View ArticleRe: Organizational Structure?
Hi,There are many ways to capture your requirementThe ideal one is to Define the Sales groups under sales office
View ArticleRe: custom code management configuration
Hi Srinivasan, I am attaching the screen shot for error. In ccm i am facing the below issue I again run the basic config and step configure automatically previously it is suppose to be green while i...
View ArticleRe: Conditional Dynamic configuration : Reg
if(GSBER.equals("9999")) { GSBER = "A"; } else if(GSBER.equals("0201")) { GSBER = "B"; } else if(GSBER.equals("0203")) { GSBER = "C"; }
View ArticleRe: Problems in Prompt Values
Sheetal , thanks for your response, Kindly send me the screen shot Please if you dont mind. My report should run daily basis.So as you said if i create the customer exit?
View Article