Validate receiver CC entries

Hi,
There is a scenario I need to debug. It is from Proxy-HTTP. I am doubting that the CC entries are wrong. How do I cross verify if the entries of HTTP reciver CC are correct?
Like for SOAP we copy paste the URL and it should show up those services in WS Navigator.
Other question is... I have to validate SOAP Receiver side CC for SAP-SCM. If I copy paste the SOAP receiver URL from CC for an SAP-SCM system , is it supposed to show up the services similar to a regular web service server on a non SAP system?
Thanks in adv
Venkat.

Thank you Stephan for your answer.
Firstly, could you confirm whether the "row" elements under the root tag are on the same level than other elements (POH, POI, FF and FH) or not ?
I just check the both following parts of the help documentation called :
- [Inserting MessageTransformBean in the Module Processor|http://help.sap.com/saphelp_nwpi711/helpdata/en/57/0b2c4142aef623e10000000a155106/frameset.htm]
- Using the dispatcher : Example
For me, it is not clear.
1. Do I need to create an external class (XSLT Library for example) to manipulate my XML data before passing it to the standard Flat File Conversion tool ? (Here the manipulation would be to remove the row XML elements)
2. Where is located the famous "Data" directory in which I must put my xsl file ?
Thanks for clarifications.
Jean-Charles

Similar Messages

  • Validate the variable entry

    Hi. VC guru's.
                   I would like know some information regarding
    Data Validation from you.
                     1) How to validate the variable entry in VC. Example: user should not be able to submit
    The queries without selecting a value for all fields.
                   and If he enters some invalid values, Then system  has to throw an error.
        For Example ::  If we give 'Material' name is invalid then the  system has to show a system message u201C invalid variable inputu201D .
                     Please tell me how to do it.
              I know that we can give it on validation in control properties. But I would like to know for which
                        field we have to give and what is the condition. Please provide me solution.
                   No need to worry about points.
                                                        Thanks and Regards

    Hi,
    You had asked To which filed we have to give and what condition Right?
    For which field you want to validate Enter the validation that Filed and The conditions are according to the your requirement.
    For Example.
    In a Input if you Enter any input which Ends with 5 then it should show some Error message
    then you have to Use "Ends with" Option as Condition and  "5"  as value , Message " Ends with 5"
    If you Upgrade to  EHP1 then you can get the Hard validation option which will stop the Execution Flow  if the validation validation fails
    Thanks
    Govindu

  • Message received:   icloudexe.entry point not found.  Do you know how to fix?

    message received:   icloudexe.entry point not found.  Do you know how to fix?

    Try a system maintenance utility like Yasu:
    http://jimmitchell.org/projects/yasu/
    Free for use, though the developer accepts donations.
    Most likely you need to repair permissions and Yasu will do that for you and some other general housekeeping.

  • Can you add an RSS feed on an iweb blog that would allow visitors to receive new entries by email?

    Can you add an RSS feed on an iweb blog that would allow visitors to receive new blog entries through their email?

    RSS feeds don't do that - if they add the feed to an RSS reader (including Safari or FireFox) they will see new updates every time they check: but sending them emails on each added episode would require extra programming in the actual program, which iWeb doesn't provide. You would need to have a mailing list and send out an email manually each time you add an episode.

  • Validate duplicate data entry by user on form

    On a form I have a block, in the block I have 3 fields. On block level on 'when-validate-record' I am trying to write a trigger. what I am trying to do is the following:-
    If the user enters 'abcd' in the field... it's o.k
    then he moves on to enter another record without saving the first record and enters 'abcd' again in the same field. (means the data is not saved in the table yet)
    I want to pop up a message here and tell the user that he has entered the same data before in one of the records and he cannot do it again.
    The trigger should be able to scan for all the records in the block and see if the data he is entering has been entered before on the form. I also have to check wether the data does not exist in the table as well.
    that means I have to validate that 'abcd' should not be in the table and also 'abcd' should not be on the form as entered by the user.
    Does anyone know what to do? this is what I am doing but it does not work?
    v_orig_position := :system.trigger_record;
    v_tax_id := :SITE_BLK.TAX_ID;
    first_record;
    loop
    if v_tax_id = :SITE_BLK.TAX_ID and :SITE_BLK.TAX_AUTHORITY
    = 'WSBC' THEN
    v_taxid_count     := v_taxid_count + 1;
    end if;
    if (:system.last_record = 'TRUE') then
    go_record(v_orig_position);
    EXIT;
    else
    next_record;
    end if;
    end loop;
    IF      v_taxid_count      > 1 THEN
    FND_MESSAGE.SET_STRING(NVL(:site_blk.tax_id,'notaxid') ||' id already entered! ');
    FND_MESSAGE.SHOW;
    RAISE FORM_TRIGGER_FAILURE;
    eND IF;
    it gives me error message 'illegal restiction first_record' and the logic does not work..

    Are you sure you're on the right forum? As far as I understood you are working with Oracle forms, and if you do not save the 1st row into Oracle DB ("means the data is not saved in the table yet"), then it's the buisiness of your client how to validate duplicates.
    I also have to check wether the data does not exist in the table as well. UNIQUE constraint is the straightforward solution in 99.99% of the cases
    As for your trigger logic try
    Forms
    Cheers

  • Validate a screen entry through message

    Moderator message: do NOT offer points
    Dear experts,
      I have designed one screen containing 10 entries of 10 different fields.
    One entry is for amount . I want that amount to be less than 1000.00 and if it is not so it should give message.
       My logic is working fine..but the only problem is that when I make a wrong entry , it should allow me to corrrect it there and there only..
    now with message type E , it disables all the fields and other entries are also to be entered again...
    and with message type W  and I , it is taking that as a right entry.
      So which message type should I use ? Or any other alternative ?
    <<text removed>>
    Edited by: Matt on Nov 24, 2008 11:21 AM

    For validating single field:
    In PAI
    field <field1> module check_field1.
    " if in module u thro message of type E or W after validating. The field field1 will remain available for input.
    For validating multiple fields:
    In PAI
    chain.
    field <field1>.
    field <field2>.
    field <field3>.
    module check_fields.
    endchain.
    " if in module u thro message of type E or W after validating. The all the fields mentioned within chain endchain will remain available for input.
    For validating fields in Table control:
    In PAI
    loop at itab.
    Use any of above two methods
    endloop.

  • Only receiving repeat entries in iCal on iPhone 3GS v5.1.1 since iMac went down for service

    Yesterday I took my iMac in for service.  Today I was checkingl entries in iCal in my iPhone 3GS v5.1.1 and all entries were missing except those that were Repeat entries.  I tried to go to iCloud to check iCal but iCloud didn't recognize my account and password and said I had to creat a new account.
    What is up?

    I had this same exact issue while traveling in Italy and France (I returned yesterday 17-October).
    Before leaving, I verified by phone w/At&T that I had all necessary features to use my phone overseas. They said yes I did have all necessary features to use my phone overseas. They did offer me their AT&T World Traveler plan for $5.99/month but I declined since I would not use this feature enough to justify the monthly cost. They said my phone would still work overseas, but my per minute usage rate would be slightly higher. ...HOWEVER, I could not connect with any of the available networks while overseas (same results/messages as you).
    I just spoke w/At&T again. Now they say I did not have the necessary feature to use my phone overseas. This is what I found out:
    1. You can sign up online for the World Traveler $5.99/month plan. This will allow you to use your phone overseas.
    2. If you do not want the $5.99/month plan, you need to have the Expanded International Roaming feature activated on your phone. If it is activated, you will see it on your online account under "International Features". Be aware, the rates will be higher for all services (I believe they told to make sure "Data Roaming" is turned off, otherwise I will be charged $20.00/minute for internet access")
    3. If you have had your phone less than 90 days, and you want to activate Expanded International Roaming, you must call AT&T and ask to speak with International customer service. According to my recent phone call with AT&T, this is the only department that can activate the services (@ less than 90 days).
    I'm still not confident this issue is resolved, but I will find out next time I travel outside the United States.

  • How to validate the table entries without zprogam

    Hi Guru's
        I'm having a table in that table have 4 fields ie pernr, name, date and time.
         if entered the pernr nand name the remaining 2 fields is automatically populated in SM30.
         i added one include in the function group.
    Thanks & Regards,
    Vallamuthu.M

    tried searching in SDN its a nice forum to search things... look what i found though searching..
    [table maintenance events|http://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm]
    [wiki one|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=93454609]
    [wiki2|http://wiki.sdn.sap.com/wiki/display/ABAP/ExtendedTableMaintenance+Events]

  • Where to validate ALV entries

    We have an editable ALV grid.  Where is the right place to call our validations from?
    Following validation, we also want to (programattically) update some cells in our grid.
    Where is the right place to place the updates?
    Thanks

    Hi,
    You will have many options to validate the ALV entries, based on your requirement you need decide.
    Let us assume if you want to validate on each cell ->then once user enter some value on cell ask them to enter, you need to validate these cell values on_enter event on alv functionality.
    If user want to validate once enter all the cells...then you need to provide some button or use the standard button CHECK on ALV application tool bar..under the Action button youneed to validate.
    Let me know if you need more clarfications on this.
    Regards,
    Naresh.

  • Validate one table with another

    Brand new to HTMLDB, can't find specifics in HELP.
    I need to validate a user entry as follows:
    User is trying to create a new record in tableA.
    But tableA.column1 must be found in tableB.column1, or they will receive an error message. Where do I put the SQL validation and what condition do I use?
    Thank you for any help.

    That's a very good idea. I did that. It works when I attempt to add a record outside of HTML DB, however within my page, it still allows all values. Rather than creating a whole new "add" page using the wizard, what can I change on my existing page to allow for this constraint check?
    Thanks.

  • Missing Accounting Entry ( rcv_receiving_sub_ledger & rcv_Accounting_Event)

    Hello,
    Any help is highly appreciated. Below is our problem.
    We have a PO which was reveived in Oct-11 and somehow( a bug maybe ) There was no RECEIVE accounting entries created for this PO.
    Now we are trying to re-create the accounting entries for this receipt and post them in DEC-11
    For October we did a manual JE to balance.
    I've a open SR with Oracle but not getting solution. Here are the steps analyst described.
    1.) Update transaction date in rcv_trx table to december date (lets say sysdate)
    2.) Then run a code where it calls this API.
         RCV_AccrualAccounting_GRP.Create_AccountingEvents(
                   p_api_version => 1.0,
                   p_source_type => 'RECEIVING',
                   p_rcv_transaction_id =>l_parent_trx_id,
                   --p_direct_delivery_flag=>l_direct_delivery_flag,
                   --p_gl_group_id          => l_je_group_id
                   x_return_status => l_return_status,
                   x_msg_count => l_msg_count,
                   x_msg_data => l_msg_data
    And this fails even though the periods are OPEN.
    Here is the log file:
    Receipt_TXN : 6156606
    PO Header ID : 452874
    Consigned PO : N
    Error ocurred while creating Accounting
    l_msg_count : 1
    l_msg_data : FND FND_AS_UNEXPECTED_ERROR N PKG_NAME RCV_AccEvents_PVT N PROCEDURE_NAME Create_ReceivingEventStatement -50 N ERROR_TEXT ORA-01403: no data found
    Receipt_TXN : 6156593
    PO Header ID : 453806
    Consigned PO : N
    Error ocurred while creating Accounting
    l_msg_count : 2
    l_msg_data :
    Thanks

    Hi
    Found the issue, Silly mistake.
    Code had "fnd_client_info.set_org_context" for initialization, It should be mo_global.set_policy_context since we are on R12.
    Thanks
    Manu

  • How to schedule a job poles for a entry in a table.

    Hi All ,
    I have to schedule a job which runs somw stored procedures only on sunday and monday of a week at 3 AM in the morning.
    The condition is that another application puts an entry into a table around 3 AM (some times before and some times late), now my should query
    count in the table and runs the procs , however once its done ,it should do it monday and then it should not run till next sunday.
    I have successfully created a job which keeps failing till it receives the entry and successfully runs the proc once the entry is there...
    However how to schedule this thing ..correctly I need help , I want this job to disable itself on sunday once the procs are run wake up next morning
    run again..and then next week ..
    Following is the job ,
    BEGIN
    -- Job defined entirely by the CREATE JOB procedure.
    DBMS_SCHEDULER.create_job (
    job_name => 'TESTING_FIRST_JOB',
    job_type => 'PLSQL_BLOCK',
    job_action => 'BEGIN SEODS.test_procedure_11292011(); END;',
    start_date => SYSTIMESTAMP,
    repeat_interval => 'freq=minutely; byminute=5',
    end_date => NULL,
    enabled => TRUE,
    comments => 'Job defined entirely by the CREATE JOB procedure.');
    end;
    =====================================================
    and following is the proc...
    create or replace
    procedure
    test_procedure_11292011 as
    var number;
    begin
    insert into SEODS.job_status
    values (systimestamp, 'JOB TEST_PROCEDURE_11292011 HAS STARTED SUCCESSFULLY');
    commit;
    SELECT COUNT(*)
    INTO var
    FROM seods.student_weekend_status;
    if var=0 then
    raise_application_error(-20101, 'There is no record in the student_weekend_status table');
    else
    all_realtime();
    end if;
    insert into SEODS.job_status
    values (systimestamp, 'JOB TEST_PROCEDURE_11292011 HAS FINISHED SUCCESSFULLY');
    commit;
    end;
    Thanks in advance , please help

    Hi,
    This is a known issue in the previous SQL Server version and has been fixed in SQL Server 2012. You should be able to set 90 minutes and the change would be saved in SQL Server 2012.
    http://connect.microsoft.com/SQLServer/feedback/details/346786/ssms-does-not-support-job-schedule-frequencies-greater-than-60-minutes
    Currently, you may schedule the job to occur every 1 hour or you may refer to the suggestion by Latheesh to get around this.
    Thank you for your understanding.
    Tracy Cai
    TechNet Community Support

  • How can I get a click box to interact with a text entry box on the same page?

    I'm creating a tutorial on using a specific system and trying to recreate what the end user would actual do in the system.  On one slide, the end user must enter text into a field, then press a button (click box) to advance to the next slide.  I want to be able to have the click box validate if the text entry is correct before advancing to the next slide.  Is there a way to get the click box to validate the text entry?  Not sure how to get the two objects to "talk" to each other rather than function independently.
    Literally, I want the end user to enter the data in the text entry box, then click on the Get button.  I need the Get button (click box) to both validate that the data entered in the text entry box is correct and, if it is, advance to the next slide.  If the data is incorrect, I need the Get button (click box) to show the failure caption and have the end user re-enter the data correctly.
    How do I get the objects to work together?

    Hi there
    You need to delete the Click Box. Yes, you heard me. Delete the puppy.
    I  know it sounds weird. But bear with me. After you delete it, double-click the Text Entry Box. Then click the Options tab. See that option called Show Button? Click it and click OK to dismiss the TEB properties.
    Now you have the button you want. If you don't want a button, double-click it and set it as transparent. Remove the text. Position as desired where the Click Box was before.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • HTTP Adapter as Receiver

    Hi Everyone,
      I am using a HTTP adapter at the receiver side. I am not sure about what values I should give in the following parameters
       Addressing Type,
       Target Host,
       Service Number,
       Path.
    I'm getting an error when I go to "sxmb_moni" which says
      Error Category =     PLAINHTTP_ADAPTER
      Error ID           =     ATTRIBUTE_SERVER
      Kindly help..
    Regards
      Indudhar.

    this error might be due to bottleneck in the traffic.When the data comes in bulk some of the message is failing or when they are not able to connect to reciever server.
    PLAINHTTP_ADAPTER.ATTRIBUTE_SERVER error
    PLAIN HTTP ADAPTER -ATTRIBUTE_SERVER ERROR
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm
    Plain HTTP adapter error
    PLAINHTTP_ADAPTER  -  ATTRIBUTE_SERVER
    check once again your HTTLP receiver adapter entries......care you getting this in the call adapter step of the Pipiline?

  • Validate xml againt registerd schema, ignoring xsi:noNamespaceSchemaLocatio

    hi,
    i would like to validate received xml against registered schema, ignoring the one defined in xml. I use XMLisValid(xml_data ,schema_url) but it works only if there is no xsi:noNamespaceSchemaLocation attrubute.
    This is sample xml.
    <?xml version="1.0" encoding="UTF-8"?>
    <!--Sample XML file generated by XMLSPY v2004 rel. 3 U (http://www.xmlspy.com)-->
    <ROOT xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://localhost/public/xsd/myapp.xsd">
         <ID>0</ID>
         <INFO>
              <INFO_ID>0</INFO_ID>
              <INFO_CONTENT>Text</INFO_CONTENT>
         </INFO>
    </ROOT>
    Anybody knows if it is possible?
    Thanks in advance..

    Hi,
    It should work according to the documentation, but obviously it doesn't.
    So I guess you'll have to consider one of these options :
    - Changing the xsi:noNamespaceSchemaLocation at the source to use the URL of your registered schema instead
    - The other way around : register your schema at the URL defined in the document
    - Removing the xsi:noNamespaceSchemaLocation attribute prior to validation
    Here's an example for the third option :
    BEGIN
      dbms_xmlschema.registerSchema(
        schemaURL => 'myapp2.xsd'
      , schemaDoc =>
    '<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:element name="ROOT">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ID" type="xs:integer"/>
            <xs:element name="INFO">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="INFO_ID" type="xs:integer"/>
                  <xs:element name="INFO_CONTENT" type="xs:string"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:schema>'
      , local => true
      , genTypes => false
      , genTables => false
    END;
    SQL> declare
      2 
      3    doc xmltype := xmltype('<?xml version="1.0" encoding="UTF-8"?>
      4  <ROOT xmlns:xdb="http://xmlns.oracle.com/xdb"
      5        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      6        xsi:noNamespaceSchemaLocation="http://localhost/public/xsd/myapp.xsd">
      7  <ID>0</ID>
      8  <INFO>
      9  <INFO_ID>0</INFO_ID>
    10  <INFO_CONTENT>Text</INFO_CONTENT>
    11  </INFO>
    12  </ROOT>');
    13 
    14    isValid integer;
    15 
    16  begin
    17 
    18    doc := doc.deleteXML('/ROOT/@xsi:noNamespaceSchemaLocation','xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"');
    19 
    20    select xmlisvalid(doc, 'myapp2.xsd') into isValid from dual;
    21 
    22    dbms_output.put_line('isValid = '||to_char(isValid));
    23 
    24  end;
    25  /
    isValid = 1
    PL/SQL procedure successfully completed

Maybe you are looking for

  • Bridge Rotations not Recognized in Photoshop CS5

    So i've rotated the images in Bridge...and according to Bridge's metadata the files are being rotated...but when I open them in Photoshop they aren't rotated. Seems as though photoshop isn't recognizing the EXIF data. I'm running it on an iMac and th

  • New logic board and now i-tunes music store and i-disk not able to connect

    Hi, My poor MBP died a few weeks ago - the Logic board went and took the Apple RAM with it (the Crucial one stayed fine!). As it's only six months old it has been fixed under warranty. However.... I've just tried to play some purchased music from i-t

  • Two cordless systems in one house?

    I have a home phone line on which we have 4 Freestyle 2500 DECT handsets. However, I also have a second line which I use for my business - trouble is, I'd like to have more than one handset for that too - does anyone know if there is a way I can buy

  • I just can't work it :(

    Hi I've had my ipod for ages now, and I mean a couple of years, but I don't use it 'cos I can't work it out at all I've had ordinary mp3 players in the past, no problem, just drag and drop the tracks onto it and you're away, but this itunes thing jus

  • The touchscreen is too sensitive on my Blackberry Q10 to scroll down to read text in Huffington Post.

    I enjoy reading Huffington Post online, but when I try to do so on my Blackberry Q10 it is virtually impossible, since I almost always activate a link, without wanting to, when I try to scroll down to read text.  Is there any way to adjust the touchs