Re: TPM-FM: pricing procedure determination for budget postings
Hi Anne, I am facing exactly the same problem in my system. I have also maintained a fund determination profile to the budget posting transaction type, but still the error comes. Any pointers ?...
View ArticleRe: Plan Qty for material in the Prod Order Cost analysis
Hi, It is better to check Report : COOIS You will get complete information about the order. In CO03 costs/Analysis---Plan Quantity issue is for the said order or for all other orders just check it...
View ArticleRe: ABAP CDS View: join tables on columns of different type
Hello, The behavior is well documented: ABAP CDS - cond_expr, Comparable TypesABAP CDS - cast_expr Since ABAP CDS is open and must deliver the same result on all platforms it cannot support all type...
View ArticleNeed suggestion Source multiple files -- > 1 IDOC
Hello Friends, Good day !! I am looking for a good design approach for below scenario. I have 40 source system, all send material files as text and couple of them as excel. Overall there are 25 target...
View ArticleRe: select query is slowly
Did you execute a SQL trace (ST05) to insure that the hint is actuallytaken into account?You forgot client in the index keys : add MANDT Regards,Raymond
View ArticleRe: ABAP CDS View: join tables on columns of different type
select b~BPKIND, b~TYPE from crmd_partner as a inner join but000 as b on b~partner_guid = a~partner_no UP TO 20 ROWS INTO TABLE @data(lt_result). - This...
View ArticleRe: Transactions take longer to process after having logged on for sometime
Thanks for this code. As it is an function you call may you can Show us the calling code? I assume it is caused by the way you call this function. Have you set global variables for objSheet and...
View ArticleRe: Portal Logout redirects to startPage of Server instead of /irj
Hello, Did you restart your portal after modifying the ume property for logoff ? Following the documentation...
View ArticleGROUP BY.. in LOOP
Hi, Consider the below mentioned piece of code: DATA: lt_sflight TYPE TABLE OF sflight.SELECT * FROM sflight INTO TABLE lt_sflight.LOOP AT lt_sflight ASSIGNING FIELD-SYMBOL(<ls_sflight>) GROUP BY...
View ArticleRe: SAP HANA Cloud Platform Trial update announcements
The Best-Run Businesses Run SAP SAP HANA Cloud Platform Planned Update Wednesday, 16 December 201513:00 – 14:00 UTC Dear customer, The landscape https://hanatrial.ondemand.comwill be updated on...
View ArticleRe: Work Schedule
Hi, Yeah, you have to change counting rule a little for this. You have to uncheck DWS class = 0 from your counting rule in table T556C. Thanks
View ArticleRe: BPC 10.1 Embedded
Hello Sean,check this post by Detlef Wassmuth.http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/207f2ed3-a22f-3210-faa5-ade903c2b2ed?QuickLink=index&… There are updates on this...
View ArticleRe: Opening repo in Mgmt Console is very slow
Ask your DBA team to monitor database activity when opening the repo.
View ArticleRe: BAPI_EXCHANGERATE_CREATE giving dump while passing large exchange rate
Try to use factors to adjust the rate (remove the 0s) fields are FROM_FACTOR_V and TO_FACTOR_V, got those with BAPI_EXCHANGERATE_GETFACTORS. Hint: Look at transaction OB08 or table TCURF to display...
View ArticleDeactivating BC set
Hi, BC Set GRC_MSMP_CONFIGURATION has been activated at the incorrect stage of the migration process from GRC AC 5.3 -> GRC 10.1.Does anyone know how to deactivate it and then, activate it again?...
View ArticleRe: Creating Invoice according to correct exchange rate
i am looking In change mode(VA02) showing display mode exchange rate. if i change pricing date as past dated(pre -payment date) in VA02, any changes/impact on exchange rate in VA02?
View ArticleRe: Affordable Care Act (ACA)
Hi All, However I am able to see both the function groups HRBENUS_V_ACA and HRPAYUS_V_TXCMP in the system.
View ArticleRe: Example of form binding !!
Hi Vishnu, could you provide some example code you've already tried? You can find some example code in the Explored App. Regards,Daniel
View Article