Re: Maintain Classification Information in MDG-M without passing it over to MM
I agree that it is not just a simple change. In theory, entities that are in the MDG active area are not passed to the access class. So, in theory, it should be doable. However, from experience, I...
View ArticleRe: Crystal Reports locks the program that is running the report on Windows 7
Remove this line: rpt.Database.Tables.Dispose(); You are setting the report to a dataset: RPT2.SetDataSource(ds); So Database.Tables is not in play at all. If you want to dispose of the data, you's...
View ArticleRe: EPMSelectMember OnChange Refresh report
Hi All, You can write your own function with the same functionality like EPMSelectMember. But in this function you can explicitly call REFRESH! dynamic page axis member based on EPMSELECTMEMBER in...
View ArticleRe: Query script generation failed. See your BusinessObjects administrator....
Hi Ashvin, thanks for the quick reply but as written we are on a newer level Business Objects 4.0 SP7and when I looked at the document i could not find any ADAPT with this described error. Which one...
View ArticleRe: SBAL_DELETE program
Hi Diana Did you get the solution on deleting the entries from BALDAT? Thanks
View ArticleRe: Get list of Universe and Reports
To get Unx Files. You can use the below query. select SI_NAME from ci_appobjects where SI_SPECIFIC_KIND='DSL.Universe'
View ArticlePI 7.4
Anyone aware of a roadmap for PI 7.4? I see one for SAP Process Orchestration (including PI, BPM, BRM) - but we are not currently interested in BPM/BRM.
View ArticleNeed Table for Net Value or Gross from Header GUID
Hi Gurus, Can someone help me find the net value of a complaint object? I have sorted out all OPEN returns in our system and now I want to find out what the net or gross values of them are so I can...
View ArticleRe: Note Issue
Its already been implemented in that system. Click 'Log' icon, it will show you the steps and also the transport request, if its collected. You can import this transport request to further systems, if...
View ArticleWorkflow: Container will not populate
Experts,I developed a method in a standard task which reads an ACCEPT/REJECT button and if the button is triggered updates a container element with an 'X'. I have code in place as follows:...
View ArticleEmpty tables in Audit Universe unx File (No data)
Hi BOBJ Gurus, I am trying to configure Audit database / universe in 4.1 SP2 and have imported .unx universe into IDT so I can run my audit activity report within organization.I have configured...
View ArticleRe: Live Chat....
What do you think was the intention of the FAQ author to make a part of this sentence bold: You'll need an S User ID to login to SAP Service Marketplace: these are issued to SAP customers and partners...
View ArticleHR Workflow for HCM
Hi, I have one requirement, My requirement is to trigger the worklfow if changes in infotype 0006. I have activated workflow WS01000015 Now entries is maintained in SWETYPV. But while searching on...
View ArticleRe: 2 Business Roles - Navigate from One to Another
Hi Remo, Maybe you can consider configuring a new business role for your key-user, where you can put all workcenter that he needs (from both business roles that you indicated). What do you think? Kind...
View ArticleRe: Make a parameter a table type.
Hi Elena, In public section try defining the table type fully specified as follows. TYPES: TT_CRMD_ORDERADM_I type standard table of CRMD_ORDERADM_I WITH DEFAULT KEY.Thank You,Harsha
View ArticleRe: The executable R3trans in /usr/sap/SID/SUM/abap/exe is too old.
I also having similar issue in "Extraction phase". copy the latest 740 R3trans to /usr/sap/SID/SUM/abap/exe directory. Please find the following screenshot. Thanks, Dipam
View ArticleRe: SAP Enterprise Portal
Hi Sriram, I want to learn from the basics.Is there any training videos which I can refer to from the SCN community?
View ArticleRe: Best method to upload Recipe
Hi Raghuvarun, Use LSMW.Otherwise, you will need to create a custom program thru a BDC. You will find similar recommendation in lot of threads.Check this thread:BAPI For Master Recipe Creation -- Tcode...
View Article