Couldn't find Country Code While Creating Plant

Dear Gurus,
                         Am Working on development server now.we have copied company code 0001 to our company code. but while defining plant i couldnt find country code IN in country list. its showing only US. remaining all others are shaded out.
                         can anyone tel the reason ?? i have cross checked everything . Everywher i could find IN . but here only i couldnt find IN.
plz explain...............
thx in advance................

hi..
as u have defind ur company code by copying the standard one...
and when u are defining your plant..then at this time u have to do nothing with the company code...
while assignment..u assing plant to the company code..ox18..
at SPRO > SAP IMG > SAP Netweaver >General settings >Set countires > define country codes.
at this level..u can define country key and country communication codes...
Try this out.
Thanks
Edited by: ashish2210 on Aug 9, 2011 6:37 AM

Similar Messages

  • What is the wrong in code while creating a container

    Hello all,
    what is the wrong in code while creating container.
    *& Report  ZTEST_TREE4
    REPORT  ztest_tree4.
    *       CLASS lcl_application DEFINITION
    CLASS lcl_application DEFINITION CREATE PRIVATE.
      PUBLIC SECTION.
        CLASS-METHODS: run_application.
        METHODS constructor.
      PRIVATE SECTION.
        CLASS-DATA: s_container TYPE REF TO cl_gui_simple_container.
        DATA: container TYPE REF TO cl_gui_simple_container.
    ENDCLASS.                    "lcl_application DEFINITION
    *       CLASS lcl_implementation DEFINITION
    CLASS lcl_application IMPLEMENTATION.
      METHOD run_application.
        IF lcl_application=>s_container IS INITIAL.
          CREATE OBJECT lcl_application=>s_container.
        ENDIF.
      ENDMETHOD.                    "run_application
      METHOD constructor.
        CREATE OBJECT container.
      ENDMETHOD.                    "constructor
    ENDCLASS.                    "lcl_implementation DEFINITION
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE status_0100 OUTPUT.
      CALL METHOD lcl_application=>run_application.
      SET PF-STATUS 'CO_100'.
      SET TITLEBAR 'CO_100'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE user_command_0100 INPUT.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    *&      Module  exit  INPUT
    *       text
    MODULE exit INPUT.
      LEAVE PROGRAM.
    ENDMODULE.                 " exit  INPUT
    START-OF-SELECTION.
      CALL SCREEN 100.
    regards,
    Lisa.
    Edited by: Lisa Roy on Mar 6, 2008 10:15 AM
    Edited by: Lisa Roy on Mar 6, 2008 10:29 AM

    Hi Lisa,
    a container must be placed in a respective screen area. Also the module calls must be implemented in your screen input and output sections. Finally you have to place something (a GUI control) in your container.
    I do not see anything like this in your program. So I don't know what you are asking about. Do you get any error message?
    Regards,
    Clemens

  • GRC 10 Upgrade: Unable to find a system while creating a request in AC

    Hi All,
    I am unable to find a system while creating a new request in Access Management. I have created a connector to the backend system  and I tested that by logging into the system remotely. However, the same system is not available for selection for which the request needs to be created.
    Please suggest.
    Regards,
    Faisal

    Hi Faisal,
    Please re-visit the following config:
    SPRO>GRC>AC-->Maintain Connector Settings
    SPRO>GRC>AC-->Maintain Mapping for Actions and Connector Groups
    SPRO>GRC>AC-->Maintain Plugin Settings (Make sure you have not checked the checkbox)
    Still not solved - please follow this document and make sure you have completed all the steps:
    http://www.sdn.sap.com/irj/bpx/go/portal/prtroot/docs/library/uuid/5067e447-5c64-2e10-7d9c-8f7e5953aadb
    Regards,
    Ajesh.

  • Create Material Code, while creating Document in CV01N

    Dear All,
    Can I Create Material Code, while creating Document in CV01N,
    So as i could maintain the same code structure as documents.
    Regards
    Raghu

    hi,
    actually i posted this question twice,
    thatu2019s why closed this immediately,
    anyways last question was " is it possible in std SAP"
    i have replay as "No we can not",
    So i would go for development.
    Regards
    Raghu

  • Actual & planned costs calculated while creating Plant Maintenance Order

    Hi All,
    I would like to know how the actual & planned costs calculated while creating Plant Maintenance Order (PM Order)
    Thanks,
    Ajay

    You need to create an activity rate for 2014 for cost centre 51260201 and activity type NAHG20.
    This can be done via transaction KP26, but is usually performed by your Finance team.
    PeteA

  • Message while creating plant,Do you really want to transport number ranges?

    hI
    while creating plant[Copy from existing] i got the message 'Do you really want to transport number ranges?'
    can some one through some light on this message
    Thanks

    REad carefully the info coming along with this message.
    IF you transport number ranges, then you overwrite existing number ranges in your production system. you transport the e.g. the current number from your development system into production and overwrite there the current number.
    As you usually produce less data in Development system than in a production system, the current number will be smaller after the transport, and SAP would then try to create data using the next number, which leads to a dump as thereis already a record in the database having this number.
    so you should only transport number ranges if you do not effect existing number ranges in your production system.

  • Taxes display wrong in Tax Code while create PO

    hi all
    i m facing the problem while creating PO with 4 line items. out of 3 not having any exise duty in J1ID. the user is giving taxcode for all line items. But it is showing the values of taxes Eduty 16%, Ecess 3% and Vatt 4% for all items in PO not in the PRINT. can any give the solution.

    Hi,
    Go to the Table T007A, where you find the tax codes.
    Input & out put taxes are the tax types.
    In FTXP T.code give the tax code and  click on the
    Input tax codes are used for purchase cycle and out put taxes are for sales cycle. I Hope you have given the sales related tax code. Thats why system is giving the error message.
       In T007 Table give the proper input and get the details.
    Regards,

  • Default Country Value while creating BP in Web UI

    Dear Experts,
    We are using  "BADI_CRM_BP_UIU_DEFAULTS" for enforcing certain values, including the country value (XX) for our case while creating new BPs in Web UI..
    As we are expanding internatinoally, the BP creation in the next country is also taking the same value (XX) which is not desired, since it is mentioned in the BADI. The said BADI works only for the Web UI and our users are on web UI too. Had the users been on GUI, the same could have been populated through the user profile - parameter id LND for the desired value. But the parameter id setting unfortunately doesnt work for Web UI.
    Neither is the table / field of the paramater id aval for calling up in this BADI.  Nor the tables associated with the BADI have any value as the BP is being created afresh.
    Hence we are stuck how to fill the respective country values by default. To my knowledge using the paramater ID should have been the simplest way of handling it but for Web UI it doesnt work.
    Seek your expert advice on the ways to resolve this please..
    Kind Regards,
    Tariq

    Hi Tariq,
    I'm not sure if you have the latest SP - recently, a new BADI - BUPA_SET_DEFAULT was released which allowed defaulting of fields in the BAPI and Web UI scenarios. You can use that BADI to default the fields for country, name, and even other address fields on the Web UI.
    If you don't have this BADI in your system, do search for SAP notes, which will also have the documentation about this.
    Hope this helps you.
    Regards,
    Rishu.

  • Unable to find BW Query while creating connection with universe designer

    Hi colleagues,
    I've got BOE XI 3.1 SP2, Integration for SAP 3.1 SP2 and the following inssue )
    Some of BW queries that were previously released for external access and succsefully used for WebI reports now cannot be find while creating a connection in universe designer. Those are still releasde for external access but I'm not able to find some of them in the list, tried search as well.
    Has anybody faced the same problem?
    Thanks

    Hi Ingo
    SAP GUI               710 Patch 15
    BI Components       7.10 Patch 1001     
    BW 3.5 Components     3.50 Patch 6
    Actually as I figured out there were some reasons to manualy set req.status to 7 for that info-provider
    I used massive regeneration for needed queries eventually,
    BR Max

  • Unable to find Par file while creating iview in the template

    Hi All,
    Iam trying to change the Masthead iview, i deployed in NWDS and successfull. but while creating iView in the portal i could find the par file in the template.
    And when iam creating sample Portal application it is visible in template.
    Setting in the NWDS are correct. Can any one suggest what is happening here.
    Regards
    DV

    Hi DV,
    don't try to create an iView from template, but one from par. In the list you'll find your project name and within the project - voila: your portal application.
    HTH,
    Carsten

  • How to find country code based on delivery number

    HI Folks,
    plz suggest which table is having country code(ship-to party) based on delivery number.this should be storage location country.
    Thanks,
    Ritesh.
    Message was edited by:
            Ritesh Shrivastava

    Hi,
    You can also get it from the table VBPA..
    SELECT SINGLE * FROM VBPA
                  WHERE VBELN = 'DELIVERY NUMBER'
                  AND       PARVW = 'WE'.   "SHIP TO PARTY.
    VBAP-LAND1 will be the country code..
    Thanks,
    Naren

  • Error in Tax code while creating a PO in T.code ME21n

    Hi,
    I am trying to create purchase Order, I am getting an error when while entering this
    Tax Code : v1
    Jurisdict. Code: RS14902
    The error is "Tax code v1 in procedure TAXBRJ is Invalid"
    How to rectify this error. Or
    What can be other way of entering the tax code and jurisdict code

    Hi,
    Go to the Table T007A, where you find the tax codes.
    Input & out put taxes are the tax types.
    In FTXP T.code give the tax code and  click on the
    Input tax codes are used for purchase cycle and out put taxes are for sales cycle. I Hope you have given the sales related tax code. Thats why system is giving the error message.
       In T007 Table give the proper input and get the details.
    Regards,

  • Finding material codes for creating process orders ??

    Dear Experts,
             How can we get the list of material for which the process orders can be raised .In other words from a list of materials ,how one can know the material code ,relevent for raising the proces order & maintaining recipe.
    Pls update
    Regards

    Dear Dennis,
    It's difficult to answer your query with the given information.But in general for the in-house manufactured materials
    (procurement type E in MRP2 view) which has a BOM,which can be checked through CS03-->F4 display serach using the
    materials by Bill of materials,mention the plant,BOM usage and remove the maximum no of entries and you can download this
    data) and get an idea for which materials the BOM exists.
    Further to this you can identify for which materials the master recipe exists in C203 and based on these data or else for the
    plant check in C223,for which materials a production version exists for a combination of BOM and master recipe.
    For all these materials you can create a process order.Also if your process order type is configured in such a way that
    without a BOM and master recipe the order can be created means,then for the in-house manufactured materials the process
    order can be created.
    Similarly for all the in-house manufactured materials the master recipe can be created.For to this in config in SPRO-->production
    planning for process industries->settings for task list types->assign material types--->check for which material type the task
    list type 2 is linked,only for the materials created with these material type you can create the master recipe.
    Regards
    Mangalraj.S

  • Cannot find any tcodes while creating the Function id in for risk analysis

    Hi Friends,
    the issues was appeared while I was practising the Risk analysis,
    I went access maintainance , then to fuctions , I  had given the fuction name , business process , analytical scope
    then when I tried to add the t-code , I couldn;t see any t-code to add to the function
    is there any pre-requesties to do before this ?
    Thanks and Reagrds,
    Raghu

    Hi Raghu,
    This behaviour is because of your connector group design.
    Logical connector group can have multiple connectors and as per the design of application, Logical group always read the authorizations from the connector which is listed as first connector in the list. It is assumed that all the connectors which are part of Logical group should be synchronized with each other and having same authorization model in all the systems.
    GRC application is designed in such a manner that the connector which is first in the list of the connectors that are a part of the logical group is only checked. If the Tcode(Action) exists in that system, then the Action can be found for the logicall group. 
    If the Action is not part of the system which is the first system in the list of systems in the logical group then that Action will not be available for selection for the Logical group.
    The intent behind logical group design is to reduce maintenance of rule sets. For example, if you loaded 10 rule sets for 10 physical systems, you would have to maintain them all if a new risk had to be added. Logical groups provide a method to group like systems (components) so that if you make a rule change you do it once for the logical group and when rules are generated the change is updated for all in that group. If you have 10 systems under one (1) logical group, we would pull the transaction from the first connector.  You can name your connectors so that the one you want to be the "master system" is at the top. The assumption is all the systems maintained in the connector group should have the same data or the same actions.
    Refer to the note - 1802010
    Regards,
    Muthu

  • "cannot find this class" erro while creating Background Callable Object.

    Hi All,
    I am facing "cannot find this class" while creating Background Callable Object.
    I followed the following document for Creating Background Callable Object.
    [Creating Callable Objects for Background Execution|http://help.sap.com/saphelp_nwce10/helpdata/en/53/cde385301f4aa3b8e77a92cd46bff3/frameset.htm]
    After giving the fully qualified java class name in the Implementation Class Name when i press next i am getting the error.
    Please suggets me in solving this issue.
    Regards,
    S.V.Satish Kumar
    Edited by: Sathish Kumar SV on Apr 4, 2009 10:34 AM

    Hi, kavita.
    First, make sure you choosed the correct container when you created the background CO.
    Second, make sure your package name was "com.examples.bckgco" and class name was "UserDetailsCallableObject". The exception  which you got just means you entered incorrect name.
    It doesn`t relate to your program.
    Best Regards.
    Louis Huang.

Maybe you are looking for

  • Calling a function module out of a web template

    Hi experts, I need to call an ABAP function module out of a web template including a query with the variable values of the query as input parameters. There shall be button, which starts the funtion module, if the user clicks it. I don't need to trans

  • Tax Code Error

    Dear All, We are using 2007 B - PL 7 We have created tax code as BED + VAT. But it is not showing in list of sales codes form while creating A/R Invoice. But it is available in  Tax Code setup. Pl. any body can help in creating setup with Central exc

  • GT80 Titan SLI - pushing back technological boundaries in new and exciting ways

    Another GT80 review to share with you guys, this one's from the UK media, the Eurogamer. http://www.eurogamer.net/articles/digitalfoundry-2015-msi-gt80-titan-sli-review How can you not want it? I am saving my piggy bank to get myself one of this cool

  • Additinal Tab in ME21N using MM06E005

    Hi, I have to add an aditional tab at the header level  to the already existing 9 tabs with text as 'Vendor Acceptance' and the subscreen should contain a Check box with 'Vendor Acceptance'  as text. I went  through many threads in SDN of which some

  • I download videos and they end up as jpg files.

    When I first got my imac (3 days ago) i could double click a video and it went to the downloads folder. Now it just opens in a new window and i can't download videos. If I drag it to the download folder all i get is a jpg image and no video file. I'd