Re: Control does not transfer to Data Provider Class with big data
Hello Ira, Are you performing POST operation on the same entity? I mean consider for example you have entity Employee and have A B C fields. So here are you dealing with a scenario to push all A B C...
View ArticleRe: MRP Planned Order Splitting and Conversion
Hello The planned order quantity is defined by the lot sizing procedure. Which one are you using? Also, if you have only one requirement for the entire month, system will generally create only one...
View ArticleRe: Add New Line Item with different partner than header to Sales Order using...
Maybe note 205775 is applicable. Rob
View ArticleRe: Bar id using this.byId() gives error when try to set its vibility
i get below error when used: sap.ui.getCore().byId("yourId").setVisible("true"); Cannot read property 'setVisible' of undefined
View ArticleRe: Bar id using this.byId() gives error when try to set its vibility
hi Florian, i've tried this before, didnt worked. tnx
View ArticleRe: SAP Work Manager 6.2 Installation Problem
The FlightBooking application uses OData to access the SAP Demo server. I'm the only one using the server (its a sandbox development server) so no one would be accessing the system but me. I checked...
View ArticleRe: Custom field label not changing in standard MB52 report while saving as...
Finally found solution. Declare an internal table itab TYPE SORTED TABLE OF textpool. READ textpool sy-repid INTO itab LANGUAGE 'EN'. and insert following entries in INITIALIZATION itab-ID...
View ArticleRe: (MX) Contabilidad Electrónica - RME 2014 Anexo 24
Does anybody knows if we also need to stamp COA, Balances and Journal Entry lists similar to the payroll process in Mexico before we upload them in SAT webpage? Thanks
View ArticleRe: BSI Tax Factory 10.0
Thanks Matt: We implemented note 2033053. I tried to apply 2041117 today, but had some activation issues- will look at that again. How do you activate Feature 10EET? We've suppressed 14 message...
View ArticleRe: Time calculation
Hi, try creating a query returning just [Transaction hours], merge your original query with this query on [Transaction hours]. Bring the merged [Transaction hour] in your table. Create a measure...
View ArticleRe: rule sets trouble shooting
Hi Dipak, When the event handler processed in SAP EM, it goes to several rule activities. First, It goes to Multitask EH Update Activities rule activities and next Rule Sets activity. If you look at...
View ArticleRe: Error when saving Crystal Report to excel
What version of CR?Give the %TEMP% dir read write permissions. - Ludek Senior Support Engineer AGS Product Support, Global Support Center Canada Follow us on Twitter
View ArticleRe: How to write script to set decimal places in Design Studio?
Did you try and check whether the decimal places are set AFTER you click on the crosstab? You seem to have put the script up on the onSelect() event of the crosstab, meaning you will have to manually...
View ArticleRe: Do you like the new SAP logo? And do you know how it evolved in the past...
Yup, a couple of weeks after the new logo was introduced, SAP took a U-turn and brought back the old blue logo That's why you don't see it anymore... They say it's because of the strong feedback from...
View ArticleRe: Do you like the new SAP logo? And do you know how it evolved in the past...
And obviously you are not alone The old logo is back. Long live the blue
View ArticleProgram gave dump after execution of Select query more than 1000 records...
HI All, I am getting dump for below code. Dump details: Possible error causes: o The maximum size of an SQL statement was exceeded. o The statement contains too many input variables. o The...
View ArticleRe: Align Caption in Webdynpro
Hi Anju, To make the alignment of caption to work in grid layout, you need to set the width of CAPTION and then use the property "hAlign" as shown below Hope this helps you. Regards,Rama
View ArticleRe: Webdynpro.... Context...Right click...Create...Attribute is...
Hi ,The reason is simple. You node which you've shown in you snapshot has dictonary structure = VBAK. That is the reason why your create attribute is in disabled . Remove that dictionary structure and...
View Article