Colour palette refresh - WebI
Hi, I'm using BI 4.0 SP1 and just customised the colour palette by changing VisualizationConfig.template.xml. The new palette works fine with new WebI reports or new charts within old reports but...
View ArticleRe: Issue with transaction KOB1
Hello Nitin, Where exactly you are adding your field? We have below Inlcudes but for different purposes and Exit is different for all these: KAEP_COACField List: Line Item Report for Actual Costs...
View ArticleRe: Activities Confirmation with mobile device
Sukhveer,MRS supports demand generated from SAP PS/PM/CRM. By job orders i understand you are talking about maintenance orders in PM. You can assign the maintenance orders to the networks. Resource...
View ArticleRe: By adding a structure to report, I am getting an ABAP dump
Hi DinaYou can debug your query in RSRT, you can also take a detailed information on dump using transaction ST22.RegardsYasemin..
View ArticleRe: Unable to assign roles to context
Thanks again Isabel! You're awesome! I'll give that a try... just haven't had a chance to fiddle with the SSM_* activity assignments in UME yet. Just to note, I'm following SSM 10.0 Installation...
View ArticleRe: restrict decimal values for specific field based on currency key
Hi Reddy, The easiest way is to change the structure of your ALV in ABAP dictionary. Set each amount field type to "CURR" and give each of them a "CURK" reference field.
View ArticleRe: Accounting Entries during Invoice Creation!
per me you did as follows , SO, Delivery and PGI , J1iiN, Billing . The two Accounting document you are referring, One you are seeing in Billing (one with customer) Another you are seeing it from...
View ArticleRe: Changing data of a screen field
Change the cs_data and call CALL METHOD SUPER->IF_FPM_GUIBB_FORM~GET_DATA EXPORTING IO_EVENT = IO_EVENT IV_RAISED_BY_OWN_UI = IV_RAISED_BY_OWN_UI IT_SELECTED_FIELDS...
View ArticleRe: Select not working after db-migration
It might be due to type issues or simillar. Do you recieve any errors?
View ArticleRe: No budget check for unknown account assignment in service PO
My derivation is on GL account for commitment item and on plant for fund center. So there is no difference if the account assignment is U or K. But for K it is working perfectly.In the accounting...
View ArticleRe: Value Mapping Replication for Master Data
Hi Rahul, the best way to replace value mapping in 7.31 is to use a dbLookup. A table in Java stack can store all information. you can retrive relevant information from the table as well as update it...
View ArticleRe: Closing workbook from VBA
after execution ofWorkbooks("Workbook Name.xls").Close Savechanges:=True screen appears asking me whether to save or not the workbook. if i answer "yes" or "cancel" workbook remains open and no errorif...
View ArticleRe: Question to outlook.application
Try to add some html tags into your text '1 Bettref' -> <p>1 Bettref</p> Regards,Raymond
View ArticleBatch split in Invoice but not in delivery !
Hi, I am going through an Invoice copy which is showing a material with two batch no: but when checked in delivery, I can see only one batch no: why Please contribute your inputs. Thanks,Venkat
View ArticleRe: Change of Fiscal Year Variant from V9 to V3
Hi, Thanks for the quick update. We have raised an SAP OSS for Change in Fiscal Year and reply was in context to SLO services to be opted. SAP OSS stated about the data inconsistency in various...
View ArticleEnhancement of Infotype overview screen
Hi, We have tried adding two new columns to the overview screen of Infotype40 (objetcs on loan). The two columns have been added via transaction PM01.There are no issues as to the columns in sandbox,...
View ArticleRe: Mandatory fields in VAP1
Hi Raymond, I have checked this table but unfortunately this table does not contain any entries. Regards,Edwin
View ArticleRe: HOW TO CALL SMART FORM FROM ALV
Hi , Its Simple First U have to use the USER_Command in ALV Report . FORM PF01 USING lv_ucomm ls_selfield LIKE gs_selfield. CASE lv_ucomm.when 'SEL'.SSF_FUNCTION_MODULE_NAME" Pass the Form name and...
View ArticleRe: how to get records of internal table comparing records of another...
Hello Mr.Vinodh mohan, you can use the following code. Loop at itab2 into wa2. Read itab1 into wa1 with table key key_field1 = wa2-key_field2. if sy-subrc = 4. wa3 = wa2.Append wa3 to itab3. Clear...
View Article