Re: Talent Review Meeting - Follow-up activities
Hi Clemilda, Approve Assessments option would be enabled once you change the status of the Talent Review Meeting to 'Approved'. -Ranjith
View ArticleIDT logfile
I made a small modification on a dimension and tried saving it.Information Design Tool say not responsible. I waited for some time and in task manager I killed the application. When I try re-open then...
View ArticleRe: what is the object name for purchase request
Hi Srinivas, Translating Eric's code :In VB you write Dim ogp As SAPbobsCOM.Documents ogp = ocompany.GetBusinessObject(1470000113) In VB the type casting for this is implicit if you never turn on...
View ArticleRe: Function module 'CONVERT_TO_LOCAL_CURRENCY' return wrong exchange rate
Hi, Exchange rates are saved in Exponential format to save the accuracy of the rates as minor difference in 3rd or 4th decimal place make a difference. So the they are saved in such a way internally. I...
View ArticleRe: changing the validity period in a pricing condition
Hi, You can change the time lines of the condition record in VK12.
View ArticleRe: how to transform a field from SRM local purchase order to ECC
Hi Kumar, You may develop this BADI in trx se18. In it, you may click 'documentation' to see more details aboutthis BADI. It only contains one method BBP_B46B_PO_OUTBOUND which is used to map srm PO to...
View ArticleRe: Re-order point and bulk vs non-bulk
Hi Joseph, Usually Material Requirement Planning is set up for bulk materials for smoother inventory management. but it is not a necessity to classify them as bulk items. that depends on the business...
View ArticleRe: Alv with checkbox
Eric, Not at all. But I am curious to know the normal abap solution because almost all the threads were discussion solutions in OO approach. Thanks,Aspire
View ArticleRe: Its Friday :-)
Habit of smiling can make your life happy.It cost's nothing and you loose nothing. But the people who get it, get everything. So always keep smiling.
View ArticleRe: Fiori Apps - facing problem
Hi Masayuki, when i switched protocol to HTTPS with proper port , the things are working properly now, i am able to see fiori default login page and now apps navigation is also working , but I didnt...
View ArticleRe: Recalculating selected condition type of pricing in billing document
Hello Hitesh, Just try to change 'Cond.category' in V/06 for your particular condition type. Try by changing it to 'F' or 'L'. lt should redetermine the values however in case if this doesn't work then...
View ArticleRe: delete item in physical inventory WM
Hi Jurgen, There were 142 bins for the physical inventory document line no. 123 & 126 was having status counted & rest bins have status cleared. As I was getting error quant does not exist I...
View ArticleRe: What is the Sales Order ATP exception process for Strategy 52?
Ann, I have reviewed all the questions and answers from other experts. Based on my experience of PS =52, An availability check is performed on the basis of the planned independent requirements. What...
View ArticleRe: FM for deleting Inactive Objects in a Request
Hi Anoop, Check the FM RS_INACTIVE_OBJECTS_LIST and function group SEWORKINGAREA. The following link will help you: http://scn.sap.com/message/1203144#1203144 RegardsPurnand
View ArticleRe: FM for deleting Inactive Objects in a Request
Hi Anoop, Then see this code for reference http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+program+to+simulate+transports
View ArticleRe: Example of using CURRENCY_AMOUNT_SAP_TO_DISPLAY
This may help you : http://scn.sap.com/thread/1283971and http://www.sapdev.co.uk/fmodules/curr_saptodis.htm Same has been discussed in it.
View ArticleRe: Alv with checkbox
HI, FORM user_command USING v_comm TYPE sy-ucomm wa_selfield TYPE slis_selfield. "layout CASE v_comm. WHEN '&CHK'. "Your Function code for Select allbutton...
View ArticleRe: Calculus or Derivative?
Hi Cheung, In line chart which you hav create ,right click the line in that chart you have an option Trendlines...i hope this cane help you. Thanks & Regards,Darshita
View ArticleRe: Need different colours for Profit and Loss
Have you tried with "Exceptions" in BEx Query? Otherwise you have to format your workbook in BEx Analyzer. There will be format option in the top context menu.
View ArticleRe: Proxy with attachments to File scenario
Hi, Yes you are in right direction, use payloadswapbean in receiver SFTP file channel with correct entries to swap the payload with attachment. Regards,Praveen Gujjeti
View Article