MAM customer extension items

Hi All,
I have a requirement to store some additional data for equipment characteristics from the MAM2.5 screens and send this through to R/3 for update.
I would like to use the customer extension item 180 of MAM25_031 to do this.
I have the following problems though:
1) The standard interface Mam031Item180 does not contain the set methods for these fields.
2) The MeRepMeta.xml has the fields as non-modifiable.
3) The SyncBo definition on the MI sever has a MAM25_031_CHANGE BAPI but the customer extension fields are not mapped so data is not sent through to R/3.
I an get around 1) and 2), but I am not able to map the fields myself in the SyncBo as I get message "The name MAM25_031 does not start with either Y or Z"
Does anyone know how SAP expect us to use these customer extensions given the above problems?
Thanks for your help,
Denis.

Hi Gopi,
I have the same requirement, apart that it is for functional locations item 170, but I'm  having trouble testing my new syncbo using merep_emulator. It seems that most of the time, the change method is not being called. Furthermore when it is called, all parameter tables are empty, apart from the funclocID.
(When I sync from the frontend client to the middleware, the changed data is sent to the middleware)
Can you answer following questions please:
1. What is the right sequence to test the syncbo using merep_emulator. (can I pick any message from any device?)
2. How can I make sure the change method is being called.
3. How can I test AND DEBUG the syncbo using merep_emulator
Many Thanks in advance
Karst
Message was edited by:
        Karst Terburg

Similar Messages

  • Use Custom Extension Web Item to Retrieve DSO Data Directly

    Hi experts,
    Is it possible to use Custom Extension Item in BEx WAD to retrieve DSO data directly? The idea is to display master data for a line item (e.g. customer name, id, address etc.) in the header section of a Web Template. If it is possible, how can I implement that?
    If not, is there any other possibility to fulfill the requirement?
    Thanks in advance.
    Regards,
    Joon

    Hi experts,
    any update on this?
    Thanks,
    Joon

  • WAD - Custom Extension

    Hi all,
    WAD 7.x
    I have the following scenario:
    In the web application I would like to call some ABAP class. In this class I want to execute SQL-query to get some data from database. At the end I'd like to show this data in my web template.
    I found custom extension item. Is it the right item to solve this task, or maybe you have some other suggestions
    Thank you for any idees
    Regards
    Erwin

    Hi Sven,
    it is possible to call ABAP class with custom extension item. I implemented it and it works fine.
    In web item you can choose either java class or ABAP class.
    Regards
    Erwin

  • Custom Extension - Dataproviders

    In BW 7.0, I have been looking at the Custom Extension item. 
    What I can't figure out is how to pass a dataprovider's result set to my class.  In the Data Binding section of the properties, I have turned on the "Access result set", but I don't know how to look at that result set within the ABAP Class that I have created.
    Thanks for your help.

    for AJAX calls from webtemplate check this weblog
    /people/durairaj.athavanraja/blog/2006/02/06/read-sap-table-data-from-bw-webtemplate-ajax-in-bw-webtemplate
    P.S. I suppose there is must be more common way to resolve the problem.
    none available AFAIK

  • WAD Web Item : Custom Extension

    Hi,,
    I have created a class for basically exporting data to excel sheet. i have created a web item custom extension and mapped the class to it through the parameters DP:included data provider details, variable details, navigation access and result set access.
    and ultimately mapped to Button.
    now when i am executing the Button doesnt work, so i have created a break point in the methods initialize and execute inside the class, but it doesnt seem to work. please suggest, if  i have missed something while creating class/webitem/button.
    I am basicaly trying to Export data to excel through class.
    Regards

    Any suggestions?..

  • Custom Extension Web item

    HI Any body could give detail explaination about what can be done with custom extension web item.
    Please give me different scenairios where it can be used the best. if anybody used in realtime . it will be great if provide some abap code and details which should be considered in the code (etc Xml input and output paramters ).
    Thanks in advance.
    Points will be awarded.
    Sania

    Hi Sania,
    Please go through this blog by Kai Watcher, here it's explained along with code:
    /people/kai.wachter/blog/2005/05/23/how-to-create-own-items-in-bw
    Hope it helps...
    Cheers,
    Habeeb

  • How to use customer extension table for schedule line for shopping cart ?

    Dear Experts,
    One of our client wants to have schedule lines in shopping cart item. I am thinking of using customer extension table at item level for shopping cart. Could you please help me on  how I should proceed with the appending the structures so that the end user can fill the shopping cart schedule line details?
    Which fields should I consider in such cases?
    Thanks and regards,
    Ranjan

    Hi.
    I guess you use SRM 7.0. Please go to IMG.
    SRM -> SRM Server -> Cross-Application Basic Settings -> Extensions and Field Control (Personalization) -> Create Table Extensions and Supply with Data
    Regards,
    Masa

  • Could I ask you all about custom extension ??

    Hi All,,
    Greeting,
    I'd like to question you about custom extension at web item WAD 7.
    Let say if wanna populate one column in analysis web item when query's running like what virtual characteristic does.
    Could I do it by this custom extension ?
    I see on the properties pane of this web item, I see the properties list that can be filled it on. My question, what property that I should put at there. If I have a purpose to populate 1 column in my data provider on fly / when query is running ?
    Thanks a lot,
    Br//
    Daniel N.

    Eriv45,
    Let's try a few more things on your device. Please try a Soft Reset as it sounds like your device is frozen http://www.verizonwireless.com/support/knowledge-base-115076/
    SandyS_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Custom Extension questions

    Hi all,
    I'm working on my first Configurator extension, and I'be got a couple of questions.
    1. I'm following the demonstration from this site http://apps2fusion.com/at/pb/292-oracle-configurator to build and deploy a sample CZ extension. I've got the code compiling in JDeveloper, and I am logged into EBS and on the Configurator Develop page where I'm trying to create a Configurator Extension Archive. While trying to upload the class (in a ZIP file following proper package structure) I get an error message stating "This file type is not allowed. Please choose another file". I've tried as both a .ZIP file and a .JAR file. Can anyone offer some ideas on what might be causing this problem?
    2. The reason for my custom extension is this requirement:
    Several fields in the Configurator UI should be defaulted to specific values based upon the Ship To address of the order line item.
    I've been researching Configurator Extensions, but none of the examples or scenarios described seem to talk about how to do something along these lines. Has anyone done anything similar and be willing to give me some pointers on the best way to accomplish this?
    For reference, this is in an 12.1.3 EBS instance and I'm writing the code in JDeveloper 11.1.2.2.0.
    Thanks,
    -Mike

    Mike,
    1.
    Are you able to open the JAR file using winzip or any other zip utility? If not, then its not correctly formatted. You should build Jar using jdeveloper's Project Deployment settings and then you will not have any issue. Search google/oracle site for this if you don't know its details.
    2.
    For your requirement, I think CX guide and CZ methodologies guide will help you.
    Thanks,
    Pankaj

  • Properties of Custom Extension in WAD

    Hi everyone,
    I create Custom Extension Web item in WAD. I want to define it's properties dynamically, using variables or values of other Web items (for example input field). But I can use only constant values.
    Is it a way to define properties of this Web item dynamically?
    Thanks,
    Andrey

    Any suggestions?..

  • BSID customer extension

    Hello everybody,
    maybe somebody can help me out with this issue.
    When creating an invoice from an sd shipping document,
    via transaction vf01 a user defined field in BSID is not updated.
    In Function module <b>RV_ACCOUNTING_DOCUMENT_CREATE</b>
    are performs for routine
    <b>accounting_item_line</b>
    in this routine <i>User_EXIT</i>
    <b>EXIT_SAPLV60B_004</b>
    is called where table XACCIT is provided.
    XACCIT contains the Customer extension which
    is correctly filled in the User-exit,
    but not updated in BSID.
    Although the entries exists until update modules
    are finished.
    Thnx a lot for any hint
    Greetings
    Bernhard Diemer

    Hi,
    It seems this User Exit is fired at the Item Level not at the time of order saving....Just chk in debug mode how many times this exit has fired for the item for ur processing senario and see where exactly it is clearing the additional field.
    Sreedhar

  • How to clear vendor open items with customer open items in APP?

    Hi Experts,
    Our vendor is our customer - in this scenario how to clear vedor open items against customer open items. I have defined vedor is customer means I have given customer number in vendor master record, selected chek box 'clear with customer'.  Still problem is not solved, hence I am requesting you to help me in this regard.
    Thank you very much,
    Regards,
    Ganesh.

    Hi
    In FBCJ after payment you have clear manually vendor balance in F-44.
    If you want SPL GL in FBCJ then write a Substitution .
    1. step 001 - Special G/L Substitution
    2. Prerequisite - Transaction code = 'FBCJ'
    3. Substitution posting key -- Exit (need help from abap) exit name
                                              G/L Exit (need help from abap) exit name
                                              Special G/L Ind Exit (need help from abap) exit name
    you can't do this without ABAP help
    Best Of Luck
    Tanmoy

  • Customer line items ...dispute case

    Friends,
    when i go into the customer line item report (FBL5N) and click on a record it opens up a page where we see a button for 'Dispute Case'and i went there and changed the reason for case and saved it and came back to the fbl5n customer line item screen and checked the record against which i changed the reason for case, but it didnt changed the reasion on the record but when i go into the record and try to view it in additional details it shows me the one i have made changes. not able to understand why it is not showing in the list of line items when it is showing inside the record details that it has been changed,even i did refreshed it . Our end user wants to see the changed reason code on the line items page wich is on the AR side when we change the reason for case on the dispute side.
    its kind of urgent please put some light onto it, any help would be highly appreciable...
    Thanks
    Jay

    sounds like changing the ALE from system 1 to the other system.
    However I doubt it will be that easy.
    I believe that could should contact SAP SLO to work out the best route for data migration.

  • Customer line items with balance carry forward no opening balance

    Hello FI Experts,
    We have ticket where the user is using a Z* Report for Customer line items with balance carry forward. In 31.01.2007 user has posted some legacy data, latter he was executing this Z* report then user can see the values posted on the same day (31.01.2007) as line items. But he was executing the report on 01.02.2007 then he was not able to see the line item as well as the values posted on 31.01.2007 as opening balance as on 01.02.2007. But if we run the report as on 01.01.2008 then we are able to see the values which are carry forwarded as opening balances. Did anyone have worked on this type of scenario?
    Requirement Here Is:  The values that have been posted on 31.03.2007 which are still open line items should get displayed as opening balance as on 01.02.2007.
    Thanks for helping on this issue.

    Hi,
      Any report will get data from Tables. Please check whether the table you have used to develop this report has opening balance.
    Balance will be carry forwarded only when you run the balance carry forward program. Check whether this was run for the date you have specified. This can be done in the year end.
    If you are checking in the middle of the year, then the balance will not be carry forwarded.
    Regards,
    B. Radhika.

  • Profit Center population in the Vendor and Customer Line items

    hello
    our client is asking for  getting profit center in the vendor and customer line items  where in the view FBL5n and fbl1n we are not getting the profit center populated - in the new gl i understand that there is a standard report based on the gl account.
    but our business is not satisfied with the report and expecting report at profit center level.
    Can any one suggest any way of doing this.
    regards,
    Vijay

    Dear Vijay,
    Let me provide you my view of solutioning for this. This is an enahcement that needs to be done
    1. You can get the profit center from the given vendor and customer line item at the time of posting, using an enahcement you will be able to capture it.
    2. Existing the profit center field is not populated in the BSIK,BSAK,BSID and BSAD tables
    3. Hence, in the same enhancement once you capture the profit center , you can write the code that profit center is updated in these tables also.
    4. This will help you to do the vendor line item wise selection in the FBL1N,  FBL5N profit center wise.
    Constraints of this solution:
    The only constraint remains where in the for a given document if there are multiple profit center, then the system will do the splitting profit center wise for a vendor line item, which will not populate the profit center in those tables as there is only one field available in the bsid etc.. tables.
    This basically would be the one the soltuion where in as seeen from the end user ther eis no change in the front end interface , the way they are doing always they can do.
    You need to also take care the % of document splitting means cross profit center postings /cross document splitting charactericstics postings and the volume involved in this. so that you can suggest this to your client.
    Regards,
    Bharathi.

Maybe you are looking for

  • Why WLS do not refresh the class in CLASSPATH?

    as title, and I have set development mode.

  • Installing and transferring media from my PC or Mac to my pods

    First and fourth most Hello, I'm new to the Apple board! I apologize for jump right in....but....I need help installing and transferring media from my PC to ipod, iphone and Apple TV! Can anyone help??? Thank you, DJ

  • RH_INSERT_INFTY

    I'm trying to create a new infotype 1028 for one of the object of the structure. Unfortunatly I cannot use the function module RH_INSERT_INFTY... Is there any other function modules to be used?   data : lit_1028 type standard table of hrp1028,       

  • Question about mysql in OSX

    Any experts out there on using mysql within OSX? Here's what I'm puzzling over. Mysql (5.0) stores its databases in /usr/local/mysql/data. I would like to have one of the databases stored elsewhere (so I can keep it encrypted inside another user's ac

  • Several folder shares on Windows Server 2003 R2

    I have serious problems at one of our clients. They just switched from PC's to iMac's and MacBook Pro's. The backup platform is a server running Microsoft Windows Server 2003 R2 and there are several shares on this server. Some of these shares should