Custom AQ configuration

Hi,
I configured custom AQ transport protocol. B2B is able to send EDI data to custom AQ (verified in AQ table). after publishing EDI data to custom AQ, again B2B reads the same data and throws AIP-50547: Trading partner agreement not found.
Is there any way to stop B2B reading the data from custom AQ.

Hi,
I am working on EDI 272 inbound, B2B has to read edi 272 data from FTP. B2B has to generate Ack and send it to custom AQ. B2B is able to read the edi 272 data and place it in internal delivery channel. B2B creates Ack and send it to custom AQ.
Issue: after sending Ack to custom AQ, B2B reads the Ack from custom AQ and throws Agreement not found error.
Is there any configuration needs to done to stop B2B reading Ack.

Similar Messages

  • Custom Application Configuration not pulling the data in E-Recruiting

    Hello,
    My requirement is to make some fields 'required', hide some buttons, change button texts & hide some columns in standard wd component (ERC_A_REQ_MGMT) delivered by SAP. So I created an application configuration and component configuration and did the layout customization. Now in the application I am passing this new configuration name with the parameter (sap-wd-configId)(......sap/bc/webdynpro/sap/erc_a_req_mgmt?sap-wd-configId=ZZERC_A_REQ_MGMT)
    As this is a portal environment, in LPD_CUST, In the application parameters, I've used this parameter (sap-wd-configId=ZZERC_A_REQ_MGMT). The custom application is displayed, however, the data is not being passed to this custom configuration, so when I open a exisiting requisition from dashboard, this is shown as empty screen (like a new requisition), but when I take off this parameter from the lpd_cust, the standard app is working fine. Can you please help me understand why the data is not being passed to the custom application configuration?
    Really appreciate your insights.
    Thank you.

    Hi,
    We faced the same issue in SAP E-recruiting EHP4 solution. The reason is, the configuration which is assigned statically in FPM editor is loaded after the OVERRIDE_EVENT_OIF and thus discards all context nodes which have been already initialized. Afterwards, the context node of has no value anymore and the field on UI doesnu2019t display anything.
    Remove the static component configuration in the FPM editor and use the following code in the wddoinit method of the view V_GEN_JOB_INFO. This assignment happens at the runtime.
      data: lo_api_controller          type ref to if_wd_component,
            lo_pers_manager            type ref to if_wd_personalization,
            ls_configuration           type wdy_config_key,
            lt_config_table            type wdy_config_table,
            ls_config_header           type wdy_config_header,
            lo_fpm                     type fpm_s_runtime_info,
            ls_fpm                     type fpm_s_runtime_info.
          lo_api_controller = wd_comp_controller->wd_get_api( ).
         lo_pers_manager = lo_api_controller->get_personalization_manager( ).
         lo_fpm = wd_comp_controller->go_fpm->get_runtime_info( ).
        ls_configuration-config_id    = u2018ZERU_REG_REQ_MGMT_UIu2019 u201C Your Component configuration name
        lo_pers_manager->load_config_by_key( ls_configuration ).
       Thanks,
       S Rajkumar.
    Edited by: Rajkumar S on Aug 24, 2010 7:54 AM

  • Custom sensor configuration for sensor mapping

    Hi all,
    I'm developing an application that performs sensor mapping of a STL model. I analyzed Sensor Mapping Express VI, it is very useful for development of my application.
    But, my application requires to change sensore position or model or other settings at run time. Hence, I need to create a custom sensor configuration editor to define sensor positions, stl file path, and so on. (See attachment)
    I don't understand how can I change sensors position at run time.
    Thanks all.
    Attachments:
    sensorMapping.png ‏14 KB

    Sorry, the reply above may have been a bit vague. I am trying to say that express vis are native labview code packed with an easy to use configuration front panel. You can access the underlying code by digging a bit deeper in to it.
    1. Right click on the express vi and select Open Front Panel
    2. Click OK to the warning message
    3. Repeat Step1 on the resulting block.
    4. Use Ctrl+M to view the vi in edit mode.
    Then you would have access to all the inputs, in this case its a cluster with all the information. So with some more programming, you can add the extra customisation you would like.
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • Custom Apache configurations?

    In the httpd.conf, there is a line that is commented out like this:
    #include "myDirectoryStructure/iAS/Apache/Apache/conf/cust_custom_apache.conf"
    I cannot find where to manage that line using the Oracle Applications Manager that is used to configure the installation.
    Can anyone shed light on the proper way to add customized Apache configurations to iStore without manually editing the httpd.conf file?

    1. "#include "myDirectoryStructure/iAS/Apache/Apache/conf/cust_custom_apache.conf" was generated by autoconfig.
    autoconfig uses:
    A. $FND_TOP/fndnsd70.drv
    B. $FND_TOP/fndtmpl.drv
    C. httpd_ux_ias1022.conf: #include "%s_iASconfig_home%/Apache/Apache/conf/cust_custom_apache.conf"
    to generate that line in httpd.conf file.
    2. Uncomment this line from httpd_ux_ias1022.conf template file to make your customizations in cust_custom_apache.conf.
    3. The contents of cust_custom_apache.conf is not maintained by OAM yet, because it's commented out in its seeded template file.

  • Difference between customizing and configuration?

    Is there any Difference between customizing and configuration?

    Hi Rajesh,
    What is Client? What is the difference between Customization and Configuration?
    The difference between cutomizing and configuration is:
    - CONFIGURATION: we will configure the system to meet the needs of your business by using the existing data.
    - CUSTOMIZING: we will customise or adapt the system to your business requirements, which is the process of mapping SAP to your business process.
    - CLIENT: A client is a unique one in organizational structure, can have one or more company codes. Each company code is its own legal entity in finance.
    Configuration  vs. Customization
    When considering enterprise software of any type, it is important to understand the difference between configuration and customization.The crux of the difference is complexity. Configuration uses the inherent flexibility of the enterprise software to add fields, change field names,modify drop-down lists, or add buttons. Configurations are made using powerful built-in tool sets. Customization involves code changes to create functionality that is not available through configuration. Customization can be costly and can complicate future upgrades to the software because the code changes may not easily migrate to the new version.Wherever possible, governments should avoid customization by using configuration to meet their goals.Governments also should understand their vendor's particular terminology with regard to this issue since words like "modifications" or "extensions" often mean different things to different vendors.     
    Reg,
    Ashok

  • Copying XCM Customer Application Configuration

    Hi,
    is there a way to copy an XCM customer application configuration from one environment to another. We want to copy the development configuration to QA and production without redoing the configuration in every environment as this could easily lead to errors.
    Thanks.
    Thierry

    Hi Benny,
    Thanks for your reply and time spent..
    Here is location I found htmlb.ear
    C:/usr/sap/J2E/JC00/SDM/root/origin/sap.com/com.sapportals.htmlb.ear/SAPAG/6.4011.00.0000.20050121164722.0000
    htmlb.sda files
    C:/usr/sap/J2E/JC00/SDM/root/origin/sap.com/com.sapportals.htmlb/SAPAG/6.4011.00.0000.20050121164722.0000
    After moving these htmlb.ear and htmlb.sda into a temp folder. I tried to deploy it using SDM.
    SDM complains that it already have deployed version of both of them.
    But, I am not able to trace them any where else under
    C:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/
    Or ~/server0/bin/ext folders.
    Even I thought of removing and install it again. But, SDM complains that I have to remove the whole ISA packge.
    Benny, Is'nt J2EE server can excess SDM repository.
    What's the right way of deploying it.
    Thanks for your kind help.
    regards,
    solvant

  • Custom Report Configuration

    Hi all,
    I have an issue during the configuration of CustomerReportExtensions.xml.
    I was already provided with EqtUIModelDefinitions.xml and EqtUICommonModels.xml files, but I'm not sure how to use them.
    Would you please provide me with a documentation guide?
    Thanks.

    Have you looked at the Agile Product Lifecycle Management for Process Custom Report Configuration Guide?
    It is available online on OTN, in the Product Lifecycle Management for Process Extensibility Pack 2.7 for Microsoft Windows zip file or HTML link:
    [http://www.oracle.com/technetwork/documentation/agile-085940.html#plmprocess|http://www.oracle.com/technetwork/documentation/agile-085940.html#plmprocess]
    If you have it already and have a specific question, let us know.
    Thanks
    Ron

  • Customer master configuration

    Hi all,
    I am looking for material related to customer master configurtion.
    Can anybody provide me the relavant material which may give
    sufficient idea about customer master configuration step by step.
    regards.

    Hi Azra,
    Check this http://help.sap.com/saphelp_470/helpdata/en/01/a9b288455711d182b40000e829fbfe/frameset.htm
    Regards,
    Pankaj

  • Problem in Customer hierarchy configuration

    Hello All,
    I would like to configure customer hierarchy for 3 levels, can any one explain me in detail step by step configuration i have to follow,
    Thanks &Regards,
    Sundu

    Dear Sundu
    Check this link
    [Customer Hierarchies |http://help.sap.com/saphelp_47x200/helpdata/en/dd/55f4d9545a11d1a7020000e829fd11/frameset.htm]
    thanks
    G. Lakshmipathi

  • How to fetch data into my custom script configured in qc02 transaction

    Hi All,
    I configured the custom SAP-Script in place of standard script name in QC02 tcode.In my requirement when I execute QC22
    transaction the custom script will be triggered along with some data based on material number,batch number and plant.I need to fetch QALS-KTEXTMAT , QALS-CHARG, MCH1-HSDAT and MCH1-VFDAT.Please help me how to fetch this data.Any Enahancement need to use or any spot is there Please specify.
    Thanks in advance.
    Regards,
    Satya.
    Edited by: satyareddygade on Sep 8, 2011 2:13 PM

    Hi Satya,
    Try like this in your Script window text element.
    /: PERFORM FETCH_KTEXTMAT IN PROGRAM <Z Subroutine Pool program>                                                                               
    /: USING &QALS-PRUEFLOS&                                                                               
    /: CHANGING &GV_KTEXTMAT&                                                                               
    /: ENDPERFORM
    in Z Subroutine Pool program
    FORM fetch_ktextmat TABLES  intab  STRUCTURE itcsy
                                outtab STRUCTURE itcsy.
      DATA:
        lv_prueflos TYPE qals-prueflos,
        lv_ktextmat TYPE qals-ktextmat.
    *---Get Inspection Lot Number
      READ TABLE intab WITH KEY 'QALS-PRUEFLOS'.
      CHECK sy-subrc = 0.
      lv_prueflos = intab-value.
      SELECT SINGLE ktextmat FROM qals INTO lv_ktextmat WHERE prueflos EQ lv_prueflos.
      outtab-value = lv_ktextmat.
      MODIFY outtab FROM outtab TRANSPORTING value WHERE
      name = 'GV_KTEXTMAT'.
      CLEAR : intab,outtab.
    ENDFORM.                    "FETCH_KTEXTMAT
    /: PERFORM FETCH_HSDAT IN PROGRAM <Z Subroutine Pool program>    
    /: USING &*VBDPL-MATNR&
    /: USING &VBDPL-CHARG&
    /: CHANGING &GV_HSDAT&
    FORM fetch_hsdat TABLES  intab  STRUCTURE itcsy
                                outtab STRUCTURE itcsy.
      DATA:
        lv_matnr TYPE vbdpl-matnr,
        lv_charg TYPE vbdpl-charg,
        lv_hsdat TYPE mch1-hsdat.
    *---Get Material Number
      READ TABLE intab WITH KEY '*VBDPL-MATNR'.
      CHECK sy-subrc = 0.
      lv_matnr = intab-value.
    *---Get Batch Number
      READ TABLE intab WITH KEY 'VBDPL-CHARG'.
      CHECK sy-subrc = 0.
      lv_charg = intab-value.
      SELECT SINGLE hsdat FROM mch1 INTO lv_hsdat WHERE matnr EQ lv_matnr
                                                    AND charg EQ lv_charg.
      outtab-value = lv_hsdat.
      MODIFY outtab FROM outtab TRANSPORTING value WHERE
      name = 'GV_HSDAT'.
      CLEAR : intab,outtab.
    ENDFORM.                    "FETCH_HSDAT
    Use the following program symbols where you want to print.
    &GV_KTEXTMAT& &QALS-CHARG& &GV_HSDAT& and &MCH1-VFDAT&
    Regards,
    Surya.

  • Order Data Warehouse / Customer Master Configuration Doubt

    What is "Front End Unit" ?  I have to configure this in the Customer Master, but do not know where? Also I need details of how to configure  Channel, Sub Segment in customer master.
    Thanks All in Advance.

    Hi,
    Yes,for this there are two options.
    1.By using the T.Code:SE91.
    Enter the class as V1 and number as 423.
    Click on Change.
    Click on where used list.
    Check programs and uncheck all.
    Enter.
    A list of programs will be displayed.If you double click on any program then,the lines where it is used are displayed.
    Identify your warning message line.
    Double click on it.
    Change it from W to E before the numebr 423.
    Save.
    2.Unassign the block assigned for your customer in XD05 for your sales order type.
    Suppose 01 is the block assigned for your customer.
    Goto SPRO>Sales and Distribution>Sales>Sales Documents>Define and assign reason for blocking.
    Assign reason for blocking.
    Suppose "OR" is your document types.
    Delete the entry 01,OR in this table.
    Save.
    In this case for this order type,you can create or change the order even though the block is assigned to it.
    Regards,
    Krishna.

  • Oracle XML Gateway - custom WSDL configuration in service partner setup

    We are trying to configure a custom WSDL for service partners to send/receive outbound/inbound messages using OTA. I have a coded a WSDL that pretty much replicates the Generic WSDL template that was provided with the gateway. When i configured it, it has trouble finding the endpoint of the custom WSDL. Has anyone run into this situation before? Please throw some light on this issue. We are pretty much stuck right now!!

    No. I am afraid that your understanding is incorrect. Oracle B2B is part of Oracle SOA suite and XML Gateway is part of Oracle Apps. Yes both of them have some overlapping areas of work but apart from that both products do not have any connection in between.
    Regards,
    Anuj

  • B1I - Customer Data configuration

    Hi guys,
    I try to configure the BIU for transfering customer master data between R/3 and B1.
    BIU Name - biu.R3CUST2B1BP.zip
    I have already gone through system_landscape.PDF and Master_Data_distribution _Management.PDF.
    I want to know regarding the 2 parameters in system landscape menu.
    First when I configure R/3 and B1I from the landscape menu.
    It ask for HeadQuarter Vendor number?
    What I have to give for this field?
    Then I try to configure B1 and B1I from the landscape menu.
    It ask for Subsidary customer number?
    What I have to give for this field?
    How can I test the scenario?
    I have to create new customer from R/3 and I get in B1 or it is also possible to create customer in B1 and get into R/3.
    Nothing is happen when I enter customer in B1 and try to get in R/3?
    Please help me in this problem.

    Hi Thomas,
    > First when I configure R/3 and B1I from the landscape
    > menu.
    > It ask for HeadQuarter Vendor number?
    > What I have to give for this field?
    This is the Business Partner Code that is used in B1 to identify the HQ.
    >
    > Then I try to configure B1 and B1I from the landscape
    > menu.
    > It ask for Subsidary customer number?
    > What I have to give for this field?
    That's the ID that is used in R/3 to describe the B1 subsidiary.
    > How can I test the scenario?
    >
    Beside the configuration guides there are some demo guides available at the Partner Edge Portal (or at the B1 Customer Portal): http://service.sap.com/smb/sbo -> Solution Overview -> Demo and Evaluation Center -> Online Demos -> Scroll to the end of the page.
    They are quite good if you want to see how the BIU's shall work.
    Best, Winald

  • AES Customs office configuration

    Hi Experts,
    Can any one having experience with AES customs office of US.
    Could you please share your exp like how we configure our gts system to AES and what are the pre requisites to configure AES with our GTS sstem.
    I appreciate to best answer

    Hari,
    Did you check in SDN library or google already?
    Please see if you had checked this document already. I believe its more than enough.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30c7015e-c191-2d10-71b9-95907dc8edd1?overridelayout=t…
    If you don't think this is enough, please come back.
    Regards
    Dhilipan

  • WCF Custom adpter configuration to CRM

    Hi,
    I am using WCF-Custom send port to communicate to CRM WCFService. I am getting the below error. I am not able to edit any properties. 
    Error Description: System.Configuration.ConfigurationErrorsException: The binding at system.serviceModel/bindings/ws2007HttpBinding does not have a configured binding named 'UserNameWSTrustBinding_IWSTrust13Async1'. This is an invalid value for bindingConfiguration.
       at System.ServiceModel.Configuration.BindingsSection.ValidateBindingReference(String binding, String bindingConfiguration, ContextInformation evaluationContext, ConfigurationElement configurationElement)
       at System.ServiceModel.Configuration.IssuedTokenParametersEndpointAddressElement.Validate()
       at System.ServiceModel.Configuration.IssuedTokenParametersElement.ApplyConfiguration(IssuedSecurityTokenParameters parameters)
       at System.ServiceModel.Configuration.IssuedTokenParametersElement.Create(Boolean createTemplateOnly, SecurityKeyType templateKeyType)
       at System.ServiceModel.Configuration.SecurityElementBase.CreateBindingElement(Boolean createTemplateOnly)
       at System.ServiceModel.Configuration.SecurityElement.CreateBindingElement(Boolean createTemplateOnly)
       at System.ServiceModel.Configuration.SecurityElementBase.CreateBindingElement()
       at System.ServiceModel.Configuration.CustomBindingElement.OnApplyConfiguration(Binding binding)
       at System.ServiceModel.Configuration.CustomBindingElement.ApplyConfiguration(Binding binding)
       at Microsoft.BizTalk.Adapter.Wcf.Converters.BindingFactory.CreateBinding(String wcfExtensions, String bindingName, String bindingConfiguration, String bindings)
       at Microsoft.BizTalk.Adapter.Wcf.Config.CustomTLConfig.CreateBinding(THConfig thConfig)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.InitializeValues(IBaseMessage message)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2..ctor(IBaseMessage message, WcfTransmitter`2 transmitter)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfTransmitter`2.GetClientFromCache(String spid, IBaseMessage message)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfAsyncBatch`2.BatchWorker(List`1 messages)

    Laxme,
    As suggested by M.R.AshwinPrabhu,.
    in his post below.
    http://social.msdn.microsoft.com/Forums/en-US/c94dd38a-7322-4286-8dc6-e1e57c0c22c4/getting-error-while-try-to-create-an-record-in-crm-2011-from-biztalk-2010?forum=biztalkgeneral
    Try following steps:
    First make sure basic are correct:
    Ensure the security configuration in your WCF send port are correct.
    Make sure your binding matches with the client's binding.
    Follow these solutions:
    In many user's cases this issue is also due to clock's synchronization. Try as mentioned in the below mentioned link in reference section.
    If the above doesn't work try this
    Reference:
    http://weblogs.asp.net/pabloperalta/archive/2012/05/14/quot-an-error-occurred-when-verifying-security-for-the-message-quot-when-executing-savechanges.aspx
    WCF
    Message Authentication Failure
    http://parwej.wordpress.com/2009/09/04/an-unsecured-or-incorrectly-secured-fault-was-received-from-the-other-party/
    Adding
    to it, i would also suggest to check the certificate, it should be there in "trusted root provider" folder.
    Rachit
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful
    by clicking the upward arrow mark next to my reply.

Maybe you are looking for