Re: Changing amount into words
Hi Experts, I have to display entered amount in the parameter into words ( ex: 2000 to two thousand) without using function module Please suggest me some...
View ArticleRe: Mouseover on table rows
Hi Micha, you can retrieve the selected row like this: $("#" + idTableControl).on('mouseover',function(evt){ $("#" + idTableControl).find('.sapUiTableRowHvr') })sapUiTableRowHvr is the css...
View ArticleSAP UI5 and SAP OData Libraries into NetWeaver MII 12.2
Hi, We came across this article SAP MII and HTML 5 Demystified about the UI5 libraries on MII 14.0. I just need to find out from the experts if this can be implemented on MII 12.2 without complications...
View ArticlePM Order Masterdata Not loading Maintenance Orders
Hi All, We are using 0PM_ORDER_ATTR order to bring Work orders. But looks like it doesnt bring any of the Maintenance/Service Orders. I looked more into datasoure and found that there is a condition on...
View ArticleRe: ME2N - Open Invoice report inconsistent
Jürgen L wrote: You are too optimisticMight be its because my organization clear it at the time financial year closing or might be I strongly recommend to my organization to run GR/IR clearance before...
View ArticleTransform osreftab to internal table
Hello, I have a table of type osreftab that I have gott from an persistance object usingif_os_ca_persistency~get_persistent_by_queryIs it possible to dynamically convert this into an internal table?...
View ArticleDate and Time difference between date range
Greetings All, I am required to calculate the difference between two dates and two times in HH:MM:SS format.a.In my infoprovider I have only Date and Time as keyfigures. b.An indicator I and D...
View ArticleRe: Previewing Crystal Report for stored procedure with output parameters
@Brian DOng: Thank u so much your valuable comment. It's More help me a lot!
View ArticleRe: HR: Relationships not getting transferred through IDoc
Please find below filter settings: 1Infotype1001Object TypeCOSSubtypeA002A007A008A012B0002B007B008B0122Infotype1001Object TypeOSSubtypeA003B0033Infotype1001Object...
View ArticleRe: Availability error
Hi Harsha, The available quantity is zero because the ordered quantity is blocked for the first customer.You can change this by BackOrder Processing in transaction CO06\V_RA.What you do here is - you...
View ArticleRe: create SION & scheme master in EXIM india
Dear Mahesh, without NWBC is there anyother way to see the sion using gui, because i can see tables for sion in se11 but was not able to access it from front end
View ArticleRe: SAP BP: Data Line and Telebox fields
Ok, I ended up debugging the whole odious code related to address subscreen field modification on both sides (BUPA and CAM) to understand just how the expletive is this thing supposed to work and...
View ArticleRe: New GL User Exist or Enhancement
Hi Heng, Did you manage to get answer to your query "Do u know whether in New Ledger / New GL have a user exist or enhancement we can change the data in table FAGLFLEXT or FAGLFLEXA in the specify...
View ArticleRe: Date and Time difference between date range
HH:MM:SS format represents time and not time difference. So please recheck your requirement. You can get time difference in seconds using your approach without using the Time function
View ArticleRe: Need to Pull 'Class" from Equipment Master to a customized report
A very simple way has been just found working for me. See whether this works for you too. 1. Pass Equipment Number in 18 digit format like 000000000050001100 to the field OBJEK of table KSSK andget...
View ArticleRe: IDM & Non SAP app integration
Dhiman Paul wrote: We are using a "To Database" pass.In that, we have sql updating and we are using a stored procedure for insertion into non-sap application.The stored procedure runs fine and we get...
View ArticleError "CTR 1000 / XXXXXX is not assigned to a business area"
Hi, I am getting the error " CTR 1000 / XXXXXX is not assigned to a business area". In KS02 for a CC we have not assigned any BA and there are transaction posted to it and If I am trying to give the...
View ArticleRe: Sec and hig cess is calculating wrongly
There is no impact if you maintain it as " R" Since Tax code CR01 slab type is R Tax credit rates Check the slab rates as well in V_T7INT3 CR01 500000 2000ED01 E Education cess rates...
View ArticleRe: getComponent
Hi Christian, in order to provide an ID for a component, you have to set it at component instantiation, as e.g. in the following code snippet var oComp = sap.ui.getCore().createComponent({...
View Article