How to set standalone model and create local company code

HI,
For  SRM5.0 or 7.0  , how to set standalone model ?,   when I check attribute , the system warn me I must fill company code for BUK.  I have no backend system .
thanks a lot
Jesse

Jesse,
  You should define a Backend System using IMG setting 'Define Backend Systems' as a non-sap backend system and use it with BUK attribute.
SG

Similar Messages

  • How to set default currency and Country in R12 financial modules

    Hi all,
    How to set default currency and Country in R12 financial modules (AR,AP,GL,FA,CE) becuase I found some default settings are shown "USD" & "United States" such as create AR Customer, the Country is shown the default "United States"....
    Can anybody advise ?
    Thanks & Regards,

    Hi,
    Change the below profile for the user to a territory different than the US :
    In System Administrator, navigate to Profiles -> System.
    Select Site, Application, and Responsibility.
    Profile options:
    Default Country
    HZ: Reference Territory
    ICX: Territory
    Regards,
    Raju.

  • How to set multiple ORACLE_HOME and ORACLE_SID, on Windows

    How to set multiple ORACLE_HOME and ORACLE_SID, on Windows.
    I have 5 oracle instances. Every time if i want to start up the services , I am manually setting the environment variable (ORACLE_HOME and ORACLE_SID) and starting the services one at a time.
    Can we set multiple ORACLE_HOME and ORACLE_SID in Start->My computer-> properties-> advance-> Environment variable.
    Thanks
    Naveen

    Hi ,
    Can you please give me the link, for the doc you are referring to
    Thanks
    Naveen

  • How to set the IP and MAC address in C program?

    My working environment is Sun250 Server, Solaris 7 operating system. I encountered a problem ---- How to set the IP and MAC address in C program to make the system change it IP & MAC at runtime?
    Any idea is welcome! Thanks!

    Hi
    As a simplest possible solution, you can use the system command
    to run ifconfig that can set both the mac address and the IP address of the system. You will have to use setuid though.
    Or you can use the DLPI calls ( do a man DLPI or search for a
    Sun documentation on the same at http://soldc.sun.com) to write
    a pure C program.
    HTH
    Shridhar

  • How to set the WIDTH and ALIGN of h:column in h:dataTable ??

    How to set the WIDTH and ALIGN of <h:column> in <h:dataTable>??
    Thanks a lot!

    Hi,thanks to your reply.
    Now I find a more convenient appraoch to set column's width and align respectively:
    <h:dataTable ...>
    <h:column>
    <f:facet name='header'>
    </f:facet>
    <h:outputText style="width:80px; text-align: right;" value='#{row.fieldA}'/>
    </h:column>
    <h:column>
    <f:facet name='header'>
    </f:facet>
    <h:outputText style="width:120px; text-align: left;" value='#{row.fieldB}'/>
    </h:column>
    </h:dataTable>
    It works fine.
    ^-^

  • How to set the router and play the Command & Conquer using direct IP mode?

    My router is WRT54GFirmware Version: v3.03.1
    How to set the router and play the Command & Conquer using direct IP mode with other computer?

    Hi, when you say direct IP mode, what do you mean ? do you wanna play the game online or on the LAN ??
    can you give a few more details.

  • How to set the gain and input coupling for each channel on a NI 4462 DaQ card?

    I've seen a few examples in how to set the gain for NI 4462, but none tell me how to chose the channel I wish to set this gain.  Also the same problem with input coupling
    Does anyone know how to set the gain and input coupling for each individual channel?
    Thanks,
    Hector
    LabView 8.5 Windows XP

    Hey Hector,
    http://forums.ni.com/ni/board/message?board.id=100&thread.id=1688
    This has a few examples of how to do that.  Let me know if you have further questions.
    Have fun!
    -gaving

  • How to set the Mail and Fax options  for the Smartforms ???

    How to set the Mail and Fax options  for the Smartforms ??? Please reply me very soon. Its a life deciding question now for me. Please .

    >
    veera Karthik wrote:
    > How to set the Mail and Fax options  for the Smartforms ??? Please reply me very soon. Its a life deciding question now for me. Please .
    Hi
    Check this Link:
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/28d3b9d26211d4b646006094192fe3/frameset.htm
    P.S: Never say reply me soon....people answer you here voluntarily and as everyone has their own desk to manage...sp replies may late or early..depending upon the availabality of the members.
    Vishwa.

  • How to set input delay and output delay when source Synchronous

    ClkIN is the board clock which is connected to the FPGA. Clkif is the generated clock from ClkIN. The Device's clk come from Clkif. So, how to set input delay and output delay in this scene(within my understand, this is Source Synchronous)?
    The example in many document, the input delay and output delay setting all refer to board clock(within my understand, this is System Synchronous). In that scene, the input delay max = TDelay_max + Tco_max; input delay min = Tdelay_min + Tco_min; the output delay max = Tdelay_max + Tsu; output delay min = Tdelay_min - Th.
    So, I want to know how to set input/output delay in the Source Synchronous.
    In system synchronous, I set input/output delay such as:
    create_clock -period 20.000 -name ClkIN -waveform {0.000 10.000} [get_ports ClkIN]
    create_generated_clock -name Clkif -source [get_pins cfg_if/clk_tmp_reg/C] -divide_by 2 [get_pins cfg_if/clk_tmp_reg/Q]
    create_clock -period 40.000 -name VIRTUAL_clkif //make virtual clock
    set_input_delay -clock [get_clocks VIRTUAL_clkif] -min 0.530 [get_ports DIN]
    set_input_delay -clock [get_clocks VIRTUAL_clkif] -max 7.700 [get_ports DIN]
    set_output_delay -clock [get_clocks VIRTUAL_clkif] -min -0.030 [get_ports DOUT]
    set_output_delay -clock [get_clocks VIRTUAL_clkif] -max 1.800 [get_ports DOUT]
    *******************************************************************************************

    So, first. Architecturally, the clock that you forward to your external device should not come directly from the clock tree, but should be output via an ODDR with its D1 input tied to logic 1 and the D2 tied to logic 0. This guarantees minimal skew between the output data and the forwarded clock.
    ODDR #(
    .DDR_CLK_EDGE("OPPOSITE_EDGE"), // "OPPOSITE_EDGE" or "SAME_EDGE"
    .INIT(1'b0), // Initial value of Q: 1'b0 or 1'b1
    .SRTYPE("SYNC") // Set/Reset type: "SYNC" or "ASYNC"
    ) ODDR_inst (
    .Q (Clkif_ff), // 1-bit DDR output
    .C (ClkIN_BUFG), // 1-bit clock input
    .CE (1'b1), // 1-bit clock enable input
    .D1 (1'b1), // 1-bit data input (positive edge)
    .D2 (1'b0), // 1-bit data input (negative edge)
    .R (rst), // 1-bit reset
    .S (1'b0) // 1-bit set
    OBUF OBUF_inst (.I (Clkif_ff), .O (Clkif_out));
    This generates an output clock that is the same frequency as your input clock. This is consistent with your drawing, but inconsistent with your constraints - is the forwarded clock a 50MHz clock or a 25MHz clock?
    I will assume your ClkIN goes to a BUFG and generates ClkIN_BUFG.  Your first constraint generates a 50MHz clock on the ClkIN port which will propagate through the BUFG to (among other places) this ODDR.
    create_clock -period 20.000 -name ClkIN -waveform {0.000 10.000} [get_ports ClkIN]
    Assuming your forwarded clock is supposed to be 50MHz, then your 2nd command is close to correct
    create_generated_clock -name Clkif -source [get_pins cfg_if/ODDR_inst/C] -combinational  [get_pins cfg_if/ODDR_inst/Q]
    With this done, you have successfully described the forwarded clock from your design. This is the clock that goes to your device, and hence should be the clock which is used to specify your input and output constraints.
    set_input_delay -clock [get_clocks Clkif] -min 0.530 [get_ports DIN]
    set_input_delay -clock [get_clocks Clkif] -max 7.700 [get_ports DIN]
    set_output_delay -clock [get_clocks Clkif] -min -0.030 [get_ports DOUT]
    set_output_delay -clock [get_clocks Clkif] -max 1.800 [get_ports DOUT]
    If you want to get fancier, you could try adding a set_clock_latency to the forwarded clock to account for the board propagation of the clock
    set_clock_latency -source TDtrace2 [get_clocks Clkif]
    (But I haven't experimented with clock latency on a generated clock and I don't know for a fact that it works).
    Avrum

  • Id email address cancelled. how do I log in and create new password?

    id email address cancelled. how do I log in and create new password?

    This link tells you how to change your Adobe ID and password:
    http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html
    And if it doesn't, there's a "Still Need Help?" link which leads you to web chat where you can talk with a person.

  • How to reassign new chart of accounts to company code

    I created company code, assigned fiscal year K4 to 4040 co. code. Later on I created Open/Close Posting period/Assign Company code to Fiscal Year. I prepared new chart of accounts 4040 for Canadian company.
    When I tried to assign 4040 chart of accounts to my company code in Fin Actg Global Settings, I notcied that automaticlly CACA (Chart of accounts Canada was already assigned. I tried to replac CACA by 4040 But error message "Reset company code data before changing the chart of accounts"
    I tried to delete G/L accounts Tnasaction code OBR1 & OBR2 But nothing changed.
    I wish to assignment of chart of accounts in company code in Global settings & wish to re-assign different chart of accounts. I have not created any assignment of company code to controlling area, plant, sales organization, etcu2026 While removing this it says Reset company code data before changing the chart of accounts. Screenshot is attached.
    1)       When I am trying to remove assignment of K4 fiscal year to company code it does not allow me. SO how to solve this problem.
    Should I delete company code & then retry the same?
    Please suggest how to reassign chart of accounts to company code as no data like customer, vendor or sales transaction is made.
    Pl advise solution THANKS

    Hi Paul,
    Thanks for the answer. I have not copy any company code to my co. code 4040. Just as new entry I created 4040 company code. In Org object Check everything about table found OK. No seprate G/L A/C is created by me for co. code 4040
    To see if company code is productive means Active? In "Enter Global Parameter? Tab-->Cost of Sales Accounting ACTV is 2. When I tried to make it Inactive (Blank), it is not allowing me and showing error msg as below.
    You do this in Customizing as follows: Cross-Application Components -> Bank Directory -> Change Message Control.
    I checked this but asking for Application Area to put & I do not know hwat area I should put.
    Am I going right as suggested by you?
    I had deleted G/L accounts earlier but Sales Actg is active so sould not go ahead.
    As per Venkat I had decided to delete company code, But I want to solve without deletion.
    I am SD guy so asking many Qs of FICO as I am learning now.
    Thanks
    Reason why you are not able to delete the assignment is that, you have already created GL accounts for the COA. I hope you have not done any posting using those GL accounts.
    First of all please make that you company code is not set as productive. if set prodictive you will not be able to delete any master data. So please remove the productive check(if any).
    Then you try to delete the GL account that you have created for the COA. once you delete the GL account the system might ask for the deletion of the account group. After that you should be able to change the assignment.

  • Creating Cross Company Code Vendors/Customers.

    Hi All,
    I'm trying to understand how to create cross company code Vendors and Customers.  I've already established the link with configuring OBYA.  What I'm not clear is on which company code I should be creating the vendor and customer. 
    We have two company codes, 2100 & 0980.  CC 2100 has the central bank tha pays invoices for CC 0980.  I have two issues.
    1. What kind of configuration is needed to accept incoming payments into CC 2100 House banks and lockboxes?
    2. For intercompany activity between 2100 & 0980 how are the vendor and customer master records set up?  I know there needs to be a vendor on the customer master and a customer on the vendor master.
    So for 0980 acting like a vendor for 2100 I'm assuming the vendor number for 0980 is set up as a 2100 vendor.
    The same is true when acting as a customer.  The difference being is that this vendor entered into a field on the customer master and the customer number is entered on a field in the vendor master. 
    I'm missing how the Vendor record, if created on Company Code 2100 gets linked to Company Code 0980.

    For SAP to 'know' that a particular vendor / customer master records represents a specific company code, all these needs to be linked to the same 'company'.
    Companies are maintained in T880 (IMG : enterprise structure -> definition -> Fin Acctg -> Define Company
    Company code is linked to a company in the cocode config. IMG enterprise structure -> Assignment -> Fin Acctg -> Assign comp. code to company
    And finally, the Trading Partner field in the Customer/vendor master is where you assign the company to the cust/vendor.
    This setup will eventually allow you to consolidate interco A/R, A/P, etc.. if you need to but is not necessary for the interco process to post.(although you'd want to have it rght from the get go)

  • Vendor 27672 has not been created for company code 6200

    Hai,
    I am trying to post a invoice against a Scheduling agreement.
    The scheduling agreement has vendor as 27672 and comapny code as 6200 in the header data when i look into ME33L.
    When i trying to post an invoice fo the schedulig agreement using BAPI_INCOMINGINVOICE_CREATE , it is thowing the error "Vendor 27672 has not been created for company code 6200". which i am not able to resolve, as the scheduling agreement is raised against that vendor.
    when i tried to post the invoice manually using MIRO, there was a POP-UP saying there " PO vendor is not an invoiceing party. enter the invoicing party."  where i was giving 27673 which is the alternate payee for this vendor. It is accepting and i could post the invoice succesfully.
    However, the same is not available in the BAPI_INCOMINGINVOICE_CREATE  that i am using.
    Is there any way that i can enter the Invoicing party as i did it when i was posting it manually or is there any other way that i can resolve the issue.
    Thanks,
    Upender

    Hi
    Go to XD01 and enter the same customer code that you have now and enter the required company code and sales org, dist. chnl and division and enter the required details and save.
    Regards
    Madhu
    Edited by: Madhu Naidu on Sep 19, 2011 6:46 AM

  • How to consolidate the financial statements for 3 company codes, assigned t

    Hi Friends,
    How to consolidate the financial statements for 3 company codes, assigned to 3 different companies, 3 different fiscal years, 3 different controlling areas and all the 3 Company Codes assigned to same chart of accounts in the same client?
    Can we need any ABAP program for this (or) Is it possible using Report Painter?
    Please help me.
    Thanks

    Hi friend,
    Is it a real-time situation or something you are visualising ?
    For consolidation, you can use a group chart of accounts and select that in the operative chart of accounts for consolidation purposes.  This would work provided the company codes use the same operative chart of accounts and fiscal year.
    I hope the above would be helpful to you.
    Regards,

  • Create a company code

    Hello,
    I am trying to create a company code by coping from existing Company code defined by SAP. I am getting below error,
    Only copy the G/L accounts if you want to allocate the same & ch/accts to the target company code as to the source company code & Do you want to copy the G/L account company code data
    Can anyone please explain me what's going on herer?
    Thanks in advanced.

    Hi
    I am trying to create a company code by coping from existing Company code defined by SAP. I am getting below error
    Hi its not error ,its information message,system ask whether you  want copy G/L account and chart of account to new compnay code from existing one,if want yes then click yes or not then click not
    Regards
    kailas ugale

Maybe you are looking for

  • Media Encoder CC doesn't close on Mac

    This doesn't always happen, but it's frequent enough to be a problem. When I close Media Encoder CC, the window closes, but the process is still open when I Cmd+Tab through processes, and the icon on the dock still has the dot below it, that indicate

  • HT1491 two ipad users on one computer, now i have update the wrong user on my ipad

    Two IPAD2 users on one computer , I needed to update my IPAD2 now I have the wrong user on my IPAD2. How do I get my account back on my IPAD 2 ?

  • Difference results in credit and debit amount in sap bi report

    Dear Experts, In SAP BI FIGL  report  for a particular company code credit and debit amount are matching but the net balance is coming to some few decimal places like 0.03. Also when I have executed the same report the other time it is showing 0.00 i

  • Purple lines around an image icon

    Hi all! Ive created some JButtons with a white background which have some ImageIcon's representing their use. Problem is a horrible purple border appears around the most recently selected image/text combination in the middle of the button. I've looke

  • Data in XML format (XML files) to BW?

    Hi, My customer is interested in loading data to BW (from 3rd party system) in XML format. Are there any advantages of doing this (compared to traditional ascii files)? How about disadvantages (BW version is 3.5) ?. How to get started with this one,