How to send inforecord conditions using ALE (message type COND_A)?

Hi,
I have sent Purchasing Inforecords through ALE using t-code ME18.
Now, I would like to know how to transfer the conditions through ALE (message type is COND_A).
Thanks a lot,
Kaveri

Hi,
Please go through this thread.
[Pricing Condition Records initial upload - COND_A]

Similar Messages

  • Tcode to send custom data using custom message type in ALE

    I have ceated custom message type and i want to send data to say system B.I wanted to know Tcode to send custom data using custom message type in ALE.
      for example:
    material data...message type = matmas....tcode = BD10.
    like this.
      i hope you have got my question.
    plz guide me?
       regards
         mallikarjun mangalore

    Hi,
    Sending data through ALE is not a single-step process. Take a look at http://www.sapgenie.com/ale/. The paper at http://www.sapgenie.com/sapgenie/docs/ale_whitepaper.doc is a wonderful resource for the ALE process.
    Regards

  • How can I put a filter to message type COND_A

    I am creating message types: COND_A from Change Pointer.
    I have an active filter on element: Condition type. (BD64). This is working OK.
    I also want to set the filter on element: Material type.
    This is not working, probably because this element is not an active field in any delivered IDoc Segments. (Ref. WE05). The result is that no messages (IDoc's) are delivered.
    How can I get this filter to work for COND_A?
    In other words: How can I select on Material type = 'XXXX' creating message type COND_A from Change Pointer?

    No, however, you can have Favorites and Recents show on the App Switcher (Multitasking) screen, assuming you are running iOS 8: Settings App > Mail,Contacts,Calendars > Show in App Switcher [under CONTACTS]

  • Is it possible to use BAPI-ALE to send an idoc using the message control?

    Hi Guys
    Is it possible to use BAPi-ALE to send an IDOC using a message control?
    I have configured the system to send an IDOC when a outbound delivery is saved in the system.
    I have done the following.
    1). I am using the std BAPI-ALE interface provided by the object type LIKP.
    2). I am using the method SAVEREPLICA for which an interface already exists in BDBG transaction.
    3). I hace created a distribution model in BD64 and added the BAPI - LIKP and SAVEREPLICA
    4). Created a partner profile ( using the generate partner profile option in the BD64 transaction )
    QUESTION:
    1). How do i associate the custom OUTPUT type created for Delivery ?
    2). I tried to associate the custom output type in the Partner profile definition under the message control tab but i am not sure which Process code to be used? Since the partner profile was generated automatically from BD64 it has an entry for SHP_OBDLV_SAVE_REPLICA as a message type in the outbound parameters. and i am unable to find a process code for this Message type in WE41. So what process code should i use in the Message control tab against the custom output type?
    3). Do i need to leave the message control tab empty without making any entry? If yes then how would the system come to know that it needs to trigger this partner profile when the custom output type is proposed by the system?
    will award points for useful answers
    Edited by: Workflow  learner on May 29, 2008 8:49 PM

    "any way"
    Applications such as ScreenRecycler, http://www.screenrecycler.com/ScreenRecycler.html, can do it.

  • Distributing message type COND_A using ALE

    Hello everybody,
    I am distributing purchasing info records using ALE (transaction ME18). This works fine.
    Now I also want to distribute the corresponding conditions.
    I know that I need an additional message type COND_A. I created the new message type in BD64.
    But I don't know how to trigger the distribution. I cannot find a transaction for distributing conditions and they won't come along when I distribute the info records.
    Any help would be appeciated.
    Thanks
    Roland

    Hi Roland,
    It is quite tricky. But it worked well for me.
    Please choose the pricing report (t/code V/LD) which meet your criteria extraction and copy the report program into custom program.
    Let's say you copy report program <b>/1SDBF12L/RV14AK15</b> (Material Price) into <b>ZRV14AK15</b>.
    Then you need to modify selection screen of ZRV14AK15 program to enable the sending IDoc parameters as follows.    
    *PARAMETERS sen_idoc(1) TYPE c NO-DISPLAY.
    *PARAMETERS getknumh(1) TYPE c NO-DISPLAY.
    *PARAMETERS p_delete(1) TYPE c NO-DISPLAY.
    *PARAMETERS p_mestyp  LIKE tbdme-mestyp  NO-DISPLAY.
    *PARAMETERS p_logsys  LIKE tbdls-logsys  NO-DISPLAY.
    PARAMETERS sen_idoc(1) TYPE c DEFAULT 'X'.
    PARAMETERS getknumh(1) TYPE c NO-DISPLAY.
    PARAMETERS p_delete(1) TYPE c NO-DISPLAY.
    PARAMETERS p_mestyp  LIKE tbdme-mestyp DEFAULT 'COND_A'.
    PARAMETERS p_logsys  LIKE tbdls-logsys OBLIGATORY.
    Now you should be able to use this custom program to generate IDoc for message type COND_A.
    Please ensure you have setup the ALE and IDoc configuration such as distribution model (BD64), partner profile (WE20), IDoc Ports (WE21) and etc.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • How to send secure email using JavaMail

    Hi, anyone out there know how to send secure email using Java Mail? Greately appreciated.

    For starters, if you have not already done so, read about it in the JavaMail design specifications.
    Search for Message Security in the said document.

  • ALE message type WMTORD sending ST meins

    good morning/afternoon to all,
    we are in the process of setting up a 3rd party warehouse/miniload system and they connect using ALE. the 3rd party system is not a SAP system. our system is 4.7C. we are being asked to use this message type (WMTORD - standard) to send transport orders. they receive the idoc successfully with correct information, except for the unit of measure field meins. they receive the untranslated unit of measure ST, instead of EA.
    is there a fix for this? can this be changed with standard code, or is a user exit needed. and, if the user exit is needed, why does for example the message type MATMAS send a EA and not the ST? i do have the global unit or measure ST setup to send EA in spro.
    thanks in advance.

    it looks like no one knows the answer...
    here is what i found (for future reference)
    enhancement MWMIDO01
    component(fm) - EXIT_SAPLLIDO_001
    include - ZXLIDU01
    code example
    tables: e1ltori.
    loop at t_idoc_data.
      if t_idoc_data-segnam = 'E1LTORI'.
        move t_idoc_data-sdata to e1ltori.
        if e1ltori-meins = 'ST'.
          move 'EA' to e1ltori-meins.
        endif.
        move e1ltori to t_idoc_data-sdata.
        modify t_idoc_data.
      endif.
    endloop.
    *****solved*****

  • How to transfer tabl content using ALE

    Hi All
    I need to to transfer the content of a HR table (T526) using an ALE scenario. However I have not found a way to do this. I stumpled over CONDA2 but not quite sure if this suits the bill. Anybody out there who can help.
    I am not an HR wiz so bear with me if this is dead obvious.
    Hope somebody can help
    Cheers

    Hello Bowie,
    Could you please help in how to use CONDA2 message type in ditributing HR Configuration data like data from following tables..
    T001P     Personnel Area/Subarea
    T500P     Personnel Areas
    T503     Employee Group/Subgroup
    T511     Wage Types
    T512T     Wage Type Texts
    T512Z     Permissibility of Wage Types per Infotype
    T528B     Positions
    T554S     Attendance and Absence Types
    T554T     Attendance and Absence Texts
    Thaks,
    Venkat

  • How to send meeting invites using Exchange Email Account

    Does anybody know how to send meeting invitations using the 3.0 software update?
    My corporate email is set up with an Exchange ActiveSync account, but I can't figure out how to send meeting invites?
    Is it a function solely of the iPhone 3.0 OS, or is it dependent on the Exchange setup.
    Any insight would be appreciated.
    David

    That is what I was afraid of...the good thing is that is the only feature (besides battery life) that I miss from my Blackberry. Thanks.

  • How to use PO message type to output 'Form' as PDF file

    Dear experts,
      I am working for a topic of how to use PO message type to output 'Form' as 'PDF file', and save to external file system automatically.
      Any one familiar to this topic, please kindly give me some guide, thank you!
    Regards,
    Joyce

    Hi,
       Go through the program RSTXPDFT4 (Converting SAPscript (OTF) or ABAP List Spool Job to PDF), you will get some idea.  Using this program you can convert spool into PDF file.
    -Alpesh

  • Anyone have experience using ALE message FIDCC2 in a high volume scenario?

    Hi,
    We are evaluating the use of message type FIDCC2 to send complete FI documents from one SAP system (logisitics) to another SAP system (finance).  I'm particularly interested in throughput performance, as this will be a high volume scenario (300K+ docs per month).  Additionally, each SAP system has a customer include code block extension (CI_COBL) to BSEG, that will be carried via an IDOC enhancement (custom segment), for which we are considering using XI to map the IDOCs between the two systems.  I would appreciate any info you can share regarding use of FIDCC2 in a high volume scenario.  Thanks in advance.
    Regards,
    - Allen

    Hi Allen,
    In my past experiences, I used the message variant (EDIDC-MESCOD) and message function (EDIDC-MESFCT) to execute multiple inbound IDoc jobs to run parallel  for a given message type and IDoc type (execute program RBDAPP01 in different application servers).
    I used message variant and message function to group all sales order IDocs based on location and customer numbers. 
    You need to enter message variant and/or message function during partner profile setup (WE20). Also the middleware system (i.e. SAP XI) must maintain the above fields accordingly for IDoc inbound processing.
    Hope this will help.
    Regards,
    Ferry Lianto

  • How to send CC email using SO_DOCUMENT_SEND_API1

    Hi,
       How to send CC email using SO_DOCUMENT_SEND_API1.  Any sample code is very much appreciated.
    Cheers

    Please check In this function there is a flag in RECEIVERS table for sending mail as COPY or BLIND COPY

  • How to send sms,Email using java

    how to send sms,Email using java

    Hi,
    There are many sms gateways that have their own api to send sms. You can use them for sms. (They will charge you for the sms!!!)
    Moderator edit: Link removed
    Thanks
    Edited by: PhHein on 20.10.2010 16:11

  • How to send an email using XML Publisher

    Can any body help me how to send an email using XML Publisher.
    Regards,
    Suresh

    Sorry ,
    when a http://blogs.oracle.com/xmlpublisher/newsItems/departments/documentDelivery
    this it show this not answer the question.
    Thanks
    Welcome to Oracle Blogs
    Welcome to the Oracle blogging community, where Oracle executives, employees, and non-employees exchange views about customer requirements and best practices.
    We're sorry, the weblog you requested cannot be accessed.
    - You may not have the necessary permission for access the weblog.
    - This weblog does not exist.
    You may wish to try again using one of the tools below.
    - Check the URL and contact your System Administrator for access.
    - Or click here to go back to Oracle Blogs homepage.
    Powered by
    Movable Type and Oracle
    The views expressed on this blog are my own and do not necessarily reflect the views of Oracle. Terms of Use

  • Error handling using fault message type in outbound synchronous ABAP proxy

    Hi,
    We've a scenario, outbound synchronous ABAP proxy to synchronous SOAP receiver. The requirement is to send multiple records in a single rquest and get response for all the records sent (in the same response message).
    Say if I send 10 records from ECC, I should get 10 records as response from SOAP to ECC. But the problem here is, there could be some invalid requests, for which an invalid error status code should be sent as part of response.
    Source Structure
    Req_Proxy
        req (0..unbounded, string)
    Response Structure
    Resp_SOAP
      Resp (0..Unbounded)
           respString (0..1, String) (carries the actaul response message)
          status code (0..1, String) (carries the status of the response, for ex, 001 (successful), 002 (error))
    And now we are planning to make use of Fault Message Type, to track the errors from SOAP (status code 002). But, we are not sure on how to track this for all the requested records. Is it possible to track the errors for all the requested records in a singe call using fault message type? For eg if 8 records are successful and 2 are invalid, then we should get 10 records in response 8 for valid and 2 for invalid accordingly.
    Please calrify.
    Thanks.
    Rohit

    For eg if 8 records are successful and 2 are invalid, then we should get 10 records in response 8
    for valid and 2 for invalid accordingly.
    Check if you can modify the WSDL structure to include an error node that would get populated incase of invalid entries....this would mean that you get the success and failure details in the single message....also at the proxy-end make the necessary change in your DT.....may be then you do not need to use the fault message...
    Regards,
    Abhishek.

Maybe you are looking for

  • Am I over-compressing with DVD Pro??

    Hello, I have a large project I've exported from final cut using compressor with two pass encoding. I drop the project into DVD Pro, create my menu, drop in a blank disc and simply hit the burn icon. The final product shows artifacts that are not vis

  • Applications problem in 5500 Sport

    Hello I got my 5500 like a month ago, and one time I couldn't open many applications under the "My Own" menu, like the Sensor, Groov Lab, Acrobat Reader, and Snakes applications. And at that time I had my PC infected with the Autoplay virus, the one

  • Weird problems after clean install on Win 7 64 bit

    So I just built out a brand new machine with Win 7 64 bit and installed CS4 on it.  PS works great, super quick!  As I went through and tried to work on some websites last night, I found that the File/Open, File/Save and File/SaveAs options don't wor

  • Copy writed material in a podcast

    Would it be legal or "ok" to pull songs from itunes that have been downloaded from the store or imported from a cd, and use them in a podcast, like a top 40 radio show?

  • Megaworks THX 2.1 250D with Playstaion 3

    Hi guys I'm thinking of buying a PS3 (the 40Gb version) and running it on my monitor and external speaker system. My speaker setup is the "Cambridge Soundworks Megaworks THX 2.1 250D" which has a Digital SPDIF (RCA) input, where as the PS3 outputs in