BDC executed twice in one program for a same Transaction

Hi Experts,
I have a program where two BDC sessions are recorded in two BDCDATA's for transaction MF50.
So there are two call transaction 'MF50' in a same program.
My problem is the 2nd BDC phase seems override the 1st part BDC. The 1st call transaction does't work.
Anybody have seen this before? how to solve it?
Thanks a lot.
Legend Lee.

Hi,
Refer:-
" 1st BDC code lines (appending BDCDATA)
CALL TRANSACTION <t-code> USING bdcdata.
REFRESH bdcdata.
CLEAR bdcdata.
" 2nd BDC code lines (appending BDCDATA)
CALL TRANSACTION <t-code> USING bdcdata.
Hope this helps you.
Regards,
Tarun

Similar Messages

  • What is the best All in One program for picture and video editing?

    Hello i am new to photoshop and would like to really make some fantastic photos and video for my family and friends. I want to add effects to video and Edit photos to the 10th degree. Can someone please recommend an Adobe program. Should i get CS4 extended should i get master suite? Also where can i watch Video Tutorials that start from the basic and lead to the complex. Thanks in advance

    What is the best All in One program for picture and video editing?
    There is no such thing. If there were, nobody would bother writing different applications. If you are primarily focused on still image editing and video, Adobe Production Premium is the way to go. You can find any number of tutorials just by searching Google and many good ones are linked from the Adobe help systems as well.
    Mylenium

  • HT204053 i am having iphone3gs and ipod4s, is it possible the application that i have purchased in my iphone can be available in my i pod by doing payment only one time for the same application in my i phone...if yes,plz let me know hw it is possible

    i am having iphone3gs and ipod4s, is it possible the application that i have purchased in my iphone can be available in my i pod by doing payment only one time for the same application in my i phone...if yes,plz let me know hw it is possible..

    Open the App Store on your device.
    Make sure you are signed in with the same account used for the original purchase.
    Tap on Purchased from the bottom navigation bar.
    On iPhone or iPod touch, tap Updates from the bottom navigation bar, then tap Purchased.
    Locate the app in your Purchased tab.
    Tap the download button (cloud symbol)
    See also: http://support.apple.com/kb/HT2519?viewlocale=en_US&locale=en_US

  • One program for pc and mac with different imports

    I am trying to port my Java program from the PC to the MAC. I would like to have one program that works on both, the PC and the MAC. So I am using the
    if (System.getProperty("mrj.version") == null) //PC
    else //MAC
    condition to see if I am on the PC or MAC for making sure that the About menu is at the Help menu on top of the application window (PC) or at the Program menu on top of the screen (MAC) and the Control key (PC) or Command key (MAC) is used.
    However, the Mac also uses additional imports, such as
    import com.apple.laf.*;
    import com.apple.mrj.*;
    import com.apple.eawt.*;
    I cannot make an if statement before the imports. How can I make sure that the imports are only used on the MAC?
    Thanks for your time!

    >
    ..my program has a GUI...>Cool. OK - if you have not tried applications launched by JWS (Java Web Start) it is usually handy to get a feel for how they work for the end user. The biggest difference is between sandboxed applications, and ones that request extended permissions in the form of either j2ee-application-client-permissions or all-permissions. The first removes the warning banner from the bottom of windows, and adds a few other allowable actions, while the latter is, as it implies - all permissions.
    Examples of all-permissions/sandboxed can be seen in this [demo of the JNLP fileservice|http://pscode.org/jws/api.html#fs].
    >
    .. It is a computer graphics program, and it has a Tools palette where you can specify what and how you want to draw or select or move, and it has a Measurements palette, where you can use numbers for your drawing.>Does it offer to export the resulting graphics (e.g. save them to disk)? Does the program load graphic objects from disk? The reason I pointed to a demo of the differences between sand boxed and trusted apps., is because if the app. wants to 'access the local disks' it will either need to request all-permissions or as demonstrated in the example, use the [JNLP API|http://java.sun.com/javase/6/docs/jre/api/javaws/jnlp/index.html] (a group of classes only available to apps. launched by webstart) to do common things like access disks or printer, or take control of downloads...
    If you click the [Launch File Service (sandboxed) demo|http://pscode.org/jws/filetest-sandbox.jnlp] link, you can see what the experience would be like for the end user if the app. were converted to use the JNLP API for file I/O and was delivered entirely sandboxed.
    Of course, if your app. could work entirely sand boxed, like an applet - no code signing or extra permissions would be necessary, but that is uncommon for a desktop application.
    >
    So could you please give me some explanation or reference how to do launching it using webstart, and putting the mac specific resources into a resource section flagged for the Mac? >Launching an app. via webstart is not entirely 'simple', especially if you are new to it. OTOH it is well worth the effort - for the sake of the end user.
    The very basics of webstart is that you create a JNLP file to launch the app., I guess it is similar to the Mac .plist (or whatever they are) that you are discussing in another thread. Java JNLP files are a form of XML. Here is an example of what one might look like for an app. that provides different resources to different OS.
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0"
          codebase="http://ananya.com/lib"
          href="ananyacurves.jnlp">
      <information>
        <title>Ananya Curves</title>
        <vendor>Ananya Systems</vendor>
        <description>Ananya Curves - Computer Graphics</description>
        <offline-allowed/>
        <shortcut online="false">
          <desktop/>
          <menu submenu="AnanyaSystems"/>
        </shortcut>
      </information>
      <security>
           <all-permissions />
      </security>
        <resources>
          <j2se version="1.6+" />
          <jar href="AnanyaCurves.jar" main='true' />
        </resources>
        <!-- This is it! Supply the mac specific classes ONLY to Macintosh OS. -->
        <resources os='Mac'>
          <jar href="mac-specific.jar" />
        </resources>
      <application-desc />
    </jnlp>
    >
    ..Well, I am a complete beginner at this.>It can be a steep learning curve to first use JWS successfully, but it is well worth it.
    There is a good [overview of webstart|http://java.sun.com/developer/technicalArticles/Programming/jnlp/], but I also find it handy to keep the documentation on the [JNLP file syntax|http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/syntax.html] nearby.
    Unfortunately many IDEs (and people) are not that competent at writing JNLP files, so I provide a JNLP XSD and [YAX-V|http://pscode.org/xml/xmltools.html#yaxv] to validate them.

  • Execute more than one thing at the same time.

    Hey why every time i want to execute more than one thing(create tables) at the same time
    it say "ORA-00911: invalid character" , i dont wanna execute one thing at a time. check the pic please
    http://img370.imageshack.us/img370/5120/oraclesw5.jpg
    but in my school i use something called isqlplus and i can execute all the things i want at the same time with-out any error.
    im using right-know
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production

    1) Unless you are using something like DBMS_JOB, SQL*Plus, iSQL*Plus, the Oracle XE web-based front-end, or any other application is going to execute one SQL statement at a time.
    2) There is a dedicated XE forum-- the folks over there might know how to run a script using this particular front-end.
    3) Assuming the XE database is on your local system, you should be able to log in via SQL*Plus and use that utility to run your scripts.
    Justin

  • Can there be more than one port for the same logical system

    Can we have more than one TRFC port for tranferring data from one logical system to another?
    The requirement is to transfer same basic idoc type from one logical system to another through two different ports. Is it possible?
    For eg. some specific data (country specific) for the same basic idoc type can be sent through a separate port and the other data through a different port inorder to distinguish between the two.

    Hi Shital,
    I don't think so. Because of that what i told you. There would be a dirty trick (back routing) to solve your issue. But its quite difficult and not standard. You create two http receiver services  and two http sender services. You route your message depending on payload to the one or the other http receiver channel. The receiver is in both cases: THE XI! Now you have a second message, which you  can route to IDoc adapter. But in this case you have different sender and in the receiver determination you can put the sender, so you will be able to use different communication channnels and so different ports / destinations.
    Advantage: Your task would run, no performance problem (http: very good, asynchron)
    Handicap: You see every message double in the monitoring, the scenario is not easy to understand and it is a big task 4 other people to change it.
    Regards,
    Udo

  • Sourcing: Creating more than one PO for the same BID

    Hello,
    We are using the sourcing functionality in SRM 5.0 (classic escenario).
    On the basis of an acepted bid, we generate a Purchase Order in the R/3 Backend system.
    We noticed that in the standard, SRM lets us create for the same position of the bid, another Backend PO, without warning or error.
    We would like to manipulate this escenario in such a way that this PO repitition of the same Bid position is not possible.
    Anyone already found a way around this problem? May be we need to activate an error message?
    Thanks for any reply.
    Aart

    I agree that
    SRM lets us create for the same position of the bid, another Backend PO
    but it does give warning that I have seen.
    would recommed to work with yr ABAP team to see whether you can convert this message to type "Error".
    one more suggestion is for ..... PO_NEW badi
    hope you would have implementation of this exit.
    then you can check whether for current BO BUS2200 whether ECC PO is already created
    if yes
    then do not create again
    BR
    Dinesh

  • Users have more than one profile for the same role

    Hello,
    As I said in my earlier post I'm rather new to SAP.
    I'm doing now the security audit of my SAP system. In particular, I'm checking whether business users have access to DEBUG functionality.
    I have run report 'Users by complex selection criteria' and found certain number of such users. Then I looked further and discover that all these users have role X assigned to them. The profile P2 of the role X displayed in PFCG has DEBUG functionality deactivated. After second look I discovered that all these users have earlier profile P1 for the same role X assigned to these users. This profile P1 contains the functionality in question.
    I solved the issue by revoking the role X from the users and assigning it again. Both P1 and P2 profiles were removed from the users and only P2 was reassigned again.
    I used to think that role may have only the profile that is displayed in PFCG? Also, I used to think that if the role profie is regenerated the newly generated profile automatically replace the old one assigned to users. Am I wrong?

    Hi Pavel
    In simple and short ..
    Role contains authorization objects..
    Maximum limit of authorization objects for a role is 150 .
    So a role can accommodate 150 authorization objects.
    New Profile ABC is created , when ever you create a new role. 1-1 relation.
    But if a role has more than 150 authorization objects .. then automatically a new profile ABC01 will be created and it will also be aligned to that role .
    if role has 400 auth objects, then profiles will be ABC ,ABC01 ,and ABC02
    i hope this helps you
    Cheers
    Pavan M

  • More than one location for the same library?

    My library is on an external drive which is almost full. Is it possible to just extend and continue the same library to additional drives? How do I specify multiple locations for the same library?

    To add to Roddy's post I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process and move it to another location on your HD until you're satisfied the separation process is completed and what you want.
    This lets me edit several sites and only republish the one I want.
    OT

  • Time Machine Backups.backupdb folder more than one directory for the same machine

    Hi I am trouble shooting a Time Machine issue for somebody. They have multiple backup directories for the same machince in the Backups.backupdb folder. This causing the directory that is being used to have a restricted amount of space to use, therefore the backup timeline is only lasting for one month where oldest backups are being deleted. On top of this I notice that the options to delete individual backups or all of them is not available. I read that this can happen where there is duplication in backups.
    Any suggestions in how to remove backups that are redundant and select the correct one to keep appreciated. And...suggestions on why this may have happpened. One reason could be that when the Mac was originaly bought, two portable iomega drive were purchaed one to use at a main residence and the other at a country home. Each disk may have been used at different times for Time Machine.

    Start with Pondini's TM FAQs.

  • PSE 10 one program for two computers

    Hello; my question is, it possible to use my PSE 10 that is installed on my PC and use it on my laptop via a home network ? downloading the program onto my PC is not an option. I once had it installed I had to replace my drive thus using the two allowed installs by adobe. I contacted adobe about another licence, they were not much help, they only wanted to sell me another program. thanks for any info on this matter. Paolo

    You can certainly install PSE on two computers. If you have used both your activations and you no longer have one of the computers to deactivate it so you can reinstall on a new one, you will need to contact activation support:
    http://www.adobe.com/products/activation/
    You can often start a chat session right in that window and get things resolved right away.

  • Program for Automatic Payment Transaction

    Hi All,
    I'm trying to generate the spool for APP through F110 transaction.
    The program I configured is the standard program <b>RFFOEDI1</b> in the Printout/Data Medium tab.
    I'm sure that along with the above program, the program RFFOUS_C will also generate Remittance Advice.
    Currently I'm unable to generate the spool with any of the programs.
    To test it further, I did a proposal and executed both the programs <b>RFFOEDI1 & RFFOUS_C</b>. Then, I gave the Run Date and ID and gave the respective data.
    But, when I run it, it just comes up with a message "No Records Selected".
    I'm not able to analyze what the problem is. <b>There are lots of Open Items.</b>
    Pls suggest.
    Regards,
    Arun

    Hi,
    Please check in the path IMG-Financial Accounting-Accounts Rcble& Accounts Pyble-Business Transactions-Outgoing Payments-Automatic Outgoing Payments-Payment Media-Make Settings for Payment Medium Formats from Payment Medium Workbench-Adjust Note to Payee
    Regards,
    Kiron Kumar T.

  • Standard programs for deletion of transaction data over BAPIs

    Hello Experts,
    What are the pros and cons of using SAP standard programs like /sapapo/rlcdelete etc. over the SAP provided BAPIs (e.g. BAPI_PIRSRVAPS_DELMULTI in case of PIRs). What would be called as best approach when run in regular background jobs for a large number of SKUs.

    Hi Ankit,
    As per me it should be performed by the using report if it is there like /SAPAPO/RLCDELETE as it is standard program and tested program provided by SAP. BAPI may create preformance issue.
    Regards,
    R.Brahmankar

  • Workflow sending 20 email notifications every one hour for the same event

    Hi Experts,
    We had an issue on a clientu2019s prod system that the workflow triggered the same event 20 times in one hour. Later, a client has resolved the issue by removing the information from the workflow administration and reentering it back again. The workflow administration contains email settings, web settings, workflow roles, and active workflow maintenance. Although, the issue has been resolved but a client still needs to know how that happened. I would like to get some helpful opinions on how this happened because I am very new to the workflow. I would really appreciate your opinions.
    Thank you
    Don P.

    Hi Sue,
    Thank you for your response. I am not sure if the event has been triggered erroneously. The client told us that it didn't happen in the dev system when he tested it, but it only happen in the prod system. This project went live a little bit over a year ago without any issues, but it just happened the first on 6/22.
    The event is about to notify the user to review a new incident report (EHS), and it's same event id for all 20 email notifications. We will a client to look into their system about how this event raised?, what does the event log reveal? and if he uses the event queue. Again, thanks for your response.
    -Don P.

  • More than one contract for the same contract account

    Hello experts,
    As you know, the same contract account could has more than one utility contract.
    I want - by customizing - prevent users from creating new move in ( new utility contract ) for a contract account that has a contract.
    I don't want to do this functionality by user exits. Do you know how can I do this by customizing ( spro )?
    I am appreciating any help.
    Thanks...
    Hussam.

    This depends on which transaction you are using for move-in.  The only control you can have on this is by configuring your Master Data Template to always use a New Contract Account being created during move-in.  If you are using CRM front end for doing move-in, you could by default check the option for create new contract account and lock that field from being edited.

Maybe you are looking for

  • Group Messaging on Rogers?

    I have an iPhone 4S on Rogers in Canada with the latest software update. I've seen online this Group Messaging option for SMS/MMS so that you can have group convos over text with people who don't have iPhones but that option is not available on my ph

  • In the 20.0.1 update, I noticed when you accidentally close your window your browsing it automatically closes your downloads. Can I bypass this?

    In the 20.0.1 update, I noticed when you accidentally close your window your browsing it automatically closes your downloads. Previous versions when you close your window and reopen Firefox your downloads are unaffected until your downloads are finis

  • F4v to FCPX

    Ok, I'm new here, and I HAVE searched for the answer prior to posting this, but none of the answers were even close to working. Now, that being said, I would gladly read any links to previous discussions that I may have missed! My question is: how ca

  • Power Point Presentations on ALE

    Can anyone provide me the sources of getting Power Point Presentations on ALE?? Thanks in advance. srinivas.

  • Conversion error...502 movement type.

    We have a procedure where we perform 502 movement type for scrap in an business scenario. It can be done in two ways--1) MB1C-502 movement                                                   2) MIGO---Goods issue -others--502 movemnt type. What is happ