Creation of master data thru planning layout

Hi SEM gurus,
We have a text characteristic in the lead column of a layout. Is it possible that if I enter some values for that characteristic at run time and the values is automatically stored as master data?
Thanks in advance!
-SK

Hi ,
No its not possible to do that on Run time.since master data validation happens every time you save the data from the layou.Assuming that you have an excel layout and you are having ,say Material code in the lead column.If you want to create a new Material code and plan for the same,you should be able to do planning for a new Material code .But  you cannot save it into the master data.For doing this you can use the function modules present in the Group RSNDRI_MD. there you can find functions to Update master data ,update texts and also delete the Master on the run.you can do the Master data change by calling one of the update master data functions using an exit type function in BPS.
hope this is of some help.
regards
Sai VIshnubhatla.

Similar Messages

  • Modify fixed asset master data thru migo

    Hi experts,
    I make PO with account assigment 'fixed asset'. This asset is created during the PO creation. When materials arrive more fields of that fixed asset master data are known (ie serial number). I'd like to have a way to save those data in asset during the GR without using 2 different transactions.
    In MIGO t/c i see the fixed asset number and double clicking on it i access to display asset: master data (as i was on AS03 tc).
    Do you think a way to call AS02 (change asset master data) thru MIGO exists?
    Best regards,
    Ruben

    Hi Ruben,
    Did you find a solution to your problem? I have a similar requirement.
    I was planning on using the user-exit MBCF0005 to call a pop-up screen where the user can input the serial number and from there calling the BAPI to update the asset.
    Cheers
    Wayne

  • How to Get the Current data into Planning Layout from the Planning cube

    Hi,
    I have a problem in BPS.   I am selecting the data from cube based on Month org details but I want to see the latest data.   How can i get this data into planning cube.
    Like
    data
    Tran           cal month            org               amt
    1                 jan                        a                  100
    1                 feb                        a                   200
    if i want to read based on Tran org as input values I shoud get the below data but I am getting the previous data.   
    Tran           cal month            org               amt
    1                 feb                        a                   200
    Kindly help me in this regard
    Thanks
    Naveen

    Naveen,
        Are yo having issue when you save something in the layout, the data doesn't appear in the listcube ? Or do you have issue that the latest data you see in the cube doesn't appear in the layout ?
    For the former issue, please look at your selections of listcube and for the second issue, please check your planning level definition, make sure all the restrictions you have applied are valid for this latest data to be presented in the layout.
    Hope this helps.
    Cheers
    Srini

  • BAPI OR RFC FOR CREATION OF MASTER DATA

    Hi
    I want BAPI or RFC for master data creation,(Vendor,Customer,material,Service master)
    Vendor(MK01)
    Customer(XD01)
    Material(MM01)
    Service Master(AC01)
    Pls Help me on this
    Regards
    Rajan

    Hi ,
    For material
    BAPI_MATERIAL_SAVEDATA
    For service
    BAPI_SERVICE_CREATE

  • Data Source creation for Master Data from Flat File to BW

    Hi,
    I need to upload Master Data from Flat File. Can anybody tell step by step right from begining of creation of DataSource up to Loading into Master Data InfoObject.
    can any body have Document.
    Regards,
    Chakri.

    Hi,
    This is the procedure.
    1. Create m-data with or without attributes.
    2. Create infosource .
        a) with flexible update
             or
        b) with direct update
    3. Create transfer rules and assign tyhe names of m-data and attribute in "Transfer rules" tab and transfer them to communication structure.
    4. Create the flat-file with same stucture as communication structure.
    5. if chosen direct update then create infopackage and assign the name of flat-file and schedule it.
    6. if chosen flexible update the create update rule with assigning name of the infosource and the schedule it by creating infopackage.
    Hope this helps. If still have prob then let me know.
    Follow this link also.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    Assign points if helpful.
    Vinod.

  • To Identify changed data in planning layout in BPS

    We have a planning layout  in BPS which user can change data on individual cell.  We also have an EXIT function to distribute data to this layout.
    User changes data on cells then executes the EXIT function to distribute data. During debugging, we see the changed entry with delta amount in the XTH_DATA table. However, there are many entries with similar characteristics; hence we cannot identify the particular changed data, i.e., the changed sales amount, in XTH_DATA of EXIT function. 
    Is there any configuration and/or function to show only the changes data? Any comments/hints are greatly appreciated.
    Best regards,
    Sam

    Hi,
    When you enter for a particular characteristic and remaining characteristic if you left bank , it will store as #  in layout and samething will also in cube. you can check it cube also.
    for eg.
    profitcenter com.code  sales revenue
    100              #              10
    if you want to avoid this then you have to enter all characteristic values.
    Regards,
    Siva.

  • Creation of master data info object- data coming form a 3rd party system

    Hi All
    i need to create a master data info - object  which connects the customer and the corresponding plant..actually thios data is coming from a third party system and they have maintained 2 tables one for customer and one for the plant details and these 2 tables are connected through some common id which populates unquie id for each customer and is maintained in the plant table with the same id...now both these tables have to be merged together and to be cretaed as a single info object..can any one suggest  me as to how to proceed with it.
    Regards
    Shilpa

    Hi,
    Create a Z-InfoObject with the same format as is used in your 3rd party system for the commonid.
    Add Customer and Plant as navigational Attributes.
    Create an infosource with these three fields.
    Unload (in a CSV-file) the commonid with customer and plant from your 3rd party system.
    Load these data to BI into your newly created Z-commonid InfoObject.
    Success,
    Udo

  • Creation of Master Data InfoObject

    Hi All,
    I need to modify 0COMP_CODE Master data Infoobject, with adding some fields as attributes.
    I need to add few fields to 0COMP_ CODE, based on tables.
    And 0COMP_CODE should pull data from source tables while used at reporting.
    Can you please help me on this.

    Hello Sri,
    You can add the required inobjects in the Attribute tab of 0COMP_ CODE masterdata object.
    Also mark them as Navigational if you want them to be used in reports for drill  down, navigation etc.
    Now either you can enhance the masteradata datacource for 0COMP_ CODE in source system or create your own custom datasource.  If you are modifying the already existing DS them you would have to write ABAP code in CMOD for those fields you are adding to 0COMP_ CODE.
    Replicate it to BW. Activate the datasource. Create transformations(modify transformation in case you haev modified the already existing DS)  to update these new fields to 0COMP_ CODE masterdata attribute.
    Now rest of  the things are same, like create DTP or IPs etc.
    Now as you would have marked these new objects as Navigational in 0COMP_ CODE masteradat attributes tab, you will be able to use them in query design.
    Hope it helps...
    Regards,
    Pratap Sone

  • RE: mass user creation of master data in webclient ui

    Hi,
    we have around 250 users that are to be created (Master data) in webclient UI, is there any way that we can create them massively at  a time and assign the BP roles to users or is there any method to pull them from ABAP side (already created users ids from ABAP side)
    Thanks,
    SSSSS

    Hi,
    You can write a report program to create users in the system.
    You can use FM 'BAPI_BUPA_CREATE_FROM_DATA' to do so.
    To assign created BP to the user ID, use FM 'BP_CENTRALPERSON_ASSIGN_USER'.
    Hope this helps!
    Regards,
    Saumya

  • Info object creation and master data attributes

    Hai All,
              I have customerid, customer name, customer address, customer location. Similarly I have buyerid,buyer name, buyer address, buyer location. I have some more fileds like this for seller and vendor. I am thinking of creating a central location for all this master data creating a infoObject with name "personid" and making all the others attributes like "personname", "personaddress", "personlocation". I will load all the details of customer, buyer, seller and vendor to these objects.
    The cental idea is to get all the master data to a central location and then create objects with reference to these objects and let all the data flow. so that I just load the central objects and everything takes whatever it wants from there.
    Now my questions
    1. Can I just create an object for customerid referencing personid and then as all the other attributes get copied, can I just report on it or do I need to again create all the info objects for the customer details? Also the same for all others buyer, seller and vendor.
    2. Is this of any problem if I am reporting on customer or vendor or buyer or seller's details?
             Please advise me if the above situation works and let me know if I am going wrong.
    Thank you.

    hi Visu,
    yes, you can do so, should no problem.
    business content has this kind of approach,
    0sold_to, 0ship_to reference to 0customer.
    and also 0employee if i'm not wrong.
    one thing to consider if the volume data is very high,
    put it as line item dimension in infocube.
    hope this helps.

  • Need to change forecast data thru planning book + doubt while creating POS

    hi friends,
    my application creates forecast data for following.
    product , location start date , end date.
    i need to put this data into APO(DP).
    i know i can do it using BAPI CHANGEKEYFIGUREVALUE2 of Planning Book APs
    my doubt is while create a Plng Object store, what fileds do i take as charachteristics which match these, please reply if have some clue

    Hi Rohit,
    I believe i misunderstood your first post. I had given the BAPI parameters that you need to fill up for the given business requirements you have mentioned. I realized you were asking about the POS.
    Answer to Q1: You can not place time characteristics in the POS. You will define the "time characteristics" in your Planning Area by specifying a relevant storage bucket profile.
    Answer to Q2: You dont need to add time characteristics in the POS.
    Answer to Q3: 9AVERSION is not included in the POS. However, when you use BAPIs BAPI_PBSRVAPS_GETDETAIL and BAPI_PBSRVAPS_CHANGEKEYFIGVAL to read/write data from/to the planning area you need to supply a selection for the planning version (9AVERSION).
    Hope this helps.

  • Info record & PO creation withou master data

    Dear experts,
    Please explain me
    1. Can we create an Info record without material master
    2. For creating a PO without material master,
        i) Account assignment, material text entry is must, apart from this any
            configuration is required?
        ii) Explain me the use of settings in IMG --- MM --- Purchasing -- Entry aids for
            items without material master.
    thanks in advance,
    regards,
    Govardhan,V.

    1. Can we create an Info record without material master
    yes you can - create for material group
    2. For creating a PO without material master,
    i) Account assignment, material text entry is must, apart from this any
    configuration is required?
    No
    ii) Explain me the use of settings in IMG --- MM --- Purchasing -- Entry aids for
    items without material master.
    If you are create material master w/o accounting view in this case system will take the valuation class based on the mateiral master
    The assignment of a valuation class to a material group enables the    
    system to determine different accounts for the individual material     
    groups.

  • Master Data creation Biz Talk

    Hi All,
    I have requirement wherein i need to develop interface for creation of master data ( Material / Pricing/ Source List / Info record) from non sap to sap using BIZ TALK
    Can any one suggest /guide step by step process with configuration details
    Thanks
    Parag

    Hi Parag,
    you can use IDOC adapter to send or receive message (IDOC) from SAP and use the FTP/JMS/SOAP adapter for Legacy integration.
    Please refer the below link
    Receiving IDOCs from SAP by Using BizTalk Server
    Integrating SAP with BIZTALK | SCN
    http://social.msdn.microsoft.com/Forums/en-US/8b716e8f-7ca5-4345-9cc6-75a454311dfa/integrating-with-sap-using-idoc?forum=biztalkr2adapters
    regards,
    Harish

  • Screen Layout for Asset Master Data

    Hi all,
    we are using SAP ECC 6.0 with a base component 700 Level 15 and the Logistics and Accounting component 600 Level 12.
    I hope you can help me with the following tasks. It should be said that I am not an expert FI-AA, so you must bear with me.
    It is desired, that the Screen Layout for asset master data, should have an additional field "customer order" as a required field.
    So I go to the Customizing
    --> Financial Accounting --> Asset Accounting > Master Data> Screen Layout--> Define Screen Layout for Asset Master Data --> Define Screen Layout for Asset Master Data
    --> and then into the third level of navigation in the u201Cfield group rulesu201D (rule for R & D development costs and then logical field group time-dependent data)
    So there I should be deposited the "customer order" as a required field.
    But:
    1. The "customer order" is not available in any field group. How is it possible that I add the u201Ccustomer orderu201D to a field group?
    2.  I am not able to add any field, in the above transaction?
    I am very grateful for any help.
    greetings

    Dear all,
    I want to come back to my problem listed above.
    In the APC Values Posting  (Transaction ASKP) the costs have been assigned to a WBS element. Now, it should not be assigned to a WBS element, but to a customer order.
    For that I created in the asset master a new customer's own field "Customer Order".
    For this I have implemented the customer enhancement AIST0002 (Customer fields in asset master).
    The new field "Customer Order" is now available in the asset master as desired.
    So far so good.
    Now, the new field "Customer Order" must be specified and activate as an Account Assignment Object.
    Is this possible and how can I add my new field to an Account Assignment Object?
    Thanks in advance for any help.
    greetings
    Martin Buthmann

  • Master Data Consolidation, BOM, Asset register, etc

    Hi,
    Please contact us for any requirement for creation of Master Data, Master Data Consolidation, BOM, Asset register, etc for PM/MM
    Warm regards
    (Mr.) Suriya Narayanan - Senior Consultant
    LAPIZ TECHNICAL SERVICES
    3rd Floor, Eastern Wing
    S-15, Economist House
    Guindy Industrial Estate
    Chennai - 600032, Tamil Nadu, India
    Tel:  +91 44 65724735, 65724736, 22501511
    Fax: + 91 44 22323683, 22501511
    Mobile: +91 98411 20820
    Email: [email protected], Cc: [email protected]
    Website: http://www.lapiztechnical.com
    Member: ECCMA: http://eccma.org

    Hi User,
    Yes, You can do that with the help of Compounding.
    > Double click on InfoObject/Attr > Compounding Tab
    > Check the check box of MASTER DATA LOCALLY FOR SOURCE SYSTEM
    With this option you can deal with Master Data which is coming from different Source systems for a Similar object.
    Give the InfoObject name/Attr name under the Superior InfoObject column.
    This much only I know.
    Please explore on this further.

Maybe you are looking for