Re: Abstract Method in a Final Abstract Class.
If you will use only static components yes, if not, don't make sense.
View ArticleBPC Logic Script: Creating intersection instead of union with *SELECT statement
Hi,I just found out ,to my dismay, that a line like that *SELECT(%SET%, [ID], MY_DIM, "[ID] = %SET2% AND [ID] = %SET1%")generates union of %SET2% and %SET1% instead of intersection.I need to generate a...
View ArticleRe: Cats release working time service
check if you have any sessions opened for the user in SM12 or SM04 is the locks released? please check note 1644347 http://wiki.sdn.sap.com/wiki/display/EP/Get+rid+of+service+locked+error+...
View ArticleRe: How to trigger IDOC automatically from the tcode ME11 and ME12 ?
Hello Manojkumar, You can use the function module IDOC_INPUT_INFREC for processing the inbound idocs. For creating Outbound Idocs: MASTERIDOC_CREATE_INFRECMASTERIDOC_CREATE_REQ_INFREC Generation of...
View ArticleRe: ABAP Rpt to PDF using CONVERT_ABAPSPOOLJOB_2_PDF issues in Batch
Sameer,Thank you, but we already have that note on as part of the support packs. Regards,Greg
View ArticleRe: Error while trying to visualize the results from algorithms (connect with...
Hi Bimal, I went to that page to add the parameters (because I can't find then) then I clicked with the right button, but the option "Add Parameter" is unclick.Did I missed anything? regards!
View ArticleRe: BO4 - 30650 error action acnnot be performed refresing report
Hi, Thanks for reply. users use launchpad rather than webi rich client- can rule out version mismatch in this case. Any other thoughts/causes of this error? Thanks
View ArticleDesign Cheque in Adobe (PDF)
I need to design a new cheque and I'd like to design it as a PDF. I have not been able to find a clear answer to the what print program to use for this or a sample PDF form to model after. I'm aware of...
View ArticleRe: SAP Jam Integration with Cloud For Customer error
JAM Access can be granted in Manage Security under SFSF AdminTools. And then, Users in JAM can be viewed under Admin page.
View ArticleRe: Replication is failing after inserting a line of Code in BOP and EOR in SLT
Hello Justin,I tried to put the breakpoint in my include and then ran the program DMC_STARTER, but somehow it didn't stopped at the breakpoint.The only difference in the settings which I did was...
View ArticleRe: How to see a combine query results
Hi John, Your query should be like: select year, column2,.... , column nfromtable1whereyear=2000UNIONselect year, column2,.... , column nfromtable2whereyear=2001 Check if it is the case. Regards,Yuvraj
View ArticleODBC accessing AS/400
I'm newer with this and need some help. I have multiple libraries that I need to access Crystal reports with and am wondering if I have to create a connection for each library?
View ArticleRe: BPC 10 Transformation File: Selection
Hi Sean, Could you please share your current transformation file for reference? Best Regards,Leila Lappin
View ArticleRe: Lentitud para iniciar la pagina de mi SAP BO
Gracias por tu respuesta Victor Revise el Log que me comentantes y el tiempo de respuesta es el siguiente INFO: Server startup in 2417108 ms son 40 minutos Abri un mensaje a Sap y estoy trabajando para...
View ArticleRe: how to change host in iview
Hello there Víctor! Your assumption is correct. The iViews reference a System Alias, and the System Alias belongs to a System Object. The System Object is a portal representation of the actual system...
View ArticleRe: Communication Channel Monitoring: Start and Stop buttons are disabled
Then i would suggest you impliment the corrections suggested in the SAP note To be more specific - You might have just patched the AF framework but not the SOA monitors component. So i would suggest...
View ArticleClient configuration for Setting net password encryption reqd
I am trying to enforce all connections to the Database Server, however we have a few different type of clients connecting using several applications. I am currently gathering all the applications and...
View ArticleRe: MSS short profile values coming as N/A for Address
this is interesting, does it work after you modify and pass values? maybe you can ask SAP thru OSS, as in standard delivery we don't pass address in the above table as you configured it?
View ArticleRe: Help on activating mass processing of Kanban's in PKMC
Rijil, I have not used the BAdI but as a pre-req to make use of the mass processing option in PKMC, you need to activate the EhP5 business function LOG_PP_LMAN_02. The usage of BAdI is dependent on...
View ArticleRe: ALV grid display
Hello Neha, Kindly check this solution. TYPE-POOLS:SLIS. TYPES:BEGIN OF FS, LIFNR TYPE LIFNR, NAME1 TYPE NAME1, ORT01 TYPE ORT01, END OF FS. DATA:WA1 TYPE FS, ITAB1 TYPE TABLE OF FS....
View Article