PROBLEM IN ALE/IDOCS  USING STAND-ALONE PROGRAM AND CHANGE-POINTER.

Hi All,
  Recently i have joined a company where i have to work on ALE/IDocs , So for this i need some help, Actually i need to know the complete senerio of this, I know some configuration part but after this what i want to know is the coding part
of it.
IN STAND-ALONE PROGRAM..
  I NEED TO EXTEND AN IDOCS WITH ADDING FEW MMORE FEILDS, SO IN   
  THAT CASE WHAT ALL THE THINGS I HAVE TO DO..
IN MESSAGE CONTROL ..
   I NEED TO EXTEND AN IDOCS WITH ADDING FEW MORE FEILDS, SO IN 
   THAT CASE WHAT ALL THE THINGS I HAVE TO DO..??

Hi,
please have a look at
http://help.sap.com/saphelp_erp2005vp/helpdata/en/78/217d6851ce11d189570000e829fbbd/frameset.htm
Hope this helps.
Regards
Bernd

Similar Messages

  • Adding GIF images to a stand-alone program

    To add a GIF image to an applet one can use the "getImage" function defined in the applet class.
    How do i add an image to a stand-alone program in java when one doesn't extend the Applet class ( and so one doesn't have access
    to the "getImage" procedure)
    I have just begun with Java so please reply in simple english and not in some hard-to-understand "Javian" crap!
    Thank u

    You mean a JFrame?
    import java.awt.*;
    import javax.swing.*;
    public class JFrameImage extends JFrame {
      public JFrameImage() {
          Container c    = getContentPane();
          JPanel panel = new JPanel(){
                 public void paintComponent(Graphics g)     {
    // puts an image on the whole program as background
                      ImageIcon img = new ImageIcon("myBackground.jpg");
                      g.drawImage(img.getImage(), 0, 0, null);
                      super.paintComponent(g);
            panel.setOpaque(false);
    // puts an image on the button
          ImageIcon icon = new ImageIcon("myButton.jpg");
          JButton button = new JButton(icon);
          panel.add(button);
          c.add(panel);
      public static void main(String[] args) {
        JFrameImage frame = new JFrameImage();
    // puts your own personal image on the frame itself
          Image onFrame = Toolkit.getDefaultToolkit().getImage("myIcon.gif") ;
        frame.setIconImage(onFrame);
        frame.setSize(200,200);
    // stops the thing looking sh*tty and amateurish by putting it nearer the middle
    // of the screen, instead of the default top left hand corner
        frame.setLocation(300,200);
        frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
        frame.setVisible(true);
    }

  • Hi, i'm trying to download the Lightroom 6 stand alone version and get the following message right after a click the checkout box: "The account was registered for a different country. Please sign out and sign in using an existing account for this country.

    Hi, i'm trying to download the Lightroom 6 stand alone version and get the following message right after a click the checkout box: "The account was registered for a different country. Please sign out and sign in using an existing account for this country." I'm in Namibia and tried to change my country from Africa to USA but still the same problem. TIA

    Hi Annen,
    Please refer the following forum thread.
    Trying to purchase trial period in different email address - error message "Error in Your Order The account was registered for a different country. Please sign out and sign in using an existing account for this country. Ok"
    Regards,
    Sumit Singh

  • Stand alone program

    hi all
    plz send the code for a stand alone program for idocs
    mesg type:isu_mr_upload
    basic type:isu_mr_upload01
    process code:ismr
    reciever port:sapect
    reciver parnter no:aio
    reciver partner type:ls
    reciever type:ls
    sender port:zdump
    sender partner no:aio
    sender partner type:ls
    sender type:ls
    plz send the stand alone program.....
    its very ugent help me out..the answer will be rewarded..

    hi all
    plz send the code for a stand alone program for idocs
    mesg type:isu_mr_upload
    basic type:isu_mr_upload01
    process code:ismr
    reciever port:sapect
    reciver parnter no:aio
    reciver partner type:ls
    reciever type:ls
    sender port:zdump
    sender partner no:aio
    sender partner type:ls
    sender type:ls
    plz send the stand alone program.....
    its very ugent help me out..the answer will be rewarded..

  • Muse as a stand alone program

    Hey Adobe, where I teach the university pays for CS 6 Master Suite for all the instructors. I used Muse when it was beta and looked forward to buying it when it came out because my university doesn't plan on using the program for instruction. But YOU will only let people use it if we pay for Cloud access for ALL your programs.
    Using Muse only through Cloud, instead of also selling it as a stand alone program is just plan stupid. Makes no sense to me. Rediculous to have to pay for all the services of Cloud when I only want Muse. Get it. I have the Master Suites. I don't need Cloud. I just want Muse.
    Please release Muse as a stand alone produce just like your other programs. I'd be happy to pay for it. I loved the beta version.
    Frustrated.
    Walt Calahan

    Walter Calahan wrote:
    I'd still like the option of buying the program as a stand alone.
    That definitely won't happen.
    Muse was aways going to be subscription only and I suspect Adobe's entire software delivery will go that way sooner rather than later once they've established a viable, sustainable business model.
    http://www.adobe.com/products/muse/faq.html
    Why is Adobe Muse sold only by subscription?
    Adobe Muse is sold only by subscription because it will allow the Adobe Muse team to improve the product more quickly and be more responsive to your needs. New features will be made available when they're ready, likely to be released on a quarterly basis. This will allow us to stay on top of browser and device compatibility issues and web design trends and standards, as well as allow us to respond to feature requests and market changes in a timely fashion.
    Walter Calahan wrote:
    I see the two options for pricing, but the Adobe page continues to have a "Buy" button for a totally different price then the two listed.
    Not sure what you mean. Can you elaborate?

  • Security Exception from Java stand-alone program on Linux

    Hi All,
    I am getting the following exception while running a Java stand-alone program on Linux.
    The stand-alone program internally calls the JCE (Java Cryptography Extension) library for Encryption of data.
    Does anybody have the solution for this error?
    Is there any Security policy modification to be made for the same?
    Exception in thread "main" java.lang.ExceptionInInitializerError
    at javax.crypto.Cipher.a(Unknown Source)
    at javax.crypto.Cipher.getInstance(Unknown Source)
    at lncrypt.LnCryptBase.encryptImpl(LnCryptBase.java:122)
    at lncrypt.LnAes.encrypt(LnAes.java:78)
    at CloakingUtils.encrypt(CloakingUtils.java:69)
    at AlertsMigrationSweepUtil.updateAlerts(AlertsMigrationSweepUtil.java:203)
    at AlertsMigrationSweepUtil.main(AlertsMigrationSweepUtil.java:65)
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.e.<clinit>(Unknown Source)
    ... 7 more
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
    at javax.crypto.e.a(Unknown Source)
    at javax.crypto.e.a(Unknown Source)
    at javax.crypto.e.g(Unknown Source)
    at javax.crypto.f.run(Unknown Source)
    at java.security.AccessController.doPrivileged1(Native Method)
    at java.security.AccessController.doPrivileged(AccessController.java:351)
    ... 8 more
    Regards,
    Vilas Kulkarni

    No security modification is normally required. I can't be sure but it looks to me like the jar file containing the package javax.crypto.e has not been signed by Sun. If you are writing your own provider then you would do well to look at reply #7 of http://forum.java.sun.com/thread.jspa?threadID=5222038 .

  • AlE IDOC using Seaburger

    Hi Guys,
                 I have to give a presentation on how to handle <b>ALE IDOCS using SeaBurger Adpater</b>.
    Could you all pls give me some relevant documents on the same, as I have never worked with Seaburger adapter before.
    Regards,
    Ashish

    Ashish,
    SAP provides adapters for standard purposes. But there can be needs when you need adapters for specific applications.
    SeeBurger is one such organization that develops custom adapters that can be plugged into the XI's adapter framework . SeeBurger Provides the EDI adapter to allows XI to Integrate with applications that need data in EDI format.
    There is another option and that is to use the Conversion Agent to convert the XML to EDI data format. But, again Conversion Agrent provided by itemfield does not support all EDI formats.
    Remember both of these options come with their own licensing overheads and in the end the choice alwys is made by the client on the basis of the deal he is getting with these organizations!
    ><i>, where are SEEBURGER adapters used?? for which systems?</i>
    Like I mentioned in my previous reply,they are used to convert XML into EDI format so that partner systems can process the data.
    After you install your SeeBurger EDI adapter into XI 's adapter framework , you should be able to see the same in the list of adapters in the Integration Directory
    For conversion agent, this link would help,
    http://help.sap.com/saphelp_nw04/helpdata/en/43/4c38c4cf105f85e10000000a1553f6/content.htm
    Regards,
    Bhavesh

  • Stand-alone media and domain joining

    Hello,
    please help to identify a problem, I have used stand-alone media to migrate one computer from XP to 7, all good except joining to domain, computers saved its name but instead of domain computer is in workgroup named as domain netbios name, I have checked
    smsts log, I did not find any "djoin" records, what can be a reason? This TS works good without stand-alone media, also in the TS a I have checked connection to domain with specified account for joining to domain. 
    SCCM 2012 R2.

    I have found a lot of similar entries:
    05/07/2014 17:47:12:916 NetpValidateName: name 'domain.com' is valid for type 3
    05/07/2014 17:47:12:916 NetUseAdd to \\ADC01.domain.com\IPC$ returned 1909
    05/07/2014 17:47:12:916 NetpJoinDomain: status of connecting to dc '\\ADC01.domain.com': 0x775
    05/07/2014 17:47:12:916 NetpJoinDomainOnDs: Function exits with status of: 0x775
    05/07/2014 17:47:12:916 NetpDoDomainJoin: status: 0x775
    ad account which is used for joining is not locked and tested for accessing to OU.

  • What are the steps to make it seamless for a customer to use the install program and then use the installed program?

    I wrote an install program (.exe) that is downloaded from a website.  When run, it 1) leads a customer to browse to a directory, and 2) copies files (.exe, .dll, etc.) from a website to that directory.  When I run, the installed program works.
    What are the steps to make it seamless for a customer to use the install program and then use the installed program? 
    bhs67

    This site https://msdn.microsoft.com/en-us/library/vstudio/2kt85ked%28v=vs.110%29.aspx provides a basic description of the Visual Studio Windows Installer. 
    Near the bottom of the page is "You can unlock all the features of InstallShield by paying to upgrade to the full version of InstallShield."  Where do I find info that describes the differences between the "free" and the "full"
    versions?
    bhs67
    Hello,
    The default feature does support the task for your requirement, so there is no need to pay for the other features unless you want to use some feature which is not free.
    In addition, as this thread
    InstallShield LE not available with VS 2012 RTM? shared, even through there is a link to InstallShield LE in the New Project dialog under Deployment solutions, but it belongs to third-party that I would recommend you consider posting this issue
    at the following forum to get supports about InstallShield.
    http://community.flexerasoftware.com/forumdisplay.php?133-InstallShield
    Regards.
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Using Terminal to program and test java.

    I bought a book on java and it says I should not use a JDK when first learning java.
    Right or wrong I would like to know how to use terminal to program and compile simple scripts.
    So my question is:
    How do you go about setting up the computer to use terminal to write and compile a java program?
    I know that’s pretty big question. I just need a link to some info on how to get started using terminal and java.
    If I use a text editor how do I set up a path to it using javac?
    Where can I find or link to this kind of info?

    David Bixler wrote:
    I bought a book on java and it says I should not use a JDK when first learning java.
    I think they mean IDE, considering that Java is the JDK. And I agree with that idea, not just for Java, but for any language.
    How do you go about setting up the computer to use terminal to write and compile a java program?
    There isn't anything to setup. Just run Terminal and type "vi hello.java" or "nano hello.java". To compile, type "javac hello.java".
    I know that’s pretty big question. I just need a link to some info on how to get started using terminal and java.
    That is not necessarily a big question, just fundamental. Try Google. It becomes second nature after a couple of decades so I don't really know where to tell you to look. People do tend to have a big list of links, hopefully they can contribute some.
    If I use a text editor how do I set up a path to it using javac?
    It should already be in your path.
    Where can I find or link to this kind of info?
    Try Google. People like it. You should find many pages similar to this.

  • I have a disc of Creative Cloud 6. Acrobat Pro does not work. I have used the other programs and they are fine, but when I try to open Acrobat Pro nothing happens. I am using Microsoft System 7.

    I have a disc of Creative Cloud 6. Acrobat Pro does not work. I have used the other programs and they are fine, but when I try to open Acrobat Pro nothing happens. I am using Microsoft System 7.

    what's creative cloud 6?  do you mean cs6?
    what version of acrobat pro do you have installed and what are you clicking to start it?

  • How to trigger an Idoc from Sales order creation and change

    We are trying to trigger Idoc from sales order creation and change we have done following setting mentioned below:
    Follow the below steps:
    1. Go to NACE transaction
    2. Select V1 application and select OUTPUT TYPES
    3. Select the required output type and double click on Processing routines.
    4. Enter Medium as DISTRIBUTION ALE, Program as RSNASTED and Routine as ALE_PROCESSING.
    5. Save it.
    message type ORDERSP in the distribution model (BD64).
    Follow the below steps to configure the condition records:
    1. Go to NACE
    2. Select V1 application and select CONDITION RECORDS
    3. Select the requred output type and click on Condition records
    4. Selection screen will be displayed.
    5. Go for execution. In that screen enter the selection criteria. For eg Condition record is based on Sales document type. Then
    Sales doc type = OR
    Funt = SP
    Partner = blank. It means there is no restriction on partner numbers.
    Medium = A
    date/time = 4
    Lan = EN.
    Note: partner is left blank means, the sales order of type OR can be send to all partners.
    6. Save it.
    We also done ALE configuration.
    We are facing problem that from VA02 "No output has been selected for printing Message no. V1102"
    Kindly suggest the solution.
    Regards,
    Sharad Dixit

    Hi ,
    Please check the total error description and diagnosis as below :
    InVa02 enter SO  go to extras->output->Header->edit.You can find a table with all the triggered output types. Choose the output type BA00 with medium Distribution ALE and go for 'Processing log'. It will show you the error description.
    Please paste the diagnosis .
    Thanks and Regards,
    P.Bharadwaj

  • Generating an IDOC for Message type PROJECT in Change pointer?

    Hi,
    I am trying to generate an IDOC. for the Message Type PROJECT(Actually this msg. type PROJECT is for BAPI method) in CHANGE POINTERS but it is possible Error is coming, is there any other method to use the message type in change pointer technic.
    Thanks,
    Vinayak,
    Message was edited by: vinayaga sundaram

    Hi Vinay,
    Had a similar requirement few days back..
    What we did was to do a multimapping of 1:N where N = N1 and N2, N1 is the Idocs which you are doing today, N2 is the set of invalid records...
    Now we have written this as a file and then created another interface which will pick the file and based on the name of file we decided the To address. We have used mail package and this interface (file to mail ) was made as a generic one so that it can be used across many interfaces...
    filename and To address relationship was maintained as a value mapping in ID... You can have a thought of this approach and try to send the invalid records as a mail rather than alert.
    Regards
    Suraj

  • I allowed PC Update Support  to take over my computer. When they were off I checked them out and    discovered they were most likely scammers.  I ran my antivirus program and changed password but should I be concerned about installed malware?

    I allowed PC Update Support to take over my computer (long story) When they were done I checked them out and discovered they were most likely scammers. I ran my antivirus program and changed passwords. Should I be concerned that they may have installed malware?

    If you are sure they were scammers the only way to be 100% sure they left nothing behind is to wipe your system disk, do a clean install and restore from a backup you are sure was made before the scammers got onto you system.
    There is no other way to be sure that thye did not leave somehting behind. In addition if you have used any credit card numbers while on the system, back account (or any other) passwords, tax returns, etc. You need to be alert fo IIdentity Theft | Consumer Information. It may be a good idea to place a fraud alert with one of the credit reporting agencies (the link above will detail what to do)
    And of course change the passwords right away.
    good luck
    Message was edited by: Frank Caggiano - This assumes you are in the States. Different procedures may apply in other countries.

  • Using stand alone executables to send data to the parallel port

    I have a executable that uses the parallel port to activate an alarm. The program works well on the base machine which is running windows XP. However when I try to run the stand alone executable on a windows NT machine there is nothing sent to the parallel port. I have updated the Cvirt file on all machines. I don't get any error messages when running the stand alone executable.

    I have the same situation using parallel port to control a hot swap PCI extender card and no error showed.  I can turn on/off and read correct voltages from the card in base machine.  After creating executables, I can turn on/off the card, but got wrong voltages in target machine.
    I've installed AccessHW in both machines and copied AccessHW.dll and cvirte.dll to system32 folder and the folder same with executables.  I also tried installer with port support and serial support checked. 
    Windows XP is in both machines and LV 7 in base machine.  I use "Output Byte to Port.vi" and "Input Byte from Port.vi" in AccessHW lib.
    One thing I observe is initiation.  The card manufacturer provides a program with same functions.  After running their program, the voltage readings from the executables become correct.  The readings remain good after closing their program.  I close the executables and run the executables again and still see good results unless restarting the target machine.
    Any solution for the problem? Thanks in advance!

Maybe you are looking for

  • Touchsmart IQ 790.uk - screen problems

    Starting today, on start up, the monitor on bootup displays only a light green screen / white horizontal gradiented lines. The graphics card in the PC died a few months ago, and I've been operating on the motherboard's VGA ever since. I want to deter

  • Ipod mini skipping songs....very upset

    my ipod mini is skipping songs. the songs it is skipping are songs from cd's. i have tried restting it and restoring it. i am getting very upset with the whole ipod deal and am ready to throw it out the window. this is not the first problem i've had.

  • IMessage for iPad

    My iPad doesn't have imessage. At least I can't find it. Where can I go to find it? If I don't have it, can I download it? I can't see it in the app store.

  • Adobe Flash Player 10.3 Cannot Be Installed

    Whenever I try to watch BBC MotoGP or Formula 1 either LIVE or on iPlayer they refuse me till I install the latest Flash Player. But Flash says this when I try to install: Adobe Flash Player 10.3 Cannot Be Installed Devices with Power PC processors a

  • How to make Firefox not look like Chrome?

    Is there anyway to make Firefox 29 go back to the old layout? I chose to use Firefox because I loved the layout of the UI and it didn't look like Chrome. In this new update I may as well just switch because they look almost identical. This is really