Re: Texture background in Bar Chart fails to dsplay correctly with 64 bit...
Weird. Wort testing certainly. I'm on vacation at this time - until the end of August, but when I get back, I'll see about taking a closer look. Umm, BTW., what version of IE? Just asking as according...
View ArticleRe: Texture background in Bar Chart fails to dsplay correctly with 64 bit...
The sometimes it works occurred, when I clicked on the compatibility option of IE over 6 times or more. Sometimes I couldn’t ever get it display correctly. This only started to happen after upgrading...
View ArticleRe: Program to Generate ABAP Source Code
Hi Kausthub KrishnaKumar, Could some help me in understanding how to use the FM 'RSS_TEMPLATE_INSTANTIATE'. In the attached link, what are we supposed to pass to C_TEMPLATE in the FM ? See this link...
View ArticleRe: SQL Show GP's and Price list and if exist the special price with...
Hi Peter Eschweg Try This SELECT T0.[CardCode], T0.[CardName], T3.[ItemCode], T2.[ItemName], T1.[Price], T3.[Price] as Sonderpreis, T3.[Discount]FROM OSPP T3left outer JOIN OCRD T0 ON...
View ArticleRe: Upload problem in bdc due to long text value in excel
Hi Palash Mazumder, Use 'TEXT_CONVERT_XLS_TO_SAP' instead of alsm_excel_to_internal_table. Regards,Ramesh.T
View ArticleRe: SQL Show GP's and Price list and if exist the special price with...
Hi Peter Eschweg Try This SELECT T0.[CardCode], T0.[CardName], T3.[ItemCode], T2.[ItemName], T1.[Price], T3.[Price] as Sonderpreis, T3.[Discount]FROM OSPP T3left outer JOIN OCRD T0 ON...
View ArticleRe: Official SAP Business One Release 9.0 Product eLearning
Hi Alwin Machingauta... Check with the following link you required a valid S user ID to access it.https://websmp110.sap-ag.de/~sapidb/011000358700000944952012EHope Helpful RegardsKennedy
View ArticleRe: SAP Screen Personas : Home page
Please find the .har file attached. Thanks for your time.
View ArticleRe: SAP Screen Personas : Home page
All the requests look as they should. I am missing the request to restgui where you get the screen definition but since you showed a screenshot before, I assume it works but you removed it from the har...
View ArticleRe: Upload problem in bdc due to long text value in excel
There is a limitation of 1024 chars in xls in a column so better chose an alternative approach as suggested by others
View ArticlebindAggregation resulting in duplicate entries
Hi friends, I am using method bindAggregation on a list. The collection has 20 rows. But when the list shows up on the screen, I see 20 entries but all of them are same. All the rows are actually...
View ArticleRe: Want to make trial balance even for few days report painter
Pls any expert at least answer it as to is it really possible or not thru report painter and ABAP is only way. If such things are not really possible in system then why interviewers ask such questions.
View ArticleRe: Send PDF attachment from AL11 as Mail
Hi,I am including a piece of code :Regards. FORM mail_1_prep_5 CHANGING ob_document_bcs TYPE REF TO cl_document_bcs . DATA: bin_file TYPE string . * For testing purpose a test file is created....
View ArticleRe: CK11N error
Dear Anagha Have u done indirect activity allocation for this activity? Kindly check your Cost component structure, whether this activity type is mapped in your cost component structure? Regards...
View ArticleRe: KDMAT35 is not getting populated but INFNR is
Hi, Could you check if the IDoc metadata has been loaded?
View ArticleRe: Cancel depreciation
Hi, For this you can either maintain the depreciation key as '0000' in all the wrong assets or you can also post an unplanned depreciation to an extent of amount of which depreciation is wrongly posted...
View ArticleRe: Rebate
SAURAV, Are you two queries independent of each other?(rebate and no link with group condition types?) The reason for asking this is that in rebate condition types (BO01 etc.) there is no Group...
View ArticleRe: Throwing Generic Custom Conditional Exceptions in PI 7.3 Single Stack.
Hi Rahul, Within your mapping, you can add UDF's like, if(XYZ==some particular value) throw new RuntimeException("Invalid value of XYZ"+XYZ); else return(XYZ);
View ArticleRe: Import of Material into hierarchy ZHIERARCHY
Hi Vaibhav, I am trying to maintain entry like above you mentioned, but i am getting some error for sales and Product i.e Hierarchy R3PRODHIER Does not Exist..Hierarchy R3PRODSTYP Does not exist. i...
View ArticleRe: file to idoc scenario
Hi, For this, go to NWA->Configuration-> Infrastructure->Application Resource->Java IDoc Adapter ->Properties. There you will see the parameter AutoNumberfromDB. This can have two...
View Article