BP Address/Name change when on Positive List

Hi,
I am new to GTS and need some help in one of the issue we are working on.
We added few business partners to Positive list so they can be skipped on our weekly SPL screenings.
What happens if some data (address/name etc) is changed for the BP on the positive list?
Will it be automatically removed from positive list and be checked against SPL? or Do we need to manually delete the BP from the positive list?
If it is a manual process then it would be too difficult to maintain on daily basis like watch for BP's on positive list and see if there is any data changed etc.
Is there any automated process that allows us to remove the BP's from positive list if some thing changed?
Thanks in advance.
Thanks
Venkat

Hi Venkat,
You need to screen the BPs on the positive list at regular intervals. Transaction /SAPSLL/SPL_CHECK_SCEN_B1P_LO.
Screening of the positive list BPs will take into account any updated address details and it will allow you to reconsider the positive list status of each BP as you see fit.
Example scenario:
BP 112233 is on the positive list
BP details get changed. New details remain unchecked due to positive list status.
Users use transaction /SAPSLL/SPL_CHECK_SCEN_B1P_LO "Check Business Partner Periodically in the Positive List".
System offers a "real" screening result and the user is then allowed to decide whether or not BP 112233 should remain on the positive list.
Without screening the BPs on the positive list at regular intervals the system may overlook partner details that would normally lead to a block.
Please test this functionality in one of your test systems. Just follow my provided example scenario.
Best Regards,
Eoin

Similar Messages

  • Exception setting SOAP address to $CHANGE-WHEN-DEPLOY$:

    Am trying to call the Credit Rating Service using the 10.1.2 version of BPEL engine using the JDeveloper Designer. Have no problems calling the Credit Rating Service through the console tester but when my BPEL process called SynchBPELProcess2 calls the credit rating service I get the following error:
    Your test request generated the following exception/fault:
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{summary=exception setting SOAP address to $CHANGE-WHEN-DEPLOY$: no protocol: $CHANGE-WHEN-DEPLOY$; nested exception is:
         java.net.MalformedURLException: no protocol: $CHANGE-WHEN-DEPLOY$}}
    Is there some additional configuration that needs to be done to get around this or am I missing a step somewhere. Ran into this while going step by step with the Order booking tutorial and so decided to try with a separate project.
    BPEL File Attached below:
    <!--
    // Oracle JDeveloper BPEL Designer
    // Created: Tue Apr 12 18:57:43 GMT+05:30 2005
    // Author: 121401
    // Purpose: Synchronous BPEL Process
    -->
    <process name="SynchBPELProcess2" targetNamespace="http://xmlns.oracle.com/SynchBPELProcess2" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:ns1="http://services.otn.com" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpelx="http://schemas.oracle.com/bpel/extension" xmlns:client="http://xmlns.oracle.com/SynchBPELProcess2" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"><!-- ================================================================= --><!-- PARTNERLINKS --><!-- List of services participating in this BPEL process --><!-- ================================================================= -->
    <partnerLinks><!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:SynchBPELProcess2" myRole="SynchBPELProcess2Provider"/>
    <partnerLink name="CreditRatingService" partnerLinkType="ns1:CreditRatingService" partnerRole="CreditRatingServiceProvider"/>
    </partnerLinks><!-- ================================================================= --><!-- VARIABLES --><!-- List of messages and XML documents used within this BPEL process --><!-- ================================================================= -->
    <variables><!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable" messageType="client:SynchBPELProcess2RequestMessage"/><!--
    Reference to the message that will be returned to the requester
    -->
    <variable name="outputVariable" messageType="client:SynchBPELProcess2ResponseMessage"/>
    <variable name="invokeCR_process_InputVariable" messageType="ns1:CreditRatingServiceRequestMessage"/>
    <variable name="invokeCR_process_OutputVariable" messageType="ns1:CreditRatingServiceResponseMessage"/>
    </variables><!-- ================================================================= --><!-- ORCHESTRATION LOGIC --><!-- Set of activities coordinating the flow of messages across the --><!-- services integrated within this business process --><!-- ================================================================= -->
    <sequence name="main"><!-- Receive input from requestor.
    Note: This maps to operation defined in SynchBPELProcess2.wsdl
    -->
    <receive name="receiveInput" partnerLink="client" portType="client:SynchBPELProcess2" operation="process" variable="inputVariable" createInstance="yes"/><!-- Generate reply to synchronous request -->
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable" part="payload" query="/client:SynchBPELProcess2ProcessRequest/client:input"/>
    <to variable="invokeCR_process_InputVariable" part="payload" query="/ns1:ssn"/>
    </copy>
    </assign>
    <invoke name="invokeCR" partnerLink="CreditRatingService" portType="ns1:CreditRatingService" operation="process" inputVariable="invokeCR_process_InputVariable" outputVariable="invokeCR_process_OutputVariable"/>
    <reply name="replyOutput" partnerLink="client" portType="client:SynchBPELProcess2" operation="process" variable="outputVariable"/>
    <assign name="Assign_2">
    <copy>
    <from variable="invokeCR_process_OutputVariable" part="payload" query="/ns1:rating"/>
    <to variable="outputVariable" part="payload" query="/client:SynchBPELProcess2ProcessResponse/client:result"/>
    </copy>
    </assign>
    </sequence>
    </process>
    WSDL Attached below :
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="SynchBPELProcess2"
    targetNamespace="http://xmlns.oracle.com/SynchBPELProcess2"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:client="http://xmlns.oracle.com/SynchBPELProcess2"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         TYPE DEFINITION - List of services participating in this BPEL process
         The default output of the BPEL designer uses strings as input and
         output to the BPEL Process. But you can define or import any XML
         Schema type and us them as part of the message types.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <types>
              <schema attributeFormDefault="qualified"
                   elementFormDefault="qualified"
                   targetNamespace="http://xmlns.oracle.com/SynchBPELProcess2"
                   xmlns="http://www.w3.org/2001/XMLSchema">
                   <element name="SynchBPELProcess2ProcessRequest">
                        <complexType>
                             <sequence>
                                  <element name="input" type="string"/>
                             </sequence>
                        </complexType>
                   </element>
                   <element name="SynchBPELProcess2ProcessResponse">
                        <complexType>
                             <sequence>
                                  <element name="result" type="string"/>
                             </sequence>
                        </complexType>
                   </element>
              </schema>
         </types>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         MESSAGE TYPE DEFINITION - Definition of the message types used as
         part of the port type defintions
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <message name="SynchBPELProcess2RequestMessage">
              <part name="payload" element="client:SynchBPELProcess2ProcessRequest"/>
         </message>
         <message name="SynchBPELProcess2ResponseMessage">
              <part name="payload" element="client:SynchBPELProcess2ProcessResponse"/>
         </message>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PORT TYPE DEFINITION - A port type groups a set of operations into
         a logical service unit.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <!-- portType implemented by the SynchBPELProcess2 BPEL process -->
         <portType name="SynchBPELProcess2">
              <operation name="process">
                   <input message="client:SynchBPELProcess2RequestMessage" />
                   <output message="client:SynchBPELProcess2ResponseMessage"/>
              </operation>
         </portType>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PARTNER LINK TYPE DEFINITION
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <plnk:partnerLinkType name="SynchBPELProcess2">
              <plnk:role name="SynchBPELProcess2Provider">
                   <plnk:portType name="client:SynchBPELProcess2"/>
              </plnk:role>
         </plnk:partnerLinkType>
    </definitions>

    Lasts monday I downloaded a version (10.1.2 release, not preview/beta 3) which has the same filename and file size of the 10.1.2 GA release which is available right now.
    I don't think the problem is in the PM, because i can run bpelc/obant to build my processes. however when i build them with the Eclipse plugin, it won't change the location of the wsdl (keep saying $CHANGE_WHEN_DEPLOY$).

  • Why didn't my iCloud account name change when I changed my Apple ID?

    Why didn't my iCloud account name change when I changed my Apple ID (because I got a new email address)?

    It doesn't change on your device automatically.  To change the iCloud ID on an iOS device you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, and if your old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.
    To change the ID on your Mac, go to System Preferences>iCloud, sign out, then sign back in with the new ID.

  • TS3899 When sending email from the Mail App or through other Apps, my default From: address will change when I enter a To: address.  This sometimes leads me to send the email from the wrong outgoing email account.  It is frustrating and poor design.

    When sending email from the Mail App or through other Apps on my iPad, my default From: address will change when I enter a To: address.  This sometimes leads me to send the email from the wrong outgoing email account.  It is frustrating and poor design, especially since I had already checked the From: address.
    iPad 4 running iOS 8.1.3

    3rd party email addresses have to be deleted on every synmced mac product, although I have 1and1.co.uk and my imac updatetes the mails in that account from mac mail.
    Yahoo etc is a 2 step deleting process but good to get your emails pushed when on the go.
    LJ
    http://www.facebook.com/The.Cowboy.Party

  • Why does the PDFs' name change when i view them in the iBooks app?

    i have some past papers and marking schemes in my iTunes library....when i sync them to my iPad, they appear just fine....they are there just the way i named them and all...
    but when i open them, the name changes to some coded-ish name with lots of numbers and all that....
    is it possible for me to change some setting and save the name i want for those PDFs? Or am I going to have to live with this madness?
    please help!

    Hello, I wanted to follow up on this issue after reviewing some of the changes with the current update. [https://bugzilla.mozilla.org/show_bug.cgi?id=1049521] This bug addressed some Windows HKEYs that are changed when Firefox is updated/or installed.
    As an update, a patch has been made and changes are on the way for fresh installs of Firefox :-)

  • File name changes when I sync videos

    As title says, when ever I load a video into my 3Gs Iphone the file name changes to a numerical one.
    How do I keep the original file name?
    As it is I can only sync 1 video at a time then rename it before adding another.

    Oops, Just realised I put this n the wrong forum. Just to clarify this is prerecorded video files.

  • Saving/exporting issue in Windows 7-file name changes when trying to navigate

    I just got Windows 7 on my computer and am running ID CS5. The weirdest problem happens when I try to save as or export a file. The dialog box comes up and normally, I would be able to select a folder I want to navigate to just by typing the folder name, but what is happening is that the first letter goes to a folder, but upon typing the second letter, it starts changing the name of my file.
    So for example, I am saving a file ABC.indd and I go to navigate to save it in a folder called Project XYZ. When I type in "P" to get to that folder name, it jumps right to the first folder starting with P. However, upon typing "r" my file name changes from ABC.indd to "r.indd." If I kept typing, it would become "roject XYZ.PDF."
    This happens when saving as a file or if I am exporting a PDF. Our entire marketing department or 6 people was recently upgraded from XP to 7 and we all have this problem in ID. This does not happen in Illustrator or Photoshop and it has our IT department baffled. It is driving us crazy though because we make dozens of files a day and now have to manually scroll through long file structures when exporting PDFs, which is so time consuming, not to mention aggravating.
    In searching for this problem, I found another poster on a different website who has the same issue, but no one had any suggestions.

    Tell whomever is emailing the file to zip it first.

  • The arguments' name change when I re-import the model

    Hello
    Some times, when I re-import Java bean model in developer studio (SAP NetWeaver 7.1 Composition Environment SP06 PAT0001), the arguments' name change to arg0, arg1u2026. 
    For example:
    I have some method in the EJB model, such:
    public String getCustomerName( String customerId);
    Some times the reimport is ok, but some times the reimport changes the arguments' name, like:
    public String getCustomerName( String arg0);
    What are Iu2019m doing wrong?
    Regards
    Janeth

    Hi everybody,
    i have the same problem. i also tried to reimport different ejbs into different wd-projects. allways the same problem. and i didn't found a workaround for this.
    i also deleted the model and made a complete new import. same result.
    i also created a new fresh web-dynpro dc  and created a new model there, also same result.
    I assume that it maybee has something to do with an nwds-update i made last week (so between last model-import and new model-import).
    does anybody has a solution for this so far?
    regards
    matthias

  • Computer Name changes when waking from sleep

    Hi,
    I'm running OS X Lion Server on a Mac Mini 2ghz Core 2 Duo and every time it wakes from sleep I get a message saying "There is already a computer on the network named MacServer, renaming to MacServer (2)".
    It only happens when waking from sleep.  If I reboot or use the mini for hours without sleeping it's fine, but once it's gone to sleep it renames on wake.  When it sleeps overnight it's named MacServer (5) by the morning, as it wakes up every two hours or so to re-register itself on the network and each time it renames itself.
    I don't have any other compters on the network with the same name.  The only other computer is a MBP and has a completly different name.
    Here's my setup;
    My Mac Mini is wired via ethernet to a Time Capsule.  AirPort is turned off (I've tried on and off).
    My Mac Mini has a static IP address (x.x.x.40) with DHCP for everything else (DNS, etc.)
    The Time Capsule is wired to an ADSL router via ethernet. 
    The ADSL router manages DHCP and NAT, with IP pool x.x.x.2 through x.x.x.30. 
    DHCP and NAT are turned off on the Time Capsule (bridged mode). 
    Wireless is turned off on the ADSL router.
    Time Capsule is handling wireless.
    I've tried resetting the ADSL router.  I've tried resetting the Time Capsule (to factory defaults).
    The problem seems to be with mDNSResponder, as the log seems to suggest that it is this daemon that thinks there's a duplicate computer name.  I've even looked at the source code for mDNSResponder and the last mod-log entry suggests that a fix was put in for this issue in 2009.  It doesn't look like it's fixed it, though.
    I've tried doing a fresh install of OS Server several times now and, after the last install, it started happening before I got a chance to restore from a Time Machine backup.  i.e. on a completly fresh install and assigning a completely new computer name.
    Can anyone help me on this issue?  It's driving me insane!

    I switched the server's WI-FI off and connected the ethernet cable to the ADSL router instead of the Time Capsule and, after several reboots, sleeps and wakes, there was no change to the server name.  The Time Capsule was still switched on, connected to the ADSL router via ethernet, and available on the network, however the server rename issue went away.
    I then took the ethernet cable out of the ADSL router, plugged it back into the Time Capssule, put it to sleep, woke it up, and guess what?  That right; 'The name of your computer "safserver" is already...renamed to "safserver (2)"'
    So, it looks like it's the Time Capsule.  I'm going to downgrade the firmware from 7.6.1 to 7.6.0 to see if the last update is responsible.  If this doesn't cure it, I'll try older firmwares and, if none of them work it's time for a Genius appointment.
    (I khow another obvious question lurks:  "why not leave it plugged into the ADSL router?"  Answer: "ADSL router doesn't supply Gigabit ethernet.")

  • Email address name changed on its own???

    I noticed today when I went to compose an email that my email name is not what it supposed to be.  It is now a scrambled up mix of letters and numbers in front of the @verizon.net.  I didn't change this.  I still receive emails with my original email address though.  
    I do not understand how this got changed and am worried that when I send emails people will not look at them because of the goofy email address.
    Any help???

    verizon provides you with 2 different types of identification online. the vze... is the verizon id associated to the username you created when you created your verizon account. as to why it's now showing the [email protected] is a mystery to me

  • Domain name changes when sent to external mail ids

    Here's the problem...
    We are sending PO's as pdf's to the vendor..
    If the vendor domain name is vendor.com and mine is company.com.
    SAP sends a mail
    To [email protected] ;[email protected]
    CC : [email protected]
    When the mail reaches the vendor it shows as
    To [email protected] ;[email protected]
    CC : [email protected]
    the domain name of person2 gets changed though person2 does get the mail...and when the purchase manager at the company looks at it in his inbox - it looks as it should be.
    I checked SOST it shows the correct mail id.This is not specific to a particular domain occurs with all domains .
    Has anyone encountered such a problem before.
    Regards
    Rani

    Hello Navjot,
    if you have some basis background you can check TCode SCOT there you can see if the mail connect for external mails is configured correctly. There shoud be at least a node for SMTP communication. If there is such node check that sending s not restricted to certain adresses. Furthermore you could check over the menu if the default domain is set properly.
    Kind Regards
    Roman

  • Parameter names change when generating web service from WSDL

    Hi,
    I have a problem with BEAs web services that I'm hoping someone can help me with.
    I have a
    WSDL file, and from that I want to generate a web service implementation and a
    web service
    client. In the WSDL file, I have a message defined like this:
    <message name="someRequest">
    <part xmlns:partns="http://www.w3.org/2001/XMLSchema" type="partns:base64Binary"
    name="data"/>
    </message>
    I generate the server using the server using the wsdl2service Ant task, I implement
    the necessary classes, and I deploy it. When I access the deployed web service,
    the parameter name has changed, from "data" to "bytes". If I access the WSDL file
    of the deployed web service, it says:
    <message name="someRequest">
    <part xmlns:partns="http://www.w3.org/2001/XMLSchema" type="partns:base64Binary"
    name="bytes"/>
    </message>
    This happens for all parameters, string parameters are renamed to "string", base64Binary
    parameters are renamed to "bytes", etc...
    This poses a problem to me, because if I generate a web service client from the
    original WSDL file, it will not be able to talk to my web service. Is there any
    way of forcing a web service generated from a WSDL file to keep the parameter
    names of the original WSDL file?
    Any help in this is greatly appreciated.
    Regards,
    Petter

    From a quick look of your WSDL, it seams that you are mixing document-literal-bare and document-literal-wrapped flavor of web services. WSA may be able to do a better job at working around this mixed flavors than JDeveloper.
    If you have hand crafted this WSDL, I would recomend that you spend some time looking at the way WSDL are generated, with the java-first mode (or bottom-up), then author the WSDL you need for the final service.
    Here are sample of bare-style :
    <xsd:element name="getPupilAddressResponse" type="xsd:string"/>
    <xsd:element name="getPupilAddressRequest" type="xsd:int"/>
    Wrapped will looks like that:
    <xsd:element name="getSENLevelResponse">
    <xsd:complexType>
    <xsd:sequence maxOccurs="1" minOccurs="1">
    <xsd:element name="LevelDetails" type="tns:SENLevelRecord"/>
    <xsd:element name="RecordCount" type="xsd:int">
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    Hope this helps,
    Eric

  • XY graph position changes when legend position is set!.

    Hello All.
    Try the example in attachment. When I change the position of the graph legend, the position of the total graph is changed!!! Or maybe I am doing something wrong?
    Pawel
    Attachments:
    XY_graph.vi ‏48 KB

    Hi Pawell,
    the Position property returns the top left coordinates of the front panel object including its related objects.
    If you place the legend above the graph, the Y coordinates refers to the upper position of the legend box rectangle; this is why if you move the legend up and down, the graph position value changes although you are not moving the plot area.
    Ask if I haven't been clear enough.
    Alberto

  • File name changes when I click on another file.

    Regardless of which application I'm in (CS2, Quark etc.... When I go to save a file, if I accidentally click on a grayed out file while I'm navigating to the folder where I want the file to be saved, the file I'm trying to save assumes the grayed out files name. I assumed this was a bug with OSX and Apple would fix it but now that we're up to 10.4.5 I'm dumbfounded.

    That's not a bug, it's a feature.
    Seriously, it's intentional. It could be that they made that change at the request of many Windows switchers, or it just came along with the BSD version of Unix that OS X is built on top of. Either way, it's part of OS X. You need to be careful not to click on a file name in the save dialogue.
    For long time users os OS 9 and earlier, this is a headache, as you never had to watch for that before. But once you get used to it, it's actually very handy at times.

  • Artist name changes when rotating touch

    I have my own MP3 library that I put on my touch. When I play a song in portrait mode it displays the artist and song name correctly but when I rotate into landscape mode the artist name is wrong (song name is still correct). I'm pretty sure this was not a problem before my upgrade to 2.1. Anyone else experience this.

    I am having a similar problem.  I purchased (actually "completed") an album that I had already purchased one song from (as a single).  There are 13 songs in total on the album.  The single I had already purchased is still listed under the original single.  This I sort of expected, and I think I know how to fix it from iTunes on my PC by simply modifying the song info to match the new album.  For now, on my iPhone, under new album listing, I see 11 of the 13 songs listed, and they all play fine.  The problem stems from the very last song on the CD.  There is a second artist who sings on that song (i.e. a duet).  So in my Music app, this song is listed under a different "artist".  From the artist view, it correctly says there is 1 album, and 1 song.  Unfortunately, when I click on that artist, I don't see the song that is supposed to be listed there.  I see a repeat of the same 11 songs listed over in the other "single artist" area.  But if I actually click on ANY of the 11 songs listed, it always PLAYS the 1 correct song, no matter which of the 11 song titles I select.  The "advance to next song" button doesn't even work (it is ignored).  I tried deleting that bogus artist from my iPhone, and re-downloaded that 1 song from the iTunes store on my phone (hit the little cloud button), but it just put everything back the way it was.  I'm guessing I will have to restore my iPhone from scratch tonight.  Oh Joy.  I will report back once I figure out how to fix my problem.  Hopefully it will help you with yours.

Maybe you are looking for