Enhancement in the Master data Tab in the BP transaction

Dear all,I need to create news fileds in the Master data tab in the BP transaction. This fields are not imput fields but the content of this fields are customer specifics number which will be generated when creating a BP.  This numebr will be generated in the BUT000 Table in the BP number field.
My Question is : How can i create New Fields in the Master Data Tab, is it possible to use the EEWB for that or not ?
thanks in advance for ur help.
liliane

Hi liliane,
    You can use eewb however it should be used very cautiously as once changes are made there are  tables and attributes that are created correspondingly. I mean activities like Bdoc creation for the fields added happen simultaneously and you may not be able to revert changes.
Thanks,
vivek

Similar Messages

  • How do I add new fields to the 'Customer Data' tab under the BP

    I had previously found a screen in the SAP GUI to add fields so that they would show up on the 'Custmer Data' tab under the Business Partner screen. I thought it had been somewhere in se80 but I cannot find it again. Does anyone know where this is? Thank you!

    Hi Mark,
    You can do this using transaction EEWB. This is the Easy Enhancement Workbench.
    within this, you can use the wizard which will guide you through a step by step process to add the fields you need. Basically, there are 2 ways to add new fields  :
    1. Add new fields - this adds fields to table BUT000, but places the fields on a new tab called 'Customer Data'
    2. Add new attributes table - creates a new table and links it to BUT000 using the partner number.
    Hope this helps you.
    Cheers,
    Rishu.

  • Checking the master data automatically before the payroll run...

    Hi Friends,
    Can anyone tell me that, is it possible to check the master data automatically before the payroll run.
    If any user forget to maintain any important info-type ( like Cost Distribution ) in time of master data maintenance, SAP allow the Payroll system to run the payroll for that employee. Only in time of account posting the user is able to know the problem and due to rectify the problem they have to delete the payroll.
    So, I therefore wants to know that is there any check point or can customized any such things, which will check the necessary info-types before running payroll and generate an error massage about the missing info-type and also skip the processing for that person.
    With regards,
    Diptendu

    have
    a look at this report
    but before that make sure wht are the mandatory infotypes that are maintained to the employee so that u can come to an idea what are infotypes that are maintained for the memployee
    se 38   HTWLINFO  read the documentation of the is report mmight be useful

  • Units from the additonal data tab of the material master

    HI Gurus,
    can anybody please tell me how we can pull the units from the units of measure tab of the additonal data data tab of the material master?
    Thanks
    Anusha

    Hello,
    Are you asking about the Table where you can see the entry for UOM in Material Master?
    If this is your question then answer is It is MARA1 & MARM where you can see the UOM.
    regards,
    Prashant Rathore.

  • How to find the size of the master data objects in the BW system?

    Hi,
    We would like to understand the size of the master data tables overall for a specific source system (Logical name is Ex.ABCD, which supplies all master data to BW). Can you please advise the procedure to find out this?
    Is there any table that will allows to see all the master data objects related to specific sources system so that we can find out that table size? Thanks.
    For example, we have many Texts, Hier & Attributes.
    0COUNTRY_TEXT
    0REGION_TEXT
    0PERSON_ATTR
    0MATERIAL_LPRH_HIER
    Advance Thanks.
    Edited by: BW USA on Feb 2, 2010 10:52 AM

    Hi,
    You can find out all the master data tales used in the BW system by
    Tcode : SE11
    Enter as /BIC/P* for master data tables and press F4 which gives list of master data tables currently used in BW system.
    Similarly for Texts  /BIC/T*  and press F4
    Similarly for Hierarchies /BIC/H-* press F4
    and can know the size of the all tables.
    Thanks,
    Gopal

  • How to check the master data records in using SE16 transaction?

    Hi,
    Can you please help me to check the master data records using SE16 transaction?
    Loaded master data for Characteristic and want to check the records in the master data tables.
    Thank you for your help!
    Lakshmi

    Hi!
    Welcome to SDN.
    you have to check the master data tables.
    soo in Se16 you have to select the appropriate master data table and view the data.
    following thread explains about masterdata tables
    MasterData table?
    regards
    mohan
    Message was edited by:
            Mohan Krishna

  • Open hub Services - How to extract the master data related to a object ?

    Hi Gurus,
    I am implementing OpenHub services for our project, it's on BW 3.5, I have the list of required fields with which I am creating an InfoSpoke. Now I am stuck in some the info objects which are having master data associated with it.
    Example : Business partner(BP) data, when I map the 0BP infobjects in infospoke it's extracting the BP ID (ex: CT065316,CT068638 etc) in flat file but I want the BP name, address & telephone number as well, which are coming from master data table. But I am able to map only 0BP infobjects as a part of ODS/Cube.
    Can any one tell me how to get the master data extracted in the flat file with associated info object???
    Answers will be highly appreciated.
    Regards,
    Kironmoy Banerjee
    Edited by: Kironmoy Banerjee on Oct 1, 2009 3:34 PM

    Hi Kironmay
    Please follow the below mentioned procedure to create a transformation. This is applicable for BW 3.5 as well.
    - Enter your infospoke in the edit mode.
    - On the Transformation tab set the indicator for the Infospoke with Transformation with BADI so that the infospoke is activated.
    - This will take you to the Addin implementation/BADI builder.
    - Enter the short text/description for the implementation. The implementation name is always the same as the technical name of the infospoke
    - The implementation of the BADI is always filter dependant.
    - In the properties tab of the infospoke enter your infospoke under the Filter specifications.
    If you do not specify an InfoSpoke under Filter Specifications, then this implementation is valid for all InfoSpokes. This means that this is called up for all InfoSpokes during the extraction.
    - Activate your class
    - From your interface tab page, double click on the Transofrm Method and you will arrive in the class builder page
    - Here you can enter the code
    - To do a look up of the master data you have to write a code similar to the one I've given below. This is just an example for looking up material master.
    IF FLT_VAL = 'Your infospoke'.
        T_DATA_IN[] = I_T_DATA_IN[].
    Select zstd_cost from /bi0/pmaterial into table T_return
    For all entries in T_DATA_IN
    WHERE material = T_DATA_IN-material.
    ...Continue with your code.
    Append output from T_return to your output E_T_DATA_OUT
    - Activate your method. Return to the BAdI builder. Return to your InfoSpoke.
    I hope this helps.
    Thanks.

  • What are the master Data in SAP SD

    Hi All,
    I have a question. Even though its a naive question please bear with me.
    what are the master data in SAP SD.
    These are the one's  i know.
    1)   Customer Master Data
    2)   Material  Master Data
    But what i want to know is does the following ones come under master data?
    1) Price master data
    2) Transporters master data(we are using transportation management)
    3) Route master data
    4) Customer material info records
    5) Credit master data(iam using credit management)
    What will be the master data for Transportation management(module), CIN(country India version), credit management & rebate processing
    Thanks for your valuable time & knowledge.
    Regards,
    Pavan

    Hi Pavan,
                  Just to add some more valuable information.
    <b>Organisational master data</b> : Every company is structured in a certain way. In order to work with the SAP System your company structure has to be represented in the system. This is done with the help of various organizational structures.
    <b>Condition master data</b> : In sales and distribution, products are sold or sent to business partners or services are performed for them. Data about the products and services as well as about the business partners is the basis for sales processing. Sales processing with the SAP R/3 System requires that the master data has been stored in the system.
    <b>Material master data</b> : In addition to sales and distribution, other departments of the company such as accounting or materials management access the master data. The material master data is stored in a specific structure in order to allow access from these different views.
    <b>Document master data</b> : The processing of business transactions in sales and distribution is based on the master data. In the SAP R/3 System, business transaction are stored in the form of documents. These sales and distribution documents are structured according to certain criteria so that all necessary information in the document is stored in a systematic way.
    <b>Customer Master Data</b> : or for that matter various business partners, we maintain data for them also called as the customer master data or vendor master data like that.
    Thanks & Regards
    Sadhu Kishore

  • How to find all the Master data extract structures and Extractors

    I intend to create Master data dimensions closely similar to SAP BI in a 3rd party system. I would like to use SAP's standard extractors for populating the master data structures in SAP BI and then use a proprietary technology to create similar structures in a 3rd party database.
    Question: How to get a complete list of all Master data extract structures and corresponding extractors?
    Example: In ECC if I do SE80 and give 'Package' and 'MDX' and then press the 'display' spectacles, I get a list of structures and views under "dictionary objects" covering Material, Customer, Vendor, Plant Texts and attributes.
    How do I get the remainder of the Master data extract structures viz. Purchase Info Records, Address, Org Unit etc?
    Regards
    Sasanka

    Hi,
    try the table ROOSOURCE and search the data source with string in astrick attr  for master data and for text with text
    This will give you the list of all the master data source in the system and it contains a column which tells about the extract structure and function module used by each.
    Thanks
    Ajeet

  • Cannot find Master Data folder in the SAP Netweaver

    Hello,
    I need to create Open Catalog Interface (OCI) punch out system for our web shop. In order to test it I need SRM server that can call our web shop. I have downloaded this SRM software and installed it in my local computer:
    ABAP_Trial_7_02_SP11_Win_64_bit_Version_with_Gateway_2_0_SP04
    But I cannot see the Master Data folder inside the SAP Easy Access. Does that mean SAP SRM server has not been installed on my computer? If yes, how can I install it? Can i have it for free or I should pay for it?
    Best regards,
    Kevin

    I'm having the same problem. As far as I know the only version of ODAC that I have installed is 11.2.0.3. What version did you ultimately install?
    What I have:
    - Visual Studio 2010 Ultimate
    - .Net framework 4
    - Entity Framework 4
    - 64 Bit ODAC 11.2.0.3
    Any help is greatly appreciated!
    Austen
    Edited by: AHowell1337 on Jan 2, 2013 7:25 AM

  • Master data datasource for the point of delivery and installation.

    Hi,
    Can any one help me with the Master data datasource for the point of delivery and installation.
    Currently i am using ouc_instfacts for installation facts.
    With Thanks& Regards,
    Shakthi.

    Hi Shakti,
    I guess you are asking for assignment of installation to POD (table euiinstln)?
    Then you should check 0UC_PODINST_ATTR.
    Best regards
    Harald

  • How to Lock the master data. R/3 Conflict ESS

    Dear Gurus,
    Please guide me how to lock the master data for a nos of days(say 7 days).
    Recently we had encountered an issue, related to ESS. While Uploading the Time data through t-code: PT60, our core team encountered a problem, that such and such employee number is locked.
    While checking, they identified it, system shown error against those employees, who are accessing their ESS. We check and came to know they are accessing the master data by changing their personal record i.e. address.
    Do we have any other provision to lock the master data without setting the control record to release for payroll.
    Please help .

    Create a custom transaction involving a custom views of table T7XSSSERSRV  with the following field for each service
    "V_T7XSSSERSRV-ISDISABLED"
    when HR wants to lock it, the will enter this table and check this field.
    this will disable the servcies in the front end.
    Once the 7 days are over, HR will uncheck this field. this will re-enable the services in the froint end.
    Hope this helps.

  • Production Order Master Data tab

    Hello Guru,
    we have question, in the production order itself, in the master data tab we find weird thing, in the production version it pick PV01 (has inactive bom), in routing field all was been filled up, while in the BOM field it was been blank? why this happen? is it possible BOM is not explode since it was inactive but it create production order?
    I doubt that there were changes occured some where in the BOM or in the material master data of my material but in doc changes i cannot find, is there any way deside looking at the mat doc changes could i find the changes?
    thanks
    Edited by: Ryan on Dec 15, 2008 9:42 AM

    Hello Guru,
    I finally find why this happen to us, the order come from a planned order which converted via CO41, but why thus when i production version was indicated in creating a planned order (MD11) which has alt bom that is in inactive status already, SAP allows the conversion/creation of production order?
    Any inputs R.Brahamankar?
    Thanks
    Edited by: Ryan on Dec 15, 2008 12:09 PM

  • Final issue indicator on the general data button on the work order

    Hi Gurus,
    can anybody please let me know why the final issue check box is checked automatically even before the goods are issued via migo against the work orders. This check box is on the general data tab of the material entered on the components tab of the work order. Please help. As a result of this, the store room clerk cannot issue the material againsth the work order, because this check mark is checked. I want to understand what is causing the check mark to be checked automaticallu even before tthe materials are issued out
    Thanks
    ANusa

    Hello!
    This might have occured due to completion confirmation of order before goods issue. Generally this happens if final issue indicator is set as default in completion confirmation tab. Please check and reply if problem is something else.
    Regards,
    Vaibhav Mishra
    Edited by: Mishra_Vaibhav on Jan 27, 2011 5:23 AM

  • Unable to find the master data loaded request in manage tab

    Hi All,
    Iam unable to see the loaded request in the master data manage tab after some time of loading.
    Immediately after loading i could see the request.If i revisit the manage tab,iam unable to see the request.
    However data is available for the info object .
    Can anyone please suggest on this.
    Regards,
    Kavya

    hi Devupalli,
    Note your request number, find it using RSRQ tcode. Now click on the target icon and see if it takes you to the manage of your infoobject.
    There is a very common error which we sometimes make: are u sure you're checking the right thing? please check that if your infoobject has text, attribute and hierarchy, you're checking in the manage of the relevant one.
    For ex, if you're loading text, you have to go to manage of the text.
    Hope this helps!
    Sheen

Maybe you are looking for

  • My ipod touch 3rd gen is showing dec 31 1969

    my ipd touch 3rd gen is showing dec 31 1969 and incorrect time I haven't used it in awhile and was dead, recharged it, resynced it several times, didn't work. I tried to change the time manually and couldnt. the calendar isn't on BE. Help!!

  • How to set Multi User Environment in the weblogic 5.1 and 6.1 server..(Urgently)

    Hi all, I need to know how to set Multi User Environment in the weblogic 5.1 properties file.. Here my question is..:) 1) I have a database with multiple users and having different privileges for the users.. and i need to use all the privileges when

  • TS4136 Apple Mail ActiveSync issue during Exchange 2007 to Exchange 2010 migration

    When customer configures the ActiveSync account on Apple Mail (using Exchange Server 2010 CAS array name) for the user whose mailbox is on Exchange Server 2007, they are not able to get any mail and account displays offline. It shows the mailbox empt

  • Safari 5.1, Netflix, OS 10.6.8

    I can't seem to run netflix properly after upgrading to 5.1.  I'm still running 10.6.8 and whenever I watch netflix on safari in the minimized mode (not full screen), I get choppy video (not audio).  As soon as I go into full screen it's fine.  I'm a

  • Air package does not open or install

    Hi I had created a hello word example using Air with Flash CS3, and after I publish it, I tried to test the application but when I open the Air Package I have this Error Alert: Sorry, an error has occurred. This application requires a version of Adob