Object to be added in OM
Dear Experts, When i entered transaction PPOME and search the objects , objects are showing with down arrow symbol (objects to be added) is arising and few objects are not showing . What is the...
View ArticlePM-HR integration:How to turn off the Personnel No. info transfer to HR?
Hi HR Guru, There is an issue concerning PM order business Close caused by PM-HR integration here. We use Personnel No in confirmation. I can not Business Close the Order because the HR tranfer is not...
View ArticleRe: How to solve order business close issue?
Hi All For our issue, it is because the PM-HR integration is not checked off. If the NO HR update is ticked, the issue should be gone except the existing orders.Thank you, Sally
View ArticleHow to choose offline mobile apps using SMP
Dear All, We've identified several use cases to build mobile apps. We are planning to create some of the apps as offline using SMP capabilities.Is there any criteria or consideration factors that can...
View ArticleDepreciation Calculation
Hello Experts, I am aware that depreciation calculation of assets depends on the depreciation key configuration in AFAMA(base method, declining method, multilevel ,etc) but i would like to understand...
View ArticleAcquisition/Depreciation on Asset with Zero NBV
Hello Experts, We have an asset that already used up all its useful life and currently has a NBV of zero. We would like to post an acquisition value for this asset and depreciate the amount accordingly...
View ArticleRe: i5SPCChart loading event ?
Hi Momen, It should be: i5SPC.registerUpdateEventHandler(function(oEvent){ console.log("test", oEvent); });In document, the method was mentioned wrong. Even I tried registerEventUpdateHandler, but it...
View ArticleRe: SPLIT functionality in String
Hi Murali, View the code. REPORT ytest NO STANDARD PAGE HEADING. DATA: lv_text(30) VALUE 'Ramesh#', lv_find TYPE c, lv_lines TYPE i, lv_result(30) TYPE c. SEARCH lv_text FOR...
View ArticleHow to capture cost ?
Hello , Here is my question in CO and i really hope that someone can help to decide. Here is the scenario.Company X,They have locations in 3 countries. 3 -Unit= Food , Plastics , Agriculture. They...
View ArticleRe: How to capture cost ?
Hi Raj You can go by Segment Concept... Country= Segmnt Unit = Profit Center Training/Exercise = cost Capture cost in Cost Center Level for location wise and assign PC for that segment Kamal
View ArticleRe: Sales Assistant in Opportunity is Not working
1. Created ZOPSM and assigned 'opportunity sales assistant' to ZOPSM. in web UI all activities are displayed irrespective of what sales stage I select. Instead, how can I make these activities...
View ArticleIs there any function module, to find whether the statement is within form...
Hi ABAPers, i am in middle of something, where i have to find whether the statement is inside form and endform. Is there any function module to find it ? or any other easy ways to do it ? Please...
View ArticleDifference Between Actual Goods Movement Date and Delivery Date
Dears, What is Difference Between Actual Goods Movement Date (Field Name : WADAT_IST) and Delivery Date (Field Name : LFDAT) which date should consider. Thanks,
View ArticleRe: Automatic Price update in sales order
HI Everyone!! Thanks for your help. The userexit modification as suggested by Daniel worked. I maintained that if there is change in material, carry out a new pricing and it worked. Thanks
View ArticleRe: SAP B1 Open Sales Order Balance
Post the query here to provide solution. RegardsKennedy
View ArticleRe: How to Hide services from ESS Home menu
can u post here ur launchpad screen shot which ur using .....and why u went to system admin and deleting the cache it is no way related to this issue .......
View ArticleRe: No Gaps No overlaps in Dates
Hi Jagadesh, Hope you are doing well.. * Try the below sample code..its working.. DATA:lv_date TYPE sy-datum, lv_dummy TYPE char10. lv_date = sy-datum. WRITE:lv_date TO...
View ArticleRe: SAP B1 HANA Query
SAP HANA Query----------SELECT T0."DocNum", T0."DocDate", T0."CardCode", T0."SuppName", T1."Dscription", T0."DocTotal" FROM OIPF T0 INNER JOIN IPF1 T1 ON T0."DocEntry" = T1."DocEntry" WHERE...
View ArticleRe: Add/Hide fields for Personal Data, Address & other infotypes in ESS WD Abap
Hello Ritesh Shetty, There are several post which describe how one can configure the personal info application. In particular refer to these posts:Sagar Joshi's blog Summary of configuration options in...
View Article