VKP0 is not to be maintained as  mandatory condition while creating IDOC

We have a very awkward need from our client.The bussiness doesnt want the condition type VKP0 to be mandatory condition while creating IDOC for article master data.
In the bussiness terms they send some articles to POS without creating price.They dont want to have the value of KONWERT field as 'ZERO'..
We have upgraded ECC 5.0(IS Retail) to ECC 6.0(IS Retail).It was techinical upgrade hence no functional configuration has been done.
Moreover we have compared POS outbound profile in ECC 6.0 with ECC 5.0.Every configuration is same and all required prerequisites for POS Outbound profile are same in both the versions.The Idoc in ECC 5.0 is getting created even though the price of the artilce is not required to be mainatained.
All of us know that if prices are not maintained system shows'X' mark in price field in T.Code WPER2.
But,instead the IDOC is getting created in ECC 5.0.
Please help us to make the IDOC creation possible in ECC 6.0 even without  creating the price.
Edited by: ajay das on Nov 15, 2008 8:00 PM

Hello Ajay,
Are IDocs for other transactional data getting created? In case these are, you can try to check the message control settings.
Regards,
Nimish

Similar Messages

  • "could not save list changes to the server" while creating a new form in SharePoint Designer - custom content type

    i am getting "could not save list changes to the server" while creating a new form in SharePoint Designer.
    Actually the list was created with a custom content type. When i try to create a new form from the custom content type, it fails.
    However, when i try to create a form using item content type, it creates a form successfully.
    Could you please let me know hte workaroud for this.
    Tnx

    Hello,
    This link may be help you to create custom form using content types:
    http://blog.splibrarian.com/2011/03/21/using-content-types-to-modify-the-newform-aspx-and-editform-aspx-pages/
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help <br/>(On vacation from 16th Oct to 28th Oct 2014)

  • Mandatory fields while creating masters in SAP B1

    Hi All
    can some body tell if is there any manual where i get to know the mandatory fields while creating the masters in SAP B1 9.0
    Thanks
    Nidhi Trivedi

    Hi Nidhi.
    In Standard you can make UDF mandatory while Creating it by Checking Mandatory Option in UDF Window.
    If you want to make Standard Field Mandatory then you have to use SP Transaction Notification to make that field Mandatory.
    For other options, Please check below links.
    Mandatory Fields in 60 seconds - YouTube
    how to make a field mandatory in SAP Business one ?
    Making Fields Mandatory
    Mandatory Field Options in SAP Business One- no programming required! | Frontline Consultancy
    Hope this helps
    Regards::::
    Atul Chakraborty

  • Check for mandatory fields while creating EP users using code .. :|

    Hello All,
    I have a code using which I can create user accounts/EP users on Portal, am working on EP6 SP9 & SP12.
    <u>My query</u>:
    1. <i>From Portal's perspective</i> -> While creating EP users, there are few mandatory fields like user-id, FirstName, LastName, Email-id and Password. If any of the above fields is null/empty, Portal would give us an error message.
    2. <i>From coding perspective</i> -> Here, only the user-id is required. Even if I do not enter/fill any of the above mentioned mandatory fields (except user-id), user account is created.
    In case wherein FirstName/LastName is not mentioned, Portal shows the userid in the Welcome Frame, i.e. Welcome <user-id>. Tried this by commenting the statements contains the methods related to setting/accepting FirstNme and LastName of user.
    <b>I want to know if this is all rite?
    If no, then please guide me as to how can I set mandatory fields in my code.</b>
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu R Hunjan

    Hi Ritu,
    >>please guide me as to how can I set mandatory fields in my code??
    In ur jsp file or in the controls code add the following attribute
    <hbj:label id="userIdLabel"
               text="User ID"
               labelFor="userIdInput"
               design="HEADER3"
               required="true"/>
    and to check the mandatory entry for that field do this in the submit button
    <hbj:button id="insert"
                text="Submit"
                design="emphasized"
                onClick="save"
                onClientClick="if(!isMandatory()) htmlbevent.cancelSubmit=true;;"/>
    and in the javascript write the client validation code.
    Hope this helps.
    Regards,
    Joshua Kiran

  • View not copied or enhanced with wizard Error while creating Event Handler method in Z Component

    Hello Friends,
    In one Z Component (Custom Component), in one of the views, while creating event handler, it gave me error message that view not copied or enhanced with wizard.
    I am aware that in Standard Component, if we want to create the event handler method then we need to first Enhance the Component and then we need to enhance the view.
    But, in the Z Component (Custom Component), how to create event handler method in one of the views as while creating event handler method i am getting view not copied or enhanced with wizard error.

    Hi,
    Add a method in views impl class with naming convention eh_on__* with htmt and html_ex parameters.  I dont have have the system right now. Please check any existing event import export parameters.
    Check out do handle event method in the same class.
    Redefine that method.  Call that event method in this handle method. See existing code for reference.
    Attach that event to the button on click event in .htm page.
    Regards,
    Bhushan

  • Not enough memory for Data Provider-Error while creating Data Source

    Hi,
    I am loading data into Master Data_Attribute InfoObject I am getting following error message while creating Data Source under "Proposal" Tab
    "Not enough memory for Data Provider"
    My Master Data InfoObject having 65 attributes
    My CSV file having 15,00000 records
    I am using BI 7.0 version
    If anybody faced this problem. Please share with me
    Thanks.

    Hi
    Here the problem with the space so plz contact ur BASIS people to increase the spae for particular object.

  • I want to write condition while creating table/maintaining table using SM30

    Hello all,
    I am creating table Z_CUST with only 2 fields Client, Customer number using SE11 transcation then maintain using SM30 transcation.
    User should only be allowed to enter customer number that is in account group(KNA1-KTOKD) ‘Z011’. This  validation should be performed during data entry.

    Hi,
    Crete the table maintenance generator for your Ztable.
    below is the brief procedure to create table maintenance.
    Table maintenance generator is basically used to do table operations like (insert, delete, modify...).
    if you create table maintenance for your table it will build a module pool program, by using you do the above operations.
    below is the procedure to create table maintenance generator.
    1) Create one function group.
    2) after activating your Ztable, choose 'Utilities'----> 'Table maintenance genrator'.
    3) then give the authorization group and function group created abobe in the next screen.
    4) Then choose the "create" button in your application tool bar, which will creates the module pool program.
    5) then create one Tcode by chosing "Transaction with parameters( parameter transaction)".
    6) in transaction field give "SM30", select the check box "Skip initial screen".
    7) in the below of that screen you can find the "Default values" frame.
    8) there under the "name of screen field" select the "View name' and 'update".
    9) in value column against to "view name" give you table name, and against to "Update" put 'X' in capital letters.
    save it then you can straight away use this newly created Tcode to maintain your table.
    Note:- 1) make the modification while saving the data into your table using this newly generated program to carry out your validation (even though it looks like standard program; no need to enter the access key).
    2) if you do any changes to your table and press the activate button automatically the table maintenace generator will be goes off, you need to create this again.
    Reward if useful.
    Thanks,
    Sreeram.

  • Not able to add a new runtime while creating ADF application (Linux)

    Hi All
    I downloaded "Oracle WebLogic Server 11gR1 (10.3.5) + Coherence + OEPE - Package Installer" for Linux (32 bit JVM) and installed it on my hosted linux box. After the installation, I added sun jdk that comes bundled with the installation to my PATH environment variable. Now when I try to create a new Oracle ADF Application, I am getting stuck while adding a new runtime environment. I chose the type of runtime environment as "Oracle Weblogic Server 11gR1 Patch Set 4". For weblogic home I gave the location of wlserver_10.3 directory which also sets the JAVA Home automatically in the wizard, but I am not able to proceed after this. Both Next and Finish buttons remain disabled. I also tried adding this runtime environment from Windows ->Preferences ->Server ->Runtime Environment but getting the same issue.
    Am I missing something here?

    Hi Abhishek,
    The reason the RT isn't being listed is because it doesn't have the ADF runtime installed and this is a requirement for ADF applications.
    Please download the 11.1.1.5 Application Development Runtime from http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html and install into the wls home where you installed wls1035_oepe111172_win32.bin.
    Once this is complete, please delete and re create the runtime environment. Once this is done, you should be able to create an ADF application without any issues.
    thanks
    Raj

  • "The company code does not exist or has not been fully maintained" in mm01

    Hi all,
    I am creating a material, it needs me to provide company code. when I gave out my company code, it reports:
    "The company code ZXXX does not exist or has not been fully maintained".
    what should the problem be?
    thanks and regards,
    Smaosn Zhu

    Hi Raja,
    Checked all you specified.
    I have done these assignments:
    1. assign comp - > comp code
    2. assign plant- > comp code
    3. assign purch. org - > comp code
    4. assign purch. org - > plant
    but the problem is still there.
    let me try to re-do it.
    thanks,
    samson

  • Error : COmpany code does not exist or has not been fully maintained

    Hi ,
    I tried creating a material with industry sector : mechanical , material type : raw material.
    i selected basic data 1 and 2 view or MRP 1 view for views , i gave plant as SUJA and storage location value S001 ( plant and stor loc i have created in the company code 2001)
    but i get this error COmpany code 2001 does not exist or has not been fully maintained..
    I created COMPANY CODE using SPRO - Entreprise structure --definition -  financial accounting --define , copy , check , delete company code..
    kindly suggest me the solution for this error..

    Hi,
    Your company code not activated for material management. Few pre-requisites to create material and one is to activate company code for material management
    Please activate in T.code: OMSY,
    [For example: For Fiscal year variant K4]
    In OMSY steps, u have to enteru2026u2026u2026..
    Company Code (enter your company code name 2001)u2026u2026u2026u2026u2026.
    Company Name..
    Fiscal Year of Current Period 2009
    Current period (posting period) 03( )
    Fiscal year of previous period 2008( will come automatic)
    Month of previous period 02( will come automatic)
    Fiscal year of last period of previous year 2008
    Last month of previous year 12
    Allow Posting to Previous Period (Back posting)
    Disallow back posting after a change of period
    Now create material with T.code; MM01
    Regards,
    Biju K

  • Fiscal year variant V3 not defined or maintained for date 01.01.2011

    Hi  Team,
    While doing "ABUMN" we are getting below error message"
    Fiscal year variant V3 not defined or maintained for date 01.01.2011
    Message no. GMMASTERDATA108
    if we change asset value date 02.01.2011, there is no error message.
    we are getting error message only when asset value date is 01.01.2011.
    Please let us know is there any problem 01.01.?
    Thanks and Regards,
    Ram

    Hi Ashwin,
    Yes I have maintained 31 days for JAN in OB29. Even though I'm getting the same information.
    Could you give some other solution.
    Thanks & Regards
    SK.

  • Number group not maintained for CO code while executing J1INCHLN and J1INCH

    Hi,
    While creating remittance challan through J1INCHLN ,particulary for Section 194H and J1INCHLC for Section 194H&194C the system showing an error "Number group  not maintained for CO code XXXXSection 194C and business place 194C.
    This is a regular transaction we do every month.Recently  we have upgraded from 4.7e to ECC 6.0 version.
    Please suggest.
    Regards,
    Nageswar Rao J

    Hi,
    In ECC 6.0 Real Time Integration is present between FI and CO i hope due to this it might throwing error.
    Please go to KANK and try to assign as per the error.
    regards
    srikanth.

  • The company code TEST does not exist or has not been fully maintained

    Dear Experts,
    I received the following message when I tried to create a material master from Plant Maintenance module (select view based on general plant data / storage 1).
    "The company code TEST does not exist or has not been fully maintained
    Message no. M3150
    Diagnosis
    You have entered either the company code TEST or a plant assigned to this company code. However, the company code either does not exist or has not yet been configured for materials management.
    Procedure
    Ask your system administrator to configure the company code.
    Procedure for System Administration
    Carry out the following activities as required:
    Create the company code if it does not already exist.
    You do this in Customizing for Enterprise Structure in the activity Define, copy, delete, check company code.
    Make sure that a fiscal year variant is assigned to the company code.
    You do this in Customizing for Financial Accounting (Global Settings) in the activity Enter global parameters.
    Configure the company code for materials management.
    You do this in Customizing for the Material Master in the activity Maintain company codes for materials management.
    However, I've done all the above instructions, yet the message still appear.  what else should I check?
    regards,
    Abraham

    Hi,
    I've done that earlier..
    However, I've chosen the default plant 0001 instead of my own created plant, it works.  Then I tried to do it again, with my own plant, it works also..
    Anyway, thanks a lot.
    regards,
    Abraham

  • Field not visible in maintain master data option

    Hello experts,
    maturity_date field is mapped and active in transformations.
    but when i want to see data for it.
    field not available in "maintain master data" option or "display data" option.
    regards,
    kv

    you can search in se11 /bic/pmaturity_date.
    and also is attribute only is checked in general tab.
    bhaskar

  • The company code OMPL does not exist or has not been fully maintained

    hi friends i did in obyc setting also fi posting are happens but the think is mm posting are not happen and not able work on transation code-mmo1i seen  transation code:omsy but company code is not mantain properly this is happen in mm module please give hints where to customization please help friends i am on client please
    ok
    The company code OMPL does not exist or has not been fully maintained
    Message no. M3150
    Diagnosis
    You have entered either the company code OMPL or a plant assigned to this company code. However, the company code either does not exist or has not yet been configured for materials management.
    Procedure
    Ask your system administrator to configure the company code.
    Procedure for System Administration
    Carry out the following activities as required:
    u2022     Create the company code if it does not already exist.
    You do this in Customizing for Enterprise Structure in the activity Define, copy, delete, check company code.
    u2022     Make sure that a fiscal year variant is assigned to the company code.
    You do this in Customizing for Financial Accounting (Global Settings) in the activity Enter global parameters.
    u2022     Configure the company code for materials management.
    You do this in Customizing for the Material Master in the activity Maintain company codes for materials management.

    hi
    Try to maintain the settings in OMSY
    and check the posting periods for your company
    regards

Maybe you are looking for

  • Error in HR_KR_STRING_TO_XSTRING

    Hi All, I need to convert the string to xstring and using the function module HR_KR_STRING_TO_XSTRING , but I am getting the exception error while converting which says INVALID_STRING , but if I am passing the paramter CODEPAGE_TO  and passing the va

  • IPhone 4 not recognized by computer

    I've been syncing w/ this notebook PC computer (running Windows 7) for 2 months w/o problem. Today, I connected to the same USB port and nothing -- it didn't recognize the phone, nor did it start charging it. I've restarted my notebook, rebooted the

  • CC&B version 2.3.1 - Data Dictionary

    Hi, Just upgraded to version 2.3.1 and don't seem to have access to the Data Dictionary any more. Was wondering if someone could advise how we can config this ? Thanks

  • Officejet 4500

    I got a new wireless router and set up network with different name and pass phrase.  How do I reconnect the officejet 4500 to the new wireless network?  Under settings network setup up I only can reset network then use automatic or manual.  Nowhere c

  • Can't get 4.3

    When I try to update IOS, it says I have the most up to date version and that iTunes will check again on 3.19.11. The version I have is 4.2.6. Anyone else having this issue? My phone is the Verizon iPhone 4. Thanks!