How to add activation of master data

Hi,
1. Is it possible to add activation of Info Object master data in Process chain ??
2. should it be before attribute change run ????
Regards,
Viren.

Hi
Attribute change run is activation of master data. It is recommended that after loading the master data, you have to run Apply attribute/ hierarchy change run. It will activate master data and arrange all your attributes and hierarchies.
Regards
rak

Similar Messages

  • How are attribute and text master data tables linked in SAP R/3?

    Hello,
    how are attribute and text master data tables linked in SAP R/3?
    Most tables with attribute master data like T001 for company codes,
    have a text master data table T001T (add "T" to table name).
    When looking at the content of table T001 via transaction se11,
    the text are automatically joined.
    But for some tables there is no "T"-table (e.g. table TVBUR for sales offices
    has no text table TVBURT), but in se11 you get texts. There is an address
    link in TVBUR, but the Name1, etc. are empty.
    a) Where are the text stored?
    b) How does the system know of the link?
    Hope someone can help!
    Best regards
    Thomas

    Hi Thomas
    The master and text table are not linked by name, of course, if you see the text table, it has the same key fields of master table, only it has the field key spras and the field for description.
    The link beetween the tables is done by foreign key: if you check the text table TVKBT u need to see how the foreign key for field VKBUR is done:
    -> Foreing key with table TVBUR
    -> Foreing key field type -> KEY FIELD FOR A TEXT TABLE
    ->Cardinality-> 1-:CN
    It's very important the attribute sets for Foreing key field type, if it's KEY FIELD FOR A TEXT TABLE, it'll mean the table is a text table: i.e. that mean the master table is a check table for the text table, where the foreign key type is for text table.
    U can find out the text table of master table by SE11: GoTo->Text Table
    U can fined some information in table DD08L.
    Max

  • Activity Type Master Data

    In Activity Type master data we found these options allocation cost element feild.
    1     Manual entry, manual allocation
    2     Indirect determination, indirect allocation
    3     Manual entry, indirect allocation
    4     Manual entry, no allocation
    What is its relevance? . When to select what?.
    Please give example.

    Hi,
    We are using an activity type for Direct labour. eg of how we have defined the Master Data is below:
    ATyp category - 1
    1 is selected if Activity types use plan activity quantities. If you are going to plan the quantities for Activity type thru KP26 and then the Activity cost thru KP06 before calculating the Activity price thru KSPI, select 1.
    Price indicator - 1
    Act. price indicator - 5
    Regards,

  • How to maintain the material master data in plant

    Hi all,
    while creating BOM I am getting an error "no material master data in plant' can some one help me how to maintain the material master data in plant
    Regards,
    Balu

    Check the material available in MARC table in SE11 transaction against your plant.If it is not available please maintain through MM01 transaction.

  • Error when activating the master data

    Hi
    I am getting the following error when activating the master data. when using IDOC as transfer method in transfer rules
    <b>Error while creating table 'EDISEGMENT' entry '/BIC/CIRB0CLASS_NUM_TEXT'</b>
    If anyone came across this kind of problem plz share the solution.
    Regards
    Annie

    Hi
    I solved the problem. AFter changing from PSA to IDOC, i just saved first and activated. it got activated. But thanks for the response.
    There are no short dumps in ST22
    Regards
    Annie

  • How To... Update Master Data during upload of transaction data

    Can anybody let me know how this can be achieved.
    I have datasource (Legacy not R3) where I am getting both master data and text for number of infoobjects.
    I dont want separate datasources.
    The datasource is actually transactional datasource.
    I dont need text in the cubes or DSO I need the text tables of the infoobjects to be updated.
    I could find this on SDN but do anyone have document based on the below link.I was not able to find it.
    How To... Update Master Data during upload of transaction data
    Thanks.

    Dear Praveen
    I guess yr req is demanding the knowledge of Data Unification and Synchronization whose scope is a bit outer the area of BW.( its MDM actually )
    In BW we could very well fetch data out of different data sources (even across the different system) with no issues so why not u trying that. if there is any issue implementing that then please specify what kind of trouble you are interfacing...
    I got the below link which may be helpful
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e7bd6389-0a01-0010-eb95-d45835d446a8

  • How to add a day to Date() ( i.e 2002Oct10 to 2002Oct11 )

    Hi anyone, How to add a day to Date().
    <%
    String R, fulldate;
    java.util.Date Rdate = new java.util.Date();
    R = Rdate.toString();
    String DD=Rdate_string.substring(8,10);
    String MM=Rdate_string.substring(4,7);
    String YY=Rdate_string.substring(24,28);
    fulldate = YY+MM+DD;
    //ie. fulldate = 2002Oct10 but I want it to be 2002Oct11
    %>
    pls. help and thanks a lot.

    Hi,
    Please replace the following line in your program,
    String DD=Rdate_string.substring(8,10));
    with
    String DD=String.valueOf(Integer.parseInt(Rdate_string.substring(8,10)) + 1);
    This will work fine. Basically what this code is doing is that, it will get the Integer from the String, increment it by 1 and then change the integer to the String again.
    Hope this helps,
    Rajat,
    OTN Team

  • How to Send the material master data from sap4.6c to ECC6.0

    Hi
        Friends this is shalini Shah, i got one requirement that is
    how to send the materail master data  from SAP 4.6C to ECC6.0 using XI.
    i  know the file to idoc and idoc to file scenarios but i don't know this one.
    please help me friends, Thanks in advance.
    Regards
    Shalini Shah

    Hi Shalini,
    To trigger IDoc these configurations should be done in the SAP 4.6, XI and ECC 6.0.
    SAP XI
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (IDX1)
    a) Select create new button
    b) Enter the port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Load Meta Data for IDOC (IDX2)
    a) Create new
    b) IDOC Message Type
    c) Enter port created in IDX1.
    SAP R/3 (4.6 and ECC 6.0)
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (We21)
    a) First Select Transactional RFC and then click create button
    b) Enter the destination port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Create Partner Profile (WE20)
    a) Create New
    b) Create the Partner no. name as same the logical system name of the destination system.
    c) Select Partner type LS
    d) Enter details for Type: US/USER, Agent, and Lang.
    e) Click on the + button to select the message type.
    f) Select Partner no. and LS which ever create above.
    g) Select Message type
    h) Select Process code related to the Message type.
    I) save.
    Also go ther the Blog <a href="/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi Configuration for Pushing IDOC's from SAP to XI</a> By Swaroopa Vishwanath
    U need to import the IDoc types both inbound and outbound to XI.
    1. Create Inbound and Outbound Message interface.
    2. Do one to one message mapping.
    3. Define an Interface mapping.
    ID:
    1. Create 1 Sender aggrement.
    2. Create 1 Receiver aggrement.
    3. Define 1 RD and ID.
    4. Only create an receiver IDoc CC.
    Regards
    San
    <a href="Remember to set the thread to solved when you have received a solution to set the thread to solved when you have received a solution</a>
    Where There is a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16">blog</a> there is a Way.

  • Problem with activation of Master Data 0UCINSTALLA

    Hello Everybody,
    I'm working on a BW 3.5.
    I have a problem with the activation of master data of one Infoobject. When I try to activate the data SAP gives me the message that all the data is active. But when I try to change something on the infoobject I get the error message:
    Characteristic 0UCINSTALLA: Master data has to be activated before conversion.
    So I have a small problem as you can see. When I try to activate something SAP says that it is active and when I try to change something in the infoobject SAP says it is not active.
    When I do my check in RSRV of my infoobject I get the following error messages:
    Characteristic 0UCINSTALLA: 79.579 values from table /BI0/SUCINSTALLA do not exist in table /BI0/QUCINSTALLA
    Characteristic 0UCINSTALLA: 79.579 values from table /BI0/PUCINSTALLA do not exist in table /BI0/QUCINSTALLA
    Characteristic 0UCINSTALLA: Chain of active intervals: 81.858 gaps (show max. 50):
    When I ask that he corrects these errors SAP suggest to rebuild the X and Y tables. After rebuilding the error still exists.
    Also with SE14 when I do the convertion of the tables (forced and not forced ) the error still occurs.
    Does anybody have any idea? Any suggestion is welcome.
    Greets,
    Jeroen

    Hi Jeroen,
    We are experiencing the same issue and it is mentioned in OSS Note 657467. Looks like there is a bug and depending on which version and support pack you are using, you may have to go to upgrade to a newer support pack.
    I am just curious to know which version and support pack you are at.
    Regards,
    Abdul

  • How to Maintain the MM Master Data from one company code to other co code

    Hi Experts,
    Can any one pls tell me how to Maintain the MM Master Data from one company code to other co code.
    Presently we created New plants,New Purchase Orgs under different company code.
    1) Material Master data
    2) Vendor MAster data
    3) PIR
    4) Source List
    Is there any standard Transactions...??
    Please reply.
    Brgds,
    KK

    Hi
    Check out the link -
    http://wiki.sdn.sap.com/wiki/display/ABAP/StepstocreateasimpleLSMWusingbatchinput+recording
    lsmw for data migration for  xk01 transaction
    http://www.sap-img.com/general/lsmw-steps-for-data-migration.htm
    Regards
    Anand

  • How can I upload text master data for attribute-only Charactertic?

    I can't create infosource for attribute-only Charactertic via direct update from Infoobject, because attribute-only Charactertics you can't choose from available infoobject.
    How can I upload text master data for attribute-only Charactertic?
    Thanks!

    Hi roberto,
    I soloved the problem. I can input the attribute-only char directly in the text box instead of choosing from list of infoobjects, but I still can't find the char in infoobject selection dialog even using search.

  • How to collective read PP master data in Production order?

    Hi: Guys
    Please tell me how to collective read PP master data in production orders. in COHV, I can find out some collective functions but read PP master data.
    Thanks
    Henry

    Read PP master data is only to update routing and BOM in production order if it is already created to effect the changesmade in routing and BOM.    I think in that collective option is not possible.  
    Regards
    KrishnamurthyDSS

  • Error while activating the Master Data InfoSource for attributes

    Hai
    Im trying to load the attributes for master data characteristics .
    I created the InfoSource and when im trying to activate it .
      Then it gives the following error like below
    Diagnosis
    An error occurred in the program generation:
    Program / Template:   RSTMPL80
    Error code / Action: 6
    Row:        505
    Message:    The data object "P_S_COMM" has no component called
    Procedure
    If the problem occurred during the data load or transport, activate the transfer rule.
    If the problem persists, search in the SAP note system under 'RSAR 245'
    So please tell the what is the error and how to resolve this issue.
    And pls give the error 'RSAR 245' message from SAP note system.
    I will assign the points
    bye
    rizwan

    hi Rizwan,
    check if helps Note 602318 - RSAR 245 error analysis with RSTMPL80
    Summary
    Symptom
    The process of generating transfer rules or loading data terminates with error RSAR 245.
    The long text for error message RSAR 245 indicates the cause of the generation error.
    1. Error code: 6
    a) Message: The P_S_COMM data object has no component
    This is very likely to be due to an 'obsolete' communication structure.
    b) Message: <table name> is already declared.
    c) Other messages
    2. Error code: 7
    Other terms
    RSAR245, RSAR 245, activate transfer structure, monitor, request
    Solution
    1. Error code: 6
    a) 'Obsolete' communication structure:
                Due to an optimization algorithm, pressing the 'Generating button' does not have any affect on the communication structure. Therefore, use the following workaround:
    Select 'Communication structure' -> 'Change'.
    Add any InfoObject (for example, '0MATERIAL') to the communication structure -> 'ENTER'.
    Communication structure ---> 'Save'
    Selet the InfoObject you inserted and delete it.
    Communication structure ---> 'Save'
    Communication structure -> 'Generate'.
    a) Message: <table name> is already declared. Check whether the local part of your routines contains TABLE statements. TABLE statements always have global validity and should therefore be in the global part of the routine.
    b) If the error occurs when data is being loaded, the transfer rule should be generated using RSA1.
    In many cases, generating transfer rules using RSA1 results in a detailed error message.
    2. Error code:
               Program to be generated is locked by parallel process.
    This error can sporadically occur if parallel processes simultaneously try to generate the same program.
    Unfortunately, you cannot completely prevent the error from occurring since these types of lock situations can still crop up during data loading in parallel processes. We are currently working on improving system stability relating to lock situations during the load task.
    Reloading usually works without any problems.

  • How to restrict Internal Order master data changes

    Hi Experts,
    We have internal orders that have no Functional Area assigned to it at the beginning of the month, but part way through the month a change is made to the master data and a Functional Area gets assigned to the internal order.  When settlement is run at the end of the month, part of the internal order has a FA blank and part of the internal order has a FA of OPEX or G&A depending on what was assigned in the master data.  This causes an issue because they don't offset.
    Typically if no change was made to the master data during the month, all the transactions to the internal order with FA blank would offset and there would be no issues on settlement.
    So, how can we control in the system that does not allow changes?.
    Thanks 
    Sanju

    Hi Sanju
    If FA is not needed at all in the IO- hide that field in the order type screen layout.
    Otherwise, restrict the authorization to someone who understands the criticality of it
    Last resort, implement user exit which won't allow to add FA if transaction data exists. You can search for the exits as COOPA* in SMOD
    Br. Ajay M

  • How to change funcionality "Maintain Master Data" to RSA1 instead WebDympro (BW 7.4)

    Hello Gurus,
    Someone could help me?
    In SAP BW 7.4 (Support Package 7) the BW master data maintain function moved from SAP GUI into web dynpro screen.
    Can we use it (maintain master data) in SAP GUI RSA1 like SAP BW 7.3?
    Is it a configuration in SPRO?
    Thank you guys.
    PS: It is my first project with SAP BW 7.4

    Hi Gareth,
    I have made the code changes as suggested by you but there is some kind of inconsistency.
    After maintaining master data ,If I go back one step it works fine
    But if I type /nRSA1 or any other tcode on the same screen,it gives a dump.
    Below is the dump.
    Short Text
        The current application has triggered a termination with a short dump.
    What happened?
        The current application program has detected a situation that should
        not occur. A termination with short dump has therefore been triggered
        by the key word MESSAGE (type X).
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        Short text of the error message:
        ControlFrameWork: Maximum number of sessions reached
        Long text of the error message:
        Technical information about the message:
        Message class....... CNDP
        Number.............. 011
        Variable 1..........
        Variable 2..........
        Variable 3..........
        Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occurs in a non-modfied SAP program, you might be able to
        find a solution in the SAP Notes system. If you have access to the SAP
    Notes system, check there first using the following keywords:
    "MESSAGE_TYPE_X"
    "SAPLOLEA" bzw. LOLEAU02
    "AC_SYSTEM_FLUSH"
    If you cannot solve the problem yourself, please send the following
    information to SAP:
    1. This description of the problem (short dump)
    To do this, choose  System -> List -> Save -> Local File (unconverted)
    on the screen you are in now.
    2. A suitable system log
    To do this, call the system log in transaction SM21. Restrict the time
    interval to ten minutes before the short dump and five minutes after
    it. In the display, choose System -> List -> Save -> Local File
    (unconverted).
    3. If these are programs of your own, or modified SAP programs: Source
    code of these programs
    To do this, choose  More Utilities -> Upload/Download -> Download in
    the Editor.
    4. Details regarding the conditions under which the error occurred or
    which actions and input caused the error.
    System environment
    SAP Release..... 740
    SAP Basis level 0009
    Application server... saps009
    Network address...... 137.33.22.24
    Operating system... Windows NT
    Release.............. 6.0
    Hardware type....... 4x AMD64 Level
    Character length..... 16 Bits
    Pointer length........ 64 Bits
    Work process number... 11
    Shortdump setting. full
    Database server... SAPS009
    Database type..... MSSQL
    Database name..... BID
    Database user ID bid
        Terminal.......... GDNL2180
        Character set C
        SAP kernel....... 742
        Created on....... Jan 30 2015 22:06:39
        Created at....... NT 6.1 7601 x86 MS VC++ 16.00
        Database version SQL_Server_9.00
        Patch level....... 37
        Patch text.......
        Database............. MSSQL 9.00.2047 or higher
        SAP database version. 742
        Operating system... Windows NT 6.0, Windows NT 6.1, Windows NT 6.2, Windows NT
         6.3
        Memory consumption
        Roll.... 0
        EM...... 45930944
        Heap.... 0
        Page.... 40960
        MM used. 29493280
        MM free. 16431408
    User and Transaction
        Client................. 100
        User.................. GDNJAINI
        Language key.......... E
        Transaction......... RSA1
        Transaction ID...... EECAFAE4F51BF1F6B2DD005056950066
        EPP whole context ID...... 0050569500661EE4BED95AD6937632DD
        EPP connection ID........ DFCAFAE4BC6CF115B2DD005056950066
        EPP call counter......... 1
        Program.............. SAPLOLEA
        Screen.............. SAPLRSAWBN_MAIN                         1000
        Screen line.......... 0
        Active debugger..... "none"
    RFC Caller Information
    Information on caller of Remote Function Call (RFC):
    System.............. BID
    Installation number 0020244352
    Database Release..... 740
    Kernel Release...... 742
    Connection type..... 3  (2=R/2, 3=ABAP-System, E=External,
    R=Reg.External) call type....... synchronous and non-transactional (emode 0,
    imode 0)
    Inbound TID..........
    Inbound queue name...
    Outbound TID.........
    Outbound queue name..
    Client................. 100
    User.................. GDNJAINI
    Transaction......... RSA1
    Call program...........CL_RSDMD_RSAWBN_TOOL==========CP
    Function module..... RSNDI_MD_ATTR_TEXTS_MAINTAIN
    Call destination..... NONE
    Source server...... saps009_BID_00
    Source IP address.. 137.33.22.24
    Additional information on RFC logon:
    Trusted relationship..
    Logon return code.... 0
    Trusted return code.. 0
    Remarks:
    In Releases prior to 4.0, information about the RFC caller might be
    missing or incomplete.
    - The installation number is provided in caller Release 700 and higher.
    rmation on where terminated
    The termination occurred in ABAP program "SAPLOLEA", in "AC_SYSTEM_FLUSH". The
    main program
    was "RSAWBN_START".
    In the source code, the termination point is in line 38 of (Include)
    program "LOLEAU02".
    Line  SourceCde
        8 *"      CNTL_ERROR
        9 *"----------------------------------------------------------------------
       10   data: sysubrc like sy-subrc.
       11
       12   CALL FUNCTION 'AC_FLUSH_CALL'
       13        EXPORTING
       14             SYSTEM_FLUSH = 'X'
       15             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
       16        IMPORTING
       17             MESSAGE_NR   = sysubrc
       18             MESSAGE_TEXT = SY-MSGLI.
       19
       20   sy-subrc = sysubrc.
       21
       22   CASE SY-SUBRC.
       23     WHEN 0.
       24     WHEN 1.
       25 *     system_error
       26       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.
       27     WHEN 2.
       28 *     method_call_error
       29       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
       30     WHEN 3.
       31 *     property_set_error
       32       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
       33     WHEN 4.
       34 *     property_get_error
       35       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
       36     WHEN 8.
       37 *     maximal number of modi reached
    >>>>>       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 011 RAISING CNTL_SYSTEM_ERROR.
       39     WHEN OTHERS.
       40       RAISE CNTL_ERROR.
       41   ENDCASE.
       42
       43 ENDFUNCTION.
    Thanks

Maybe you are looking for