Error in Billing TPV - WPUK
Hi. I'm currently trying to post billing documents trough trx WPUK, just as it would be posted trough IDOC WPUBON. The document is posted with no errors. However, the amounts posted to de FI document...
View ArticleRe: New functions in PFCG - track auth.-changes when merging authorizations
Good old ALV. Still unbeatable in 21st century :-). BTW nice features. Cheers
View ArticleRe: To prevent upload of incorrect file in LSMW
To prevent such mistakes, the user should actually execute the display read data step and the display converted data step. If he had done this, then he had seen that instead of english text there is...
View ArticleRe: PRT Plant Conversion From Central Task List
Hi IbnuI am sure you know that you can create PRTs Plant Independent which may help you. The standard centralized Task List conversion does not cover conversion of PRTs. You may think using...
View ArticleRe: Trying to make sense of OSS Note 1999747 - Screen ID Overwrite Rules?
Chinthan,As described in my comment above, please note that I believe the following screen override entries need to be added to the OSS Note (and likewise for VA02 and VA03):...
View ArticleRe: Update OITW MinStock using DTW
Try this query:SELECT ItemCode, WhsCode,ROW_NUMBER()OVER (PartitionBY ItemCode OrderBy WhsCode)- 1 FROM OITW This query will give you the LineNum based on the system keeping the order as alphabetical...
View ArticleRe: Custom key figure at PERPRODLOC level using helper key figure at...
Hi, We cracked this issue, the problem was with "composite fat" key figure being checked as stored. Attached is the modified definition. Regards,Aditya G
View ArticleRe: ABAP runtime error OBJECTS_OBJREF_NOT_ASSIGNED occurs during the...
Hi All, I am also getting the same short dump. When contacted SAP they did ask me to deactivate badi ME_DP_CLEARING. Even after I deacitivation of that BADI the error did not change.SAP note 1879797 -...
View ArticleRe: Executing Store Procedure random timeouts
I suspect the former. I think variable output SPs are new in 11 so there may be a bug. A support incident would be best.
View ArticleRe: how to install sap bpc on netweaver
That's a SAP Basis/Netweaver consultant activity so you need one to do this since it is complicated and requires previous knowledge on other domains. However the MS version you can install it easily by...
View ArticleRe: Not Understanding this code: (field-symbol) to create dynamic ALV table
Hi sami, this is ABAP syntax. ptr is defined as REF TO DATA, this means ptr does not store actual data but contains the memory address of those data. This is called a pointer to the data. ptr->* is...
View ArticleRe: Request processing failed. (XLS 000009)
Hi Obinna, Failed to get the cube from connection is a generic error message, and can be due to multiple reasons. Mostly the issue is associated with the BICS connection. To find out the exact cause I...
View ArticleWant Crosstab to display "0" value
Hi everyone, I’m trying to have my crosstab display a value of “0″ for instances when the formula returns a null value. Right now, any return of a null value is not being displayed on my crosstab and...
View ArticleRe: Flattening Dimension Hierarchy in BPC 7.5 sp15 for Netweaver
Maybe using properties on your dimension? You could use something like a LEVEL property and then using it on your report. Worst case you could manually create the input form with EVDRE functions...
View ArticleRe: How to increase signed data value by 10 using conversion file
You could also consider using DEFAULT.LGF script logic for this and using the "Run default logic" as an import option
View ArticleRe: ic elimination
You need to trigger the calculation using a script logic .LGF file referenced on you Package from the Data Manager. Delivered environment in SAP BPC has examples for this
View ArticleRe: Saving Workflow log to a Z table
Hi, My standard response (to requirements like that) is: if the report generates such a large spool file, here is no way any human will be able to digest it all. Business users usually just want a...
View ArticleRe: How to save BPC Worksheets to BI Platform
You could consider using the Distribute List functionality from BPC which allows you to save an EPM report with the latest data into a shared folder
View ArticleRe: Posting additional sickness data in IT2001 via custom fields
I answered you earlier as well long back ?...
View ArticleRe: filedrop target (web dynpro java ui)
Thanks Govardan Raj, but that page I had already seen and furthermore, it is the same as putting on help content of SNDS .I followed all the steps and I could not get it .Regards.
View Article