Transport the sender and Receiver Structures of Retraction

Hi,
I would like to transport the sender structure which has been created in UPB_STRUCT and UPB_RULE.
COuld some one tell me how to transport these objects.Points will be assigned.
Thanks,
Subha

Hi,
When u open UPB_RULE screen, first tab u can see Rules -> Transport which prompts for transport request. Same is the case with UPB_STRUCT, sender structure -> transport
Bindu

Similar Messages

  • Question about Sender and Receiver Structure for JDBC

    Dear All,
    I want to know why there is a fixed format for sender and receiver structure for JDBC. why cant we use the structure like what we want? explain me in detail.
    Thanks

    Good Question:
    We have to create our data structure based on the existing database table structure. While reading or writing , JDBC adapter convert our data type structure in to SQL Query Statements that matches Table structure.

  • TS2755 I have 3 phones on one Icloud account. It has been this way for over a year with no issues. After and update on of the lines started getting text messages from all 3 phones. We fixed the send and receive and it was fixed. It is doing it again.

    I have 3 phones on one Icloud account. They have been this way for over a year. After an update last week one of the phones started getting messages for all of the other lines. We fixed this under the send and receive under settings. It was fine for a few days. Suddenly it started happening again. Yesterday after two hours on the phone I changed my apple id and it is still happening. Before that Verizon had told me to turn off my imessage when that happened I could not get any texts at all from other Iphone users.

    Make 3 different iCloud accounts and use ONLY for iMessage.   That will permanently fix your issue.

  • I am having trouble with iMessage being activated. It has worked up until yesterday and now won't activate and is saying no address in the send and receive section. My number is there but not ticked. Any suggestions on how to fix this?

    I am having trouble with iMessage being activated. It has worked up until yesterday and now won't activate and is saying no address in the send and receive section. My number is there but not ticked. Any suggestions on how to fix this? I have shut down my phone, but still no luck!

    iMessage and FaceTime went down yesterday for some people. Mine is still down. My iMessage is saying the same thing about being activated. Sounds like you are still down too. Ignore the status page that says everything is fine - it lies.

  • Code to retrive the sender and receiver interface names using custome adapter module

    Hello Team,
    I want to develop an custom adapter module which could retrieve the names of the sender and receiver interfaces of the scenario and for that i am trying to use com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet but i don't know whether this API will support or not and also i don't know how to develop the code using this API so please suggest me some code for it so that i could retrieve the names.
    Thanks you all in advance.
    Regards,
    Avinash.   

    Hi,
    Just ASMA setting will do the needful. Are you planning to rename your target file name. If yes then only you will require UDF.
    Update: Since your directory name will be taken from source file name then you have to use mapping for this, else it will not be possible.
    I don't know if creating a new module for this will help you solve the issue, but in that case rather creating adapter module, mapping will be easier.
    Regards,
    Sarvesh
    Edited by: Sarvesh Singh on Dec 7, 2009 3:04 PM

  • How do you get the sender and receiver pics to show up in iMessage

    How do you get the sender and receiver pics to show up in iMessage

    '''If this is a new Pop mail account''',
    Those folders do not appear until you have actually Sent or saved a Draft email.
    check settings:
    Tools > Account Settings > Copies & Folders
    * select: 'place a copy in'
    * select: 'Sent' folder on the mail account
    For Archive
    * select 'keep message archives in:'
    * choose ' 'Archives' folder on mail account
    For Drafts and Templates
    * choose 'Drafts' folder on mail account
    * choose 'Templates' folder on mail account
    * click on OK
    '''If you have an IMAP mail account''',
    you need to make sure you have selected to subscribe to see those folders.
    Then make sure your settings use those folders.
    Tools > Account Settings > Copies & Folders
    * select: 'place a copy in'
    * select: 'Other' and choose the sent folder on the server mail account
    * If you want all Archive, Drafts and Templates to also be saved to the server folders, choose 'Other' and the respective folder on the server mail account.
    * Click on OK to save changes.
    More info on synchronising:
    * https://support.mozilla.org/en-US/kb/imap-synchronization
    Info on IMAP gmail:
    * https://support.mozilla.org/en-US/kb/thunderbird-and-gmail
    I note that you are using a gmail mail account. Please note that the gmail 'All Mail' folder is gmails archive copy of all of your emails, so if you subscribe to see this folder it will double the amount of space used. It is suggested that you do not subscribe to see this folder.
    Read section under 'All Mail':
    * http://kb.mozillazine.org/Using_Gmail_with_Thunderbird_and_Mozilla_Suite

  • Why won't my number highlight in the send and receive when using iMessage and FaceTime

    My imessage and facetime turned off and won't turn back on and in my send and receive section it will only highlight my email not my phone number

    Hello Torijada,
    After reviewing your post, it sounds like you linked the phone number to iMessage and iMessage wont turn on. I would recommend that you read these articles, they may be helpful in troubleshooting your issue.
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage - Apple Support
    The telephone number will be dimmed when you view these settings on an iPhone.
    If you get an error when trying to activate iMessage or FaceTime - Apple Support
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Email Func:BCS Classes-Customizing the sender and receiver

    Hi All,
    In my functionality previously, I used FM 'SO_DOCUMENT_SEND_API1' wherein I can freely customized the sender and recipient.  But I need to change it to BCS class due to 50 character limitation in Subject.
    Please see thread Email Functionality:How to create Email Subject w/ more than 50 CHAR Length.
    DATA: recipient          TYPE REF TO if_recipient_bcs.
    *SENDER*
    "Set Sender
          sender = cl_sapuser_bcs=>create( sy-uname ).
          CALL METHOD send_request->set_sender
            EXPORTING
              i_sender = sender.
    The code above would always trigger the email of the owner of SY-UNAME.  In my case, I need a custom one email, let's say, a hard coded non SY-UNAME email.
    What I did:
    Change the data definition of sender as follow, but this would give me not compatible type parameter.
    DATA: sender             TYPE REF TO if_sender_bcs.
    "sender = cl_sapuser_bcs=>create( '<sender_email_literal_goes_here>' ).
    Question: Is this possible? or the class is fixed to SY-UNAME's email?

    Hi ArS, it's working now as a program.
    Still part of the thread.
    Now I want to create a FM for this:
    In my Function Group>TOP INCLUDE, I have
    DATA:  sender           TYPE REF TO if_sender_bcs,
                 w_sender     TYPE ad_smtpadr.
    In my FM code:
    IMPORT Parameter:
        SENDER TYPE  AD_SMTPADR
    sender = cl_cam_address_bcs=>create_internet_address( w_sender ).
          CALL METHOD send_request->set_sender
            EXPORTING
              i_sender = sender.
    SYNTAX ERROR: The field "SENDER" cannot be changed.

  • How to populate the Sender and Receiver GLN/ID  in the Seeburger Message Tracking

    HI Team,
    Scenario :
    ECC--> PI--> Party
    Sending GS1 XML Message to party (Not EDI).  Sender Party and Receiver Party appearing as expected.
    BUT User expecting to see the Sender GLN and Receiver GLN in Seeburger Message Tracking.
    It should be dynamically picked form GS1 Message. Should Appear in RED BOXES Shown below.What Module Parameters Should be used for this.
    I have Tried destTargetMsg  and destSourceMsg. But did'nt work.
    can anyone please Help

    Hi Veman
    You are correct. For XML to XML, you do not need BIC module.
    However, since you are not using BIC module, you will not be able to enrich the metadata using the archiveXI parameter during processing at the adapter framework.
    Another place to enrich the metadata would be during message mapping. You can call a custom UDF to populate the metadata and create an entry in Seeburger Message Tracking.
    Please refer to the Seeburger manual for Message Tracking Function for more details on how to create the UDF.
    Rgds
    Eng Swee

  • How do I get my iPhone number to be the sender and receiver of the iMessages? It was until I created and logged in to my iCloud account, but after that it shows it as my email.

    I need to know how to be able to set my iPhone number as my iMessage sender &amp; receiver. It shows my number, but it's like blacked out where I can't choose it.. PLEASE HELP! It's about to drive my crazy!

    Is there a tick mark beside your number?
    What options you have under "Start new conversation from"?

  • Modify the ASMA without defining the Sender and Receiver Interface

    Hi All,
    I am developing a scenario where I am picking files from NFS and putting in FTP.
    For this I am using only the ID and no IR content.
    So far so good.
    But Now we have a requirement to dynamically extract the target folder names from the File name.
    e.g
    Sourc File: ABC_FN_PQR
    Folder name shouild be FN
    For this the solution would be UDF.
    But now my question is that where do i put this UDF as there is no IR at all.
    Please suggest.
    regards,
    Piyush

    Hi,
    Just ASMA setting will do the needful. Are you planning to rename your target file name. If yes then only you will require UDF.
    Update: Since your directory name will be taken from source file name then you have to use mapping for this, else it will not be possible.
    I don't know if creating a new module for this will help you solve the issue, but in that case rather creating adapter module, mapping will be easier.
    Regards,
    Sarvesh
    Edited by: Sarvesh Singh on Dec 7, 2009 3:04 PM

  • SOAP Scenario-Sender and receiver having same structure- Mapping Required?

    Hi,
    We are having a SOAP to SOAP scenario. In that the sender and receiver are having same structure. Is it possible to by-pass mapping and just do the configuration from ID
    Thanks and regards,
    Siji Anup

    Hi Siji,
    AFAIK you can skip ESR development. Check the example in this blog When and how to create an scenario in SAP PI without mapping objects.
    Regards.

  • TS2755 Me and my wife r sharing the same Apple ID, with the conversion IOS7 all of a sudden my wife can read all my sended and received iMessages! What t.f is going on? I tried all kind of things, pls help

    Gentlemen,
    Me and my wife r sharing the same Apple ID, with the conversion to IOS7 all of the sended and received iMessages on my phone comes in also on my wife's phone! Tried all kind of things, pls help
    Marco

    Are you both using the same Apple ID?
    What do you have here:
    Settings > Phone > My Number > ?

  • Sender and receiver on the same server

    Good morning!
    We plan a TDTIM for 2 different SIDs but with their Oracle DBs on the same server (NOT MCOD).
    If we use them as the sender and receiver respectively, any concern about the performance?
    Any other concerns?
    We know that TDMS within the same SID but different clients is NOT recommended.
    Our TDMS server is on a seperated box.
    Thanks for sharing your experience.

    As the hardware resources will be shared, you need to make sure -
    > the box has optimum resources to handle large data transfer volume.
    > the system and DB parameters are set correctly. There is a note to suggest these setting for high volume data transfer.
    > avoid two data intensive steps to run in parallel, for example do not run receiver deletion and data selection in parallel.

  • When use POP3 send and receive email, the outlook always popup a windows

    Hello guys,
    there is another question in Exchange 2013, when i tired to the send and receive email by using POP3, the outlook always popup a windows ,the error message is "ERR Logon Failure, Unknown user name or password ". I can fully confirm that the username
    and password is correct.
    The Exchange confguration as below,
    POP3 : 995  SSL
    SMTP : 587  TLS
    I'm very appreciate for guys help.
    Thanks
    David
    Exchange Lync Sharepoint

    Hi,
    How did you configure the POP3 account in the outlook?
    Please refer to the following article to configure it:
    Configuring POP3  Email  in Microsoft Outlook Using a Secure Connection (SSL)
    Thanks.
    Niko Cheng
    TechNet Community Support

Maybe you are looking for

  • How to download a file from application server in webdynpro

    Hi Experts,                    I am trying to download a file through Web Dynpro file download UI element..The file is stored in application server in binary format ..in my code i am reading the file in binary mode,converting Binary File into Xstring

  • HT1977 Can you transfer your iTunes account to a new computer?

    I've got a new pc and want to Sync my iPhone to it.  The problem is, I can't access my previous apps, music, playlists, etc. because they're saved on the old (out of memory) laptop. I turned on Home Share, but I only see my music, not the apps and mo

  • How to park a Asset & Vendor combination line items in tcode FV60

    Respected Members, I want to park a document which consists one line item to vendor and other line item to asset. We can use tcode F-63 but it wont give the withholding tax,so we have to use the tcode FV60 but we are not getting any field to put asse

  • Duplicate deleted items one read one unread in Outlook 2010, 2013 using Exchange 2010

    We have a user who has these devices connected to our MX server; iPhone  iPad Desktop Win 7 Pro, Outlook 2010 Laptop Win7 Pro, Outlook 2013 He will open an e-mail look at it, then delete. It then goes into the deleted items folder and duplicates as o

  • Ipad for my mom

    My mother has an old PC (runs Windows XP) and I was debating between getting her a new imac or an ipad2. I think an ipad2 is what I will get her because all she uses her computer for is email and games, the ipad2 will do that and more. The imac is re