Sanctioned party list screening

Hi All,
I tried to run t.code-/n/SAPSLL/SPL_CHSC1MLO  which is used for check business partner Address(Batch). I have set up 36 variants . When I tried to execute each variant which takes normally 6-7 hours to complete each variant. Which is not normal. Earlier it was taking 12-14 hours to complete all 36 variants. I am running in testing server.
Can you please give some advise on this ?
Appreciate if you can confirm at the earliest.
Thanks
Sits

Reset Buffer initializes the Comparison procedure and Legal Control . This required because SPL screening function does not directly access the SPL master records and the business partner addresses, but it accesses comparison indices that the system automatically generates when it is creatiing SPL master records or business partner data. A comparison index splits SPL master records and Business partner addresses in to Comparison terms.
So each time when you upload master data of SPL, this needs to be done to reset/initialize old comparison terms and generate new ones.

Similar Messages

  • Separate legal regulation for customers and vendors / sanctioned party list

    Hi,
    since we want to separate responsibilities and mails for checking sanctioned party lists concerning customers (sales department) and vendors (purchasing department) we would like to split business partners using different legal regulations within the GTS system.
    But customers as well as vendors are connected to both regulations after uploading, since there is only the country to separate them.
    All checks concerning sanctioned party list screening should be separated according to the responsibilities as well.
    Is there a way in customizing to solve this? If not: how best could this be done using programming?
    Thanks for your help!

    Hi Pici,
    Take a look at the BAdI Method ACTIVE_LEGAL_REGULATIONS_GET.  There you should be able to use the Partner attributes to influence which Legal Regulation is used for the checks.
    Regards,
    Dave

  • Sanction Party List [SAP GTS] Reporting & HANA on SAP BW

    Dear All,
    Since our company will be installing HANA in our BW environment, does anyone know if Santioned Party List Screening Analysis related to SAP GTS will be available after the install in BW OR does HANA need to be installed within SAP GTS environment to gain access to this reporting?
    I've read the following information, see below links, and I'm hoping it's not the later.  Any guidance is always appreciated.  Thank you.
    Sanctioned Party List Screening Analysis - SAP HANA Live for SAP GTS - SAP Library
    Release Notes for SAP HANA Live for SAP Business Suite 1.0, Q3/2 - SAP Library

    Hi Claire,
    If the sanctioned party list screening reports need to be displayed GTS server needs to be added on HANA studio. Basis can do the Initial setting and all the table related data will be moved as schema into HANA and reports will be available .No further installation of HANA is required.
    Thank you
    Karthi

  • GTS with BW on HANA = Sanctioned Party List Reporting

    Dear All,
    Since our company will be installing HANA in our BW environment, does anyone know if Santioned Party List Screening Analysis related to SAP GTS will be available after the install in BW OR does HANA need to be installed within SAP GTS environment to gain access to this reporting?
    I've read the following information, see below links, and I'm hoping it's not the later.  Any guidance is always appreciated.  Thank you.
    Sanctioned Party List Screening Analysis - SAP HANA Live for SAP GTS - SAP Library
    Release Notes for SAP HANA Live for SAP Business Suite 1.0, Q3/2 - SAP Library
    Please note that I did received a prompt response from SCN participant mentioning that GTS has to be on HANA too.  I'm looking for additional readings and guidance on 'activating' SPL reporting using the HANA functionality.
    Sincerely,
    Claire

    Hi Claire,
    First "Sanctioned Party List Screening Analysis" is VDM not reporting.
    You could use tools like crystal report or Lumira to generate report.
    Considering installation, you first need to install HANA DB including HANA Live content.
    I think you are talking about side-by-side approach which means (GTS is one system using non-HANA DB and BW is another system using HANA). Then you need to replicate tables according to note 1780655 to your BW system.
    Best regards,
    Vincent

  • While creating sales order I am getting  Sanctioned party list blocked  but I am able to create delivery, and PGI

    Dear GTS Experts,
    While creating sales order I am getting  Sanctioned party list blocked, but I am able to create delivery, and PGI.
    Where Is the wrong ?
    Thanks a lot
    Venu gopal

    Dear Venu
    Based on your message shown in the system, can you check the field in Control Settings for System Reaction in the Document type settings via Application Levels in the feeder system. This Field '' System Response in Feeder system if SAP GTS fails'' should be maintained with ''A''. I think in your case it could be 'Blank'' Thats why the system is allowing you to create the subsequent documents accordingly.
    Please let me know if any further inputs required.

  • Sanctioned Party List upload

    Hello All
    I am an independent consultany. I am trying to upload the SPL file in GTS (8.0). I am getting an error (No Country Code is assigned to the SPL Entity).  It is true that no country code is present for this SPL entity. Can we override or create a country code for Unknown countries?
    How can we handle this condition?
    Sudhir

    Hi Sudhir,
    1. Find out the Error country code by checking the upload logs.
    2. There will at least one country code differing with the Country Key in the system.
        Eg. In the System you would have Configured Russia as RF and the XML file will be having as RU
    3. Go to SPRO --> SAP Global trade services --> General Settings --> Define External Country Codes for Data upload
       Here maintain an entry which suits the XML file entry
       Eg : RU for RF for the legal regulation maintained for SPL upload
    4. Perform the upload again. System will not give you the error.

  • Foreign Trade Module-Sanctioned Party Config

    Hello
    My company is looking at implementing the Foreign Trade Module (not GTS). Does anyone have information about creating the Sanctioned Party Screening in Foreign Trade? The white paper on Legal Control mentions the capability for boycott lists, but I can't find this in the configuration. Any information would be helpful.
    Thanks for your help
    Edited by: schella on Nov 1, 2011 9:52 PM

    Hi,
    Go through this link it might helpfull to you.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/d8/2585347860ea35e10000009b38f83b/frameset.htm
    Thank you,

  • How to display user define value in list screen from detail screen

    Hello Experts
    I am working on task in which i have to display the user define value on list screen. like i have one list list screen which have one button for add..once i click on add which navigate to detail screen and detail screen has two fields one for ID AND other for name and detail screen has one button for save once i put value for id and name and click on save button which will navigate to previous list screen and those values which should be display on list screen.
    Regards:
    Sumit

    Hi Sumit,
    To navigate to the Master page on button click , you need some thing like,
    oSplitApp.toMaster("masterpage_id");
    to understand the navigation for Master/Detail page , have a look at,
    http://help.sap.com/saphelp_uiaddon10/helpdata/en/df/adb6b7247e4826b0fcde472b029840/content.htm
    Also to pass value from Detail page to Master page, you can use a Global variable to store your values on click of the Save button. For eg. You may have a global JS file which both Master and Detail page can access like App.Js, Application.JS etc.
    After navigating to the Master page, you can read the Global variables and show it on your Master page.

  • How to add check box to list screen in SYCLO Agentry?

    Hi,
    How can I add a check box to the list screen. I want to add a new column which allows the user to select the check box.
    I have tried with "Allow Multi-Row Select" option. When I selected this option I am getting an error
    "The For Object defined for the "Transmit" action is invalid. 'None' is not a valid choice since the Multi-Row Selection option for the list screen is enabled."
    -Shyam

    Is the list screen in transaction screenset or Object?
    You can't use the field type button in a list screen.  But what you can do is take a 16 x 16 image, with a checked box not checked.
    Users will not be able just to check the box to enable it or not.  You need to have an action linked to a button to the selected row, or you can have an action fire if the user double checks the row.
    Stephen

  • TO SER FIELS BOX IN REPORT LIST SCREEN

    i WANT TO SET 2 RADIO BUTTON AND 2 FIELD BOX IN THE  REPORT LIST SCREEN WHERE I WANT TO ENTER DATA MANUALLY IN THE FIELD BOX. AND I WANT TO SET ONE PUSH BUTTON .I WANT TO SET ALL THERE IN LIST SCREEN NOT IN SELECTION SCREEN.
    CAN ANYBODY SUGGEST ME.
    THANKS

    hi check this..
    REPORT Z_TEST7 .
    *Table declaration
    tables: vbak,vbap.
    *internal table
    data: begin of i_sales occurs 0,
    vbeln like vbak-vbeln,
    erdat like vbak-erdat,
    audat like vbak-audat,
    kunnr like vbak-kunnr,
    vkorg like vbak-vkorg,
    matnr like vbap-matnr,
    netpr like vbap-netpr,
    check type c, "checkbox
    end of i_sales.
    type-pools: slis.
    data: v_fieldcat type slis_fieldcat_alv,
    gt_fieldcat type slis_t_fieldcat_alv,
    gt_layout type slis_layout_alv,
    gt_sort type slis_sortinfo_alv,
    fieldcat like line of gt_fieldcat.
    *Selection screen
    parameters: p_vkorg like vbak-vkorg.
    select-options: s_vbeln for vbak-vbeln.
    *start of selection.
    start-of-selection.
    perform get_data.
    perform fill_fieldcatalog.
    perform write_data.
    FORM get_data .
    select avbeln aerdat aaudat akunnr avkorg bmatnr b~netpr into
    corresponding fields of table i_sales from vbak
    as a inner join vbap as b on avbeln = bvbeln
    where a~vkorg = p_vkorg and
    a~vbeln in s_vbeln.
    ENDFORM. " get_data
    FORM write_data .
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    I_CALLBACK_PROGRAM = sy-repid
    IS_LAYOUT = gt_layout
    IT_FIELDCAT = gt_fieldcat
    TABLES
    T_OUTTAB = i_sales .
    ENDFORM. " write_data
    FORM fill_fieldcatalog .
    sort i_sales by vbeln.
    clear v_fieldcat.
    "for check box
    v_fieldcat-col_pos = 1.
    v_fieldcat-fieldname = 'CHECK'.
    v_fieldcat-seltext_m = 'chek'.
    v_fieldcat-checkbox = 'X'.
    v_fieldcat-input = 'X'.
    v_fieldcat-edit = 'X'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 2.
    v_fieldcat-fieldname = 'VBELN'.
    v_fieldcat-seltext_m = 'Sales Document'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 3.
    v_fieldcat-fieldname = 'ERDAT'.
    v_fieldcat-seltext_m = 'Creation Date'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 4.
    v_fieldcat-fieldname = 'AUDAT'.
    v_fieldcat-seltext_m = 'Document Date'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 5.
    v_fieldcat-fieldname = 'KUNNR'.
    v_fieldcat-seltext_m = 'Customer'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 6.
    v_fieldcat-fieldname = 'VKORG'.
    v_fieldcat-seltext_m = 'Sales Organization'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 7.
    v_fieldcat-fieldname = 'MATNR'.
    v_fieldcat-seltext_m = 'Material'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 8.
    v_fieldcat-fieldname = 'NETPR'.
    v_fieldcat-seltext_m = 'Net Value'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    endform.

  • How to hide an object in Agentry list screen

    Hello,
    I want to know if it is possible to hide an object in a screen list view.
    For example, I update an object and fill in DeleteStaus field with "L" (mean that object is deleted) and hide it right after I mark it as deleted, then transmit it to Agentry server to get the marked field and in turn transfer it to SAP server.
    Thank you very much.
    Tags edited by: Michael Appleby

    PG Ngu,
    Steve was correct, but his rule was little off.  try it like this:
    NOT
         EQSTR
              Whatever Object -> DeleteStatus Property
              L
    The 'L' above is a constant.  Do not use quotes.  Add this as the include rule on the List Screen.
    Jason Latko - Senior Product Developer at SAP

  • Query criteria in Query Customer Party List EBM

    Hi ,
    I have a requirement where I have to map certain fields to query customer party EBM.
    QUery Customer Party EBM has option for mapping only one field 'ID'. But my query input has many fields like last name , first name, etc based on which the search should be performed.
    I checked Query Customer Party List EBM where i found some tags like query criteria, operator code, value expression, etc.
    Please let me know what is the significance of these fields and how can I map my query criteria fields to query customer party EBM or query customer party list EBM ?

    Hi,
    I'm getting the same problem!
    Using AccountGLFlexValues, I have 3 parameters to send to requestor ABCS and all the samples I have are using only ID as parameter.
    What about Difference between Query and QueryList EBMs? any explanation??
    Did you find any solution on this issue? Please share this information!!
    Thanks!!

  • How to hide the list screen

    HI all,
    When i am calling another screen from my report program to display the result. I am Able to display the result on the intended screen but when i click  on back the back button it is returing to the list screen first and than next to the selection screen.
    I dont want to get the list screen in between but only the selection screen should be displayed when i click on the back button.
    How to avoid the display of the list screen.
    Thanks in advance.
    Regards
    Satish.

    Hi,
    Could u plz give the part of code where u get this problem. Need to know whether u r calling a transaction?
    Try this
    MODULE user_command_9100 INPUT.
      CASE sy-ucomm.
        WHEN 'EXIT' OR  'CANC'.
          LEAVE.    " to SCREEN 0.
        WHEN 'BACK'.
          SET SCREEN '0'.
          LEAVE SCREEN.
    This leaves the program but you may need to re-call the
    transaction to go back to the original screen
        WHEN OTHERS.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_9100  INPUT
    Message was edited by: Judith Jessie Selvi

  • Custom Infotype not displaying locked records in the list screen (3000)

    I have a custom infotype (9xxx) that will not display the locked records (locked indicator (sprps) is set to X) in the list screen (3000) in PA20 and PA30.
    Any ideas on what may be causing the records to not display in the list screen?
    Thanks,
    Ted

    Hi,
    for creating both employee and appliciant infotype you must check 'Both'  in PM01  IT tab.
    Regards.

  • PM01 - Enhance the Standard List Screen

    Morning All
    I have read the various posts and standard SAP documentation on enhancing the standard list screen. However, I am stil in position of having my new structure - ZPLIS0019 being populated in subroutine fill_liststruc but the fields do not appear on screen 3000 as indicated. The standard documentation implies that I do not have to do anything to screen to screen 3000 - that the fields will appear dynamically - although other threads have suggested different.
    Is it that the screen 3000 can only be repaired to include the new fields?
    Can anyone clear this up for me?  I'm on 46C.
    Any input really appreciated...!
    Cheers
    Ian
    Message was edited by:
            Ian Stubbings
    Message was edited by:
            Ian Stubbings

    A repair has to be made and then the system is able to regerate the screen 3000.
    The 'Generate Enhanced List' option from the List Menu option should also be taken and the new structure put into the 'table name' field of the correct entry (you may have to create this entry).
    Ian

Maybe you are looking for