Re: Forecast Consumption and Wthdrawal quantities
Hi Subash, Before releasing the forecast in the Week 2, you supposed to adjust your Monthly forecast in Demand Planning. Otherwise when you release it from DP to SNP in the second week, still the...
View ArticleRe: Add logo to excel using OLE in ABAP
Hi Shailendra Jain, See this link http://wiki.sdn.sap.com/wiki/display/Community/Insert+Picture+Image+in+Excel+using+OLE+Automation
View ArticleRe: Payroll Posting error (Internal Order issue)
Dear, please set the field status for field "Order" to optional and testagain.Tr.: FS00 "610290" -> create/bank/interest -> Field status group -> Additional account assignments...
View ArticleRe: which row selected first in table control
s/m Abdul, Declare ABAP variable to store line selection indicator. DATA: MARK TYPE C. In your internal table also keep a field as SEL Now in the Screen In the PAI. PROCESS AFTER INPUT. loop at...
View ArticleRe: Vendor block for posting.
Hi Rakesh, Above transaction code is enough to get all blocked vendor details ,if you select check box of only with posting block check box in selection screen of above transaction code. RegardsMani
View ArticleRe: Distribution rules setup..
Hi Srinvas, Check the below link. http://help.sap.com/saphelp_sbo882/helpdata/en/45/114bc729fc4805e10000000a1553f6/content.htm Hope it is helpful. RegardsKartheek
View ArticleRe: Unable to Define Response Profile - Error Message no. BG083
Ok. you are right, I've realized that after posting. But the reason for your problem seems to be the blank field of 'Response' when you are in the 'Response Times' screen.Everything is fine here with...
View ArticleRe: All data not loading to target fields
Hi, Please check the keyfields in your dso. Try making grade as keyfield because based on that only you are getting unique records. Hope this helps. Regards,AL
View ArticleRe: can we send multiple fields in AT END OF statement.
HI, Thanks Ivan, I use the same concept here. To Describe it in Real world example I have One Program to clear "At END". To count GRN in respect to gate entery first it depands on exise than on...
View ArticleRe: Extract time from RunStart of a job
Hi Dana, I guess you want to use the value in calculations. You could just take the Date, truncate day, get the millis from that and substract that value from your date/time. See DateTimeZone, you have...
View ArticleRe: requirements for Adobe Forms, WebDynpro & HANA
Hi Ritu, Too many questions..... But... 1. Yes, you will need to install ADOBE Lifecycle Designer for ADOBE Forms only then it will work it will be there in the CD or you can download it. 2. ECC 6.0 is...
View ArticleRe: empty value in export and import value in object oriented
s/m Maryam, can you post the full program. Is the method of global class ??? Regards
View ArticleRe: Reg : RIEQUI20 report output
I was stuck in the same report once... Thanks for the points...
View ArticleRe: empty value in export and import value in object oriented
you don't need to write IMPORT ANSWER1 TO ZANSWER FROM memory id 'ABC'. I think all you need to write is : IMPORT ZANSWER FROM MEMORY ID 'ABC' .
View ArticleRe: can we send multiple fields in AT END OF statement.
HI, Thanks Ivan, I use the same concept here. To Describe it in Real world example I have One Program to clear "At END". To count GRN in respect to gate entery first it depands on exise than on...
View ArticleRe: Replacement of obsolete «Import/Export to-from Memory ID» operator
Let say we're using MEMORY ID, now two different users execute the same ABAP-program, which uses the same Memory ID, so does user A affects to the content of Memory ID of user B? Does Memory ID works...
View ArticleRe: Migrating SAP Directories
Hi Daren it looks to me you are already in right direction. I assume you want to do it with sap and db down, do you? I think that with actual technology there is no need anymore to split logs from...
View ArticleRe: Migrating SAP Directories
Hi Kindly refer the link http://scn.sap.com/thread/3397324 ThanksSriram
View Article