Hide  items relevant information for  the master contract

Hi,
I have a requirement where I need to hide item relevant information like Item number /product /product description and product category etc.. on the general tab page for the transaction type master contract .
Could you please help me to solve  my problem 
Thanks and Regards,
Sai

Hi
By setting the indicator to 'X' for the information type 01 (Master data changes) in the IMG path Financial Accounting --> Contract Accounts Receivable and Payable --> Business Transactions --> Submit to Collection Agency --> Specifications for Forwarding Information to Collection Agencies.
The system now records the entries in table DFKKCOLL_CH and gets captured in the update information file to collection agency. The system internally calls the function module FKK_GET_DATA_FOR_COLL_AGENCY which does the insertion of entries into table DFKKCOLL_CH.
Also refer to SAP note 1592532 for more information.
Thanks,
Sakthi.

Similar Messages

  • Could not find schema information for the attribute 'filename'

    Can anyone help me.
    I download the VB.NET sample source and try to run the application and got this error.
    "Could not find schema information for the attribute 'filename'"
    and
    "Could not find schema information for the attribute 'url'"
    and
    "Custom tool warning:Schema validation warning:Schema item 'element' named 'AccountWS_AccountUpate_Input' from namespace 'urn:crmondemand/ws/account/' is invalid. Namespace 'urn:/crmondemand/xml/account' is not available to be referenced in this schema"
    Thanks
    Pitiporn

    Are these errors or warnings? If warnings, you should be able to just ignore them.

  • Is it necessary to create a Billing Plan for the Service Contracts

    Hi All,
      Is it necessary to create a billing plan for the service contracts.
      My requirement.
      In CRM 7.0, we created a service contract. For the item in that service contract there is a Billing Plan tab.
      In that tab we have the dates for Period, Billing Date etc.
      Now our requirement is to get the Billing Date quarterly. For this we created date rules and date profiles and assigned these date profiles to header and item level transactions.
    And we are able to see the date rules under the drop down of the billing date.
    I copied the standard date rule BILL004 to ZBILL004.
      But when we changed to our date rule it is not changing to quarterly date.
      Can you please let me know  what are the configurations to be done for this.
      Is the billing plan has to be created for this kind of scenario.
    Thanks in advance
    Thanks and Regards,
    Raghu

    Hi
    On OK button's action  you can Destroy the window and navigate to Page1.
    Go through this link for more details and a step by step guide for creation of pop ups  and dialog boxes
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/903fed0d-7be4-2a10-cd96-9136707374e1?quicklink=index&overridelayout=true
    Hope it works
    Regards
    Suresh

  • Can i enhance a table via eewb for the service contract?

    Hi, expert
    I want to enhance a table for the service contract,
    when i use eewb to do the enhancement, i find only the BUPA  can do table enhancement.
    Or i can create a tran. table and display the data via a table view on the web ui ,
    but how to save the data of the table view when i click save button on the Web UI ?
    Thanks.
    Oliver.

    FYI: Found the problem. In the Administrator's Guide (of course not in the supplied packages documentation about DBMS_JOB) I found:
    "How Jobs Execute
    SNP background processes execute jobs. To execute a job, the process creates a session to run the job.
    When an SNP process runs a job, the job is run in the same environment in which it was submitted and with the owner's default privileges.
    When you force a job to run using the procedure DBMS_JOB.RUN, the job is run by your user process. When your user process runs a job, it is run with your default privileges only. Privileges granted to you through roles are unavailable."
    And of course we had set up our users to get all privileges through Roles, so CREATE TABLE wasn't one of my DEFAULT PRIVILEGES!
    It sure would be nice if Oracle documentation could get its act together and provide ALL information about a topic in a logical place. The effort to find the information about privileges occurred after it took me 1/2 hour to figure out why my submissions were failing - I didn't have the ';' included in the quoted string for the procedure to be called - which I only figured out after looking at the code for DBMS_JOB where it made the note to make sure you include the ';'. Wouldn't it be good to have that MINOR DETAIL mentioned in the description of DBMS_JOB.SUBMIT?????

  • Using Project Settings creates an app.config and dozens of errors about "Could not find schema information for the element...

    I am trying to work with Application settings.  I would just like to put together a very simple example of using these, but I can't get the most basic example to work.  Virtually every tag regarding the new Settings produces an Error "Could not find the schema information for the element "applicationSettings". or the element "Settings" etc. etc.  I am not using IIS, this is not a Web Project, and I am not working with User Settings.  Just simple read-only Application Settings.  I've read every MSDN page regarding this subject, I don't see that I am missing a reference - HELP !!!
    REPRODUCING THE PROBLEM:
    Step 1. Create a new C# solution and Windows Forms project. 
    Step 2. Add a reference to System.configuration
    Step 3. Right click the project, choose Properties, then Settings.
    Step 4. Using the Settings Designer, create ONE setting called "MySetting" as a String with the value "MyValue".
    RESULT: Observe the Errors like these, complaining about all of the Settings tags and elements.
    Message 1 Could not find schema information for the element 'applicationSettings'. 
    Message 2 Could not find schema information for the element 'LoadOriginalLists.Properties.Settings'. 
    Message 3 Could not find schema information for the element 'setting'. 
     HERE IS MY APP.CONFIG, AS GENERATED BY THE SETTING DESIGNER TOOL:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <configSections>
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    <section name="LoadOriginalLists.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    </sectionGroup>
    </configSections>
    <applicationSettings>
    <LoadOriginalLists.Properties.Settings>
    <setting name="MySetting" serializeAs="String">
    <value>MyValue</value>
    </setting>
    </LoadOriginalLists.Properties.Settings>
    </applicationSettings>
    </configuration>

    Ummmm... okay so these are Messages that are in the Error List.  Whether or not they are actually Errors is debatable.  They are in the Error List, so they are errors. 
    The application runs, so my question is slightly changed to the following.
    I would like to use Application Settings.  However, having settings in my app.config pollutes my Error List with a bunch of meaningless messages like "Could not find the schema information for...".  These messages then hide real errors. 
    Am I missing some setting or is there something I can do to make Visual Studio not show me these messages? 

  • Error messages or information for the invalidation of those procedures

    Hello expert:
    I have a few procedure invalidated . in principle , those procedures should be validated automatically when they are called somewhere. but they don't, that means there are some error blocking them validated. please where I can find out corresponding error messages or information for the invalidation of those procedures.
    Many Thanks.

    CREATE TABLE t
    AS
       SELECT 1 id FROM DUAL;
    CREATE OR REPLACE PROCEDURE my_procedure
    AS
       v_id   t.id%TYPE;
    BEGIN
       SELECT id INTO v_id FROM t;
    END;
    CREATE OR REPLACE PROCEDURE my_proc2
    AS
    BEGIN
       my_procedure;
    END;
    exec my_proc2;
    DROP TABLE t;
    ALTER PROCEDURE   dsamstrc.my_proc2
       COMPILE;
    SELECT *
      FROM SYS.USER_ERRORS
    WHERE NAME = 'MY_PROC2'
           OR NAME IN (SELECT REFERENCED_NAME
                         FROM dba_dependencies
                        WHERE NAME = 'MY_PROC2');
    NAME     TYPE     SEQUENCE     LINE     POSITION     TEXT     ATTRIBUTE     MESSAGE_NUMBER
    MY_PROCEDURE     PROCEDURE     4     4     2     PL/SQL: SQL Statement ignored     ERROR     0
    MY_PROCEDURE     PROCEDURE     3     4     27     PL/SQL: ORA-00942: table or view does not exist     ERROR     0
    MY_PROCEDURE     PROCEDURE     2     2     10     PL/SQL: Item ignored     ERROR     0
    MY_PROCEDURE     PROCEDURE     1     2     10     PLS-00201: identifier 'T.ID' must be declared     ERROR     201
    MY_PROC2     PROCEDURE     2     3     5     PL/SQL: Statement ignored     ERROR     0
    MY_PROC2     PROCEDURE     1     3     5     PLS-00905: object DSAMSTRC.MY_PROCEDURE is invalid     ERROR     905wonder if something like this would work if the dependencies were more than 2 deep.
    SELECT distinct *
      FROM SYS.USER_ERRORS
    WHERE NAME in
           (SELECT name
            FROM dba_dependencies
    connect by nocycle  name =  prior  referenced_name
    start with NAME = 'MY_PROC2')
    order by name;Edited by: pollywog on Apr 4, 2011 2:49 PM

  • [SOLVED]Alsamixer - the "mute" option for the Master volume is missing

    Hej!
    After the recent update the Mute option is missing for the Master volume but I can mute sound for PCM.
    My sound cards:
    0 snd_cmipci
    1 snd_hda_intel
    Last edited by Andy_Crowd (2014-07-30 19:45:27)

    Andy_Crowd wrote:Those settings are the same.
    Okay, can you provide documentation/reference to back that up? Should you mean, there is no difference in how you system behaves, yes, that is very likely, since the second line is correct, so the cmi would be at index 0 either way.
    Andy_Crowd wrote:Mute shows only when I am installing pulseaudio.
    In alsamixer? PA runs on top of alsa, so the controls for alsamixer should stay the same. Do you mean another mixer maybe?
    You still did not provide the relevant part of pacmans log and amixer output for both cards. Are you certain you used the cmi as default the whole time? Is the snd-hda-intel a hdmi sound card?

  • Hacker problems so I reloaded Snow Leopard. Afterwards, Mac had to delete 798 items. Now looping on 4 items to delete for the past 2 weeks. Can't reboot, reload, or restart. I have to let the battery run down for it to turn off. How to fix this, please?

    I had hacker problems so I reloaded Snow Leopard. Afterwards, Mac had to delete 798 items. Now it is looping on 4 items to delete for the past 2 weeks. I can't reboot, reload, or restart. I have to let the battery run down for it to turn off. I think a big part of the problem is that someon one the internet (the hacker) was mirroring my hard drive. It seems to have locked up my system. I could be wrong about this guess, though. All I do know is that it is now looping on the last 4 iems, and I can't do anything.
    Well, I can get it to turn on, but all it does is continously try to delete the last 4 items. When I try to reload Snow Leopard, it tells me my hard drive is full and that I need to delete items.
    Can anyone help? I am so lost without my Mac. I am back on the PC, and though it works, I'm sure many of you will understand when I say it's just not a Mac.
    Thanks.

    I installed Snow Leopard using my Apple external Superdrive. I followed directions I found on the Apple site. Here is the article info:  Mac OS X v10.6 Snow Leopard: How to Erase and Install  
                     Article HT3910
                     located at: http://support.apple.com/kb/HT3910
    Everything was going smoothly until I got to the reinstall part. I had to choose to reinstall on a hard drive or network drive. I've never used a network drive; just the hard drive. It seems that's where the troubles began. I selected the hard drive. It seemed to go well, and then I got the message that I needed to delete some files because I was out of space. I chose to get rid of my music files, but, there were only 636. I don't know what the rest of the files were. I was using the Secure Empty Trash command.
    That was my first time doing an erase and install. I tried to do it again, but I now get a continuous error telling me that my hard drive is full and I must delete files. Only I can't delete files because 4 files are still being deleted and my computer won't let me stop the process.
    I found out about the hackers mostly by the fact that whenever I used to watch something like Hulu or Netflix, I never had problems with internet connection or speed. Lately, I had internet connection problems. I went in to check my settings for my internet provider and found out the settings had been changed to public and all these extra computers were connected to my network.

  • Data Sources for the Master data of FI-CO,MM and SD from R3

    Hi Gurus ,
    Could you please tell me what are the main datasources of FI-CO,MM and SD needed from R/3 for the master data to be loaded in new implementation of BI .
    Could you please guide me step by step .
    thanks in advance ,
    Pratham

    Hi
    It varies from Client and project. But the Most common SD & MM are from LO **** pit.
    help.sap.com is the best source for this
    Hope it helps

  • I reset my disabled ipad 2 and it is asking me for the apple id which first set it up but i forgot the password for that apple id and the password/recovery information for the recovery email address. What can i do?

    i reset my disabled ipad 2 and it is asking me for the apple id which first set it up but i forgot the password for that apple id and the password/recovery information for the recovery email address. What can i do?

    Click here and use Apple's iForgot service, or contact their Account Security team, or if you're the device's original owner, take it and its purchase receipt to a physical Apple Store.
    (124525)

  • Warning Messages - Could not find schema information for the element applicationSettings - App.Config of a console app

    This is my app.config file
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
        <configSections>
            <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
                <section name="IntelBrandFX.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
            </sectionGroup>
        </configSections>
      <appSettings>
        <add key="connStr" value="Data Source=tmvnasql1.tmvn.com;Initial Catalog=brandplan;Integrated Security=True"/>
      </appSettings>
      <applicationSettings>
        <IntelBrandFX.Properties.Settings>
          <setting name="IntelBrandFX_rollupViewerService_extract" serializeAs="String">
            <value>https://viewer.rollup.com/omdsp2008/extract.asmx</value>
          </setting>
        </IntelBrandFX.Properties.Settings>
      </applicationSettings>
    </configuration>
    And the Warning messages  are
    Message 1 Could not find schema information for the element 'applicationSettings'.
    Message 2 Could not find schema information for the element 'IntelBrandFX.Properties.Settings'.
    Message 3 Could not find schema information for the element 'setting'.
    Message 4 Could not find schema information for the attribute 'name'.
    Message 5 Could not find schema information for the attribute 'serializeAs'.
    Message 6 Could not find schema information for the element 'value'.
    Althought they do no hinder me from successfully running the project. these messages are annoying. I have seen many articles on the web but could nowhere find the exact schemas for that the above elements that I could add to the  DotNetConfig.xsd file.
    Could somebody give me an idea how to create xsds for the elements above and include in the dotnetConfig.xsd.
    I understand what needs to be done but not sure of the exact way to do it.
    Thanks,

    You don't need to modify the dotnetconfig.xsd.  All you need to do is generate an XSD for your section and let VS know where it is at.
    1) Create your XSD using any of the various tools available or by hand.
    2) Copy your XSD into the <VSDir>\Xml\Schemas directory.
    3) Create a catalog file for your schema.
    4) Restart VS and it'll load the XSD and give you Intellisense.
    Here's the MSDN documentation for it: http://msdn.microsoft.com/en-us/library/ms255821.aspx
    Michael Taylor - 8/18/09
    http://p3net.mvps.org

  • I just upgraded to iPhoto '11.  When it was finished many pictures do not appear.  I have a black box but the information for the picture is still there.  Some are raw and some are jpeg.  Also lost all albums.  Can anyone offer assistance?

    I just upgraded to iPhoto '11.  When it was finished many pictures do not appear.  I have a black box but the information for the picture is still there.  Some are raw and some are jpeg.  Also lost all albums.  Can anyone offer assistance?  Using iOS 10.7.5

    Apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • SKIP SHIPPING / BILLING / PAYMENT INFORMATION FOR THE ORDERS FOR A STORE

    We are trying to build 0$ evaluation store and would like to know if there is a
    way not to force the user to enter payment type, billing and shipping
    information for the orders getting placed as the customer is not really charged
    for the evaluation kits purchased and not getting the physical shipment also. (
    user can download the kit electronically by the link provided in the workflow
    order confirmation mail ).
    Please advice. Thanks.

    Gatormomof3 wrote:
    ... Is it possible to add the "none" option??....HELP
    AFAIK... Not if it is not offered...
    You could Contact iTunes Customer Service and request assistance...
    Apple  Support  iTunes Store  Contact Us

  • [Devices Page] Show more information for the offline devices

    Spotify should show more information for the offline devices that are under a user's account. The main reason I ask is because I have noticed on numerous occasuions that multiple devices in the list show the exact same name.
    An example in the screenshot below:
    It would be great if each device had more information e.g MAC address, last IP access, computer name and so forth.

    Updated: 2015-07-28
    Marked as new idea and edited the title slightly to make it easier to find via search. ;)
    You might also want to add your kudos to a similar idea about the ability to name offline devices here.

  • I have recently been asked to research information for the following.

    I have recently been asked to research information for the following.
    Add a backend SQL server to the current Access 2010 set up we have in place as the front end, for 11 users.
    Upgrade to Access 2013 which I understand includes the SQL at no additional charge.
    I am looking for pro vs cons between the two options. 

    Hello,
    Your number 1 option was called “Upsizing an Access Database to SQL Server”
     and keeps the front-end on the Access side. The issue here is that the upsizing process was not always an easy one: you may find some issues with the way SQL handles dates and the way VBA generates those dates; VBA handles strings with double quotes
    while T-SQL uses single quotes; VBA functions like Date() and Now() should be replaces by T-SQL functions like CONVERT/CAST and GETDATE; InStr and Mid functions should be replaced by Substring function on T-SQL; the IIF function should be replaced by the CASE
    statement (T-SQL); need to convert Access table constrains to SQL Server constraints; etc.
    Now with Access 2013 (Option 2), you don’t have to think about the above upsizing process anymore, since that old access project/linked server functionalities are
    replaced by natively use SQL Server databases. That means no more 2 GB limit for Access databases.
    Now Access 2013 makes available the possibility to use SQL Server Reporting Services for reporting and opens the gateway to SQL Azure.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

Maybe you are looking for

  • Select Query Date Problem?

    Hi, I using 10g and here is my sample query which brings nothing. I know there are records in the database. It must be related with my date conversions. SELECT a.gm_cd, a.draw_cd, NVL(b.cpns, 0) cpns, NVL(b.clms, 0) clms, NVL(b.amn, 0) amn FROM (SELE

  • [URGENT] : Tree Navigation through SSO

    Greetings, I have an external application which is hosted on weblogic server 8. the application has navigation tree and the user to the application gets the navigation tree according to his/her role maintained in Tables under schema. i have portal 10

  • What's the best quality export for a 720 X 480 size, 24fps mp4 file?

    Whats the best quality export for a 720 X 480 size, 24fps mp4 file? This movie trailer will be sent to a distributer overseas. The export I been resorting to lately is MPEG 2 DV High Quality as oppose to anything HDTV because it just shrinks the pict

  • OS9 Start up issue

    My freind is trying to start her older iMac up and it tries to run Disk First Aid like it was shut down improperly. We put in the software restore disc to run Disk First Aid on the hard drive and get "invalid sibling link,4,1833" and stops saying tes

  • Hot to create color profile if I can't disable color management?

    I have Canon PIXMA iP4600 printer. I wanted to create custom color profile for Canon Photo Paper Plus Glossy paper, but I can't disable color management in the Print dialog. There are two options: SolorSync (and I have to pick some color profile I'd