Accounting document has partial amount, not full amount due
Hi, guys. Can I have your knowledge on how accounting docs are posted in SAP? Recently, the user psted in FB1D an accounting document that is a partial clearing of an invoice, but supposed to clear...
View ArticleRe: Get All the Time Periods dynamically from a current period selection
Thanks much Nilanjan. Yep it works for me
View ArticleRe: INVENTORY AUDIT REPORT FIELD
Hi, Do you have further questions? If not, please close this thread by marking correct/helpful answer. Thanks & Regards,Nagarajan
View ArticleRe: KEU5 (COPA Assessment) Cumulative Allocation
Hi Teck Liang, Thanks for your reply. As mentioned in my previous post it Top-Down-Distribution was just an idea which I haven't tested myself.But the way I understand the TDD logic it has a chance to...
View ArticleRe: why can't open analysis application on my ipad
Thanks Tammy, but I already use the latest SAP Business Object Mobile APP now.
View ArticleRe: Not to include Negative WIP
Hi Mohit Your client rquirement is quite specific.But you can try the following: In transaction OKG8 assign for RA category RUCR the same account. This way in FI both debit and credit for negaitive WIP...
View ArticleRe: installation cannot be completed! Any help?
i did that , but still it does not work.
View ArticleRe: File to Proxy Scenario Error
Hi Giridhar, The problem is with connection. Please check the below discussion HTTP returns status is 500(Internal Server Error) Problem in ABAP proxy........ | SCN regards,Harish
View ArticleRe: Forward scheduling
Hi SR, "Material Constrained Planning' is only available in SAP APO.. In ECC , you can achieve above by setting Planning time Fence for FG = 'Total Repl. Lead time' of MRP3. You also need to change...
View ArticleRe: A JRE or JDK must be available in order to run Eclipse
Thanks for all the Replies to my original post When u start Afresh to Learn SAP HANA and installing the tools on 64 -bit windows :-Step 1 : Install JDK or JRE .I found a link to share...
View ArticleRe: Convert HH:mm:ss String format.
Hi Jyothi, You can sum up "AvgSec" variable and then convert into hh:mm:ss format. AVG=Floor(Sum([AvgSec])/3600 )+":"+Floor(Mod(Sum([AvgSec]);3600)/60)+":"+Mod(Mod(Sum([AvgSec]);3600);60)~Anuj
View ArticleCurrency conversion in CO-PA
Dear CO-PA gurus I define company code currency and operating concern currency. Transaction currency: EURCompany code currency: JPYOperating concern currency: USD In this case, I'd like to convert from...
View ArticleRe: SAp reporting error
Hi Rafi, Did you manage to import the report via GR59? Transaction GR59 allows you to import definitions of reports from SAP reference client - 000.Looks like in your case someone has deleted some SAP...
View ArticleRe: Content is not allowed in prolog
Hi Mark, I'll have get back to you with your FCC config, for now:Within the communication channel_sender (source tab): 1_Does Server mean the IP address of the sender system (PI)? 2_Port is being...
View ArticleRe: Help me finish my query - please ;)
Hi, Try this: Declare @FromDate DatetimeDeclare @ToDate Datetimedeclare @Slp as nvarchar(20)Set @FromDate = (Select min(t0.Docdate) from dbo.ORDR t0 where t0.Docdate >='[%1]')Set @ToDate = (Select...
View ArticlePicture Object in CR XI not showing on run time
Hello.I made a report design using CR XI, I attached an image using Picture Object and selected the image, It shows in Main Report View but when I run the program and click the button that executes the...
View ArticleUsing Standard MB51 value
Hi all experts,I am new to SAP. I want to know whether i can use value that display in MB51 to use in my zcode calculation or not. If it can be done, how can i get that value?
View ArticleRe: Add aging information to FBL1N/FBL5N
Hi Yoshitada, In the FBL1N/FBL5N report once you execute the report select the field "Arrears after net due date" this gives the information about the ageing of the Invoice. usually days with...
View ArticleRe: Web UI How to add an Image in a custom view
Hi, Check http://scn.sap.com/thread/3402068and http://scn.sap.com/community/crm/webclient-ui-framework/blog/2012/07/25/form-iterator-for-chtmlbconfig ThanksKumar
View ArticleRe: Defined field is too small error in qas
Hi, Could you post the whole code here - like the data declaration of wa_tab and wa_tab2? Cheers,Mahesh
View Article