QM-IDI Interface Manual Charecterstics transfer to Sub-Subsystem

Hi
We have an issue with QM-IDI Interface .We are using std RFC QIRF_SEND_REQUIRMENTS_GET_DAT2 and its extracting the insp.lot and its charecterstics correctly.
We facing problem only in case of manual Charecterstics transfer.
I.e.Soemtimes user will directlty(manually) add the new charecterstics( Table QAMV)  in the Insp.lot Record results. But when we call the RFC only the std. charterstics are got transferred( means..those which are created automatically) and is exclusing the charecterstics that are created manually.
When we debug the RFC i found that these charecterstics are filled up in the function module 'QICD_QAIMV_TABLE_FILL'. Here in this its excluding the charectertics which has status '2'( processed).
when ever i add a new charecterstic in QA02 the Result Record  satus( filed STATUSR)  of the charecterstic is already set to 2( Processed) and this field is greyed out.If its '1'(Must be transferrred) then the RFC is picking up this charecterstics as well.
Can anybody have any idea about why the status is coming as '2' for the manual charecterstics(upon adding itself), and if its any config can anyboidy advise where to change it.
My requirement is that i need to transfer these mnaully added charecterstics also to the sub-system through the RFC.
Thanks a lot for your help and time.

Hi,
I am  also having the requirement of QM-IDI, i have created an sub system and attached  to a work center and created a task list for a material. Will be please give me a detail screen sort of step by step using our function module , how to proceed further. ( My requirement is to interface spectrometer with SAP-QM, Now my basic issue is that where will the spectrometer results stored in the external system, how our RFC functional module will find the exact location of the data in the external system,)
Kindly guide me this is very urgent.
Selvam

Similar Messages

  • Open Interface manual for HRMS

    Hi,
    Where can I get open interface manual for oracle HRMS.
    Regards,
    Soham

    Soham,
    Can you be more specific in what you want. Oracle HRMS supports a very broad, diverse range of data that can very significantly from one customer to another. There are seeded interfaces in HRMS along with extract tools and supported APIs. See the following for a starting point:
    Note: 368845.1 - Oracle Generic Third Party Payroll Backfeed and bfexampl.xls
    Note: 228527.1 - Web ADI for Oracle HRMS Implementation and Configuration
    Note: 358187.1 - Integration Guide for Oracle Human Resources Release 11i and Ceridian Source 500
    Note: 358184.1 - Integration Guide for Oracle Human Resources Release 11i and ADP
    Note: 216838.1 - Oracle HRMS Product Family Publicly Callable Business Process APIs (A Reference Consolidation)
    Note: 226744.1 - Cash Management Payroll Integration Release 11i
    Note: 367395.1 - System Extract Focus Area
    Note: 227537.1 - Windstar International Tax Navigator Interface Version 12
    Note: 227482.1 - Payment of Child Support Through Electronic Funds Transfer (EFT)
    Release 11.03 & 11i
    Regards,
    Greg

  • ABC indicator transfer to sub equipments

    Hello,
    We use Superior and Sub equipments and we have different ABC indicators for both. However when I change ABC indicator for superior equipment, same gets transferred to sub equipments
    Is there a way I can stop this....I do not want data transfer to sub equipment
    Thanks,
    Sri

    Hello,
    When you assign any equipment as sub-equipment in IE02 please Unmarked the check box Sub-Eq In structure Tab
    (Indicator showing sub-pieces of equipment exist
    Indicator showing that sub-pieces of equipment are allocated to this piece of equipment
    Regards,
    Rakesh

  • Is there a command line interface manual?

    Is there a command line interface manual?

    Is there a command line interface manual for applications such as iTunes?

  • I have created a slide show for a funeral buts it is taking too long to transfer to sub (like 24 hrs  ). Is this normal or should I be doing this another way ?

    I have created a slide show for a funeral buts it is taking too long to transfer to sub (like 24 hrs  ). Is this normal or should I be doing this another way ?

    Not the only one. Though I have not retryed my installation. Here is what happen to me and please verify if you had the same (sounds like it).
    1. Installed 10.8.4 on top of 10.8.3 and install went fine.
    2. I have installed a Niffy Drive (though no SD in it) ... but did not realize potential problem you suggest.
    3. its a MBPr
    4. Boot took for every (it 40 seconds from after I logedin to system screen on 10.8.3) but after (ie on 10.8.4) took forever 10-15 minutes with a cursor in the upper left on a white/gray screen.
    5. I reinstalled to 10.8.3 and all works as before
    6. But sounds like after removing niffy dirve I should reinstall??? Ie the problem I described was the same as yours.

  • Help - Manual Podcast transfer doesn't work

    New owner of a Macbook Pro and iPod Nano, so sorry if this question is easy.
    I set Podcast transfer to Manual, but when I drag podcasts onto the iPod, sometimes, nothing happens. Other times, I can transfer 1 or 2 podcasts, but that is it. I am getting close to being full (within 200-300MB), but should still have room for more short podcasts. I wonder if I haven't set up the Manual Transfer settings correctly.
    I have the Summary tab setting to Manual, and the Podcast tab settings are unchecked from Synch. Is there anything else necessary? Any idea why the Podcasts won't transfer?
    Thanks,
    Colin

    Try enabling disk mode.

  • Manual photo transfer Windows 7

    I manage photos manually on Windows 7 PC (64 bit Home Premium) and would like to do the same as far as is possible with my iPad (32GB wifi+3G).
    I'm experiencing two problems:
    When I try to drag and drop photos into iTunes I get the following error message: "filename.jpg" was not copied...because it cannot be displayed on this iPad". The problem affects multiple formats and file sizes. I get the same error when I try to drag photos onto my iPhone.
    I cannot access the iPad photos folder from Windows Explorer unless I change the iPad driver in device manager to 'MTP USB Driver' in which case it is not recognized in iTunes. This problem does not affect my iPhone.
    Any suggested solutions would be greatly appreciated. Thanks.

    Do you have the ipad syncing with photo's via a photo folder on your windows machine? If so, you should add the photos to the sync folder and the photos will be on the ipad after the next sync.
    Itunes can point to one sync folder with sub-folders that will become albums on the ipad.

  • QM-IDI INTERFACE

    Hi all,
    while going through QM IDI Documentation, I came across QM Subsystem & External systems. what is the difference between external system and QM subsystem ? Also what is the purpose of QM SUBSYSTEM ? I have already gone through QM IDI Documentation, but I am unable to understand use of subsystem. can anybody will explain me same with example ?
    Thanks in advance.
    Anirudha

    The difference is how SAP communicates with the system.  The external systems are usually accessed via RFC's, (remote function calls) and actively send a message to the external system with data. 
    The subsystems have to query SAP are designed to usually have a batch job on the subsystem that runs every 10 or15 minutes to query the SAP system and looks for entries in the QIWL table.  When valid entries are found, the subsystem downloads the necessary info and when done, uploads the data.  SAP is very passive in this.  The subsystem has programs that are written according to SAP guidelines and uses specific BAPI's provided by SAP to interact with SAP.
    An External system using RFC's uses compiled programs written by the client, (or maybe a vendor of a product), that uses the RFC''s to communicate with SAP. The programs reside in SAP.  The RFC's are similar to the BAPI's in that SAP has provided them and you need to adhere to how they are supposed to be used.  For RFC's your Basis team has to basically define a "gateway" for these RFC's messages to be transferred back and forth through. 
    You subsystems are primarily things like LIMS where the vendor has supplied most of the functionality required.
    I haven't had to set up an RFC process personally but I believe it is used more for home grown integration requirements where for instance you want to develop a means to exchange results directly from a lab instrument like a GC or LC.  You would write programs on both ends to exchange this data between the GC and SAP using the RFC's.  Then you place all the GC tests in one inspection plan operation and then these tests would be downloaded to the GC and the GC could upload the results directly without the use of a LIMS sitting between them.  You might find some vendors have done this and can provide example programs already for you to use or that you can use as a starting point in your development.
    I hope this helps.
    FF

  • Manual data transfer program - RHMOVE30

    Why Plan version changes from active to never use, when we do manual data transfers(RHMOVE30) for OM objects.

    Hi,
    plan version doesn't change. There are still the objects in active planvariant. .: is only used by the report to export and import the objects. You don't have to carry about.
    Regards
    Gabriel

  • Manual file transfer of podcast files unavailable?

    Is it me, or is it impossible to manually add podcast files on to my iPhone. Not only on podcasts, but on other music on my little Nano, I have been able to drag and drop files, and now I can only use sync mode?? Am I missing something?

    You may want to use something like the XMODEM protocol. 
    I believe you can find a version of XMODEM that can be used with an NI-VISA session located here on the OpenG forums.
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Help with transfer of sub account to new account

    Until recently I have lived with my parents and have had a long standing e mail address with btinternet which is also my bt id. I have now moved into my own place and have bt infinity broadband I would like to transfer this over to be my main e mail account on my bt broadband account. I saw a recent post about this and was wondering if some one would be able to help please!
    Solved!
    Go to Solution.

    Hi Johboy1985
    Send us an email using the contact the mods link in my profile. I can help get this transfer actioned for you.
    Thanks
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • "Clean" install-- manual info transfer vs. Migration Assistant

    Hi,
    I did a 'clean' install of SL from Leo recently. I wiped the hard drive using the SL disc's Disk Utility, then installed the new OS. It does seem faster (I previously did the normal upgrade and install). However, there are some problems, including the fact that iWork looks really strange, with all text looking light cyan-- if it even shows up at all.
    After installing, I did use Migration Assistant to move my home folder and all its settings, and then I manually reinstalled all my software. Is this likely to re-install many of the same bugs that I was hoping to get rid of with the clean installation? And in that case, is it better to manually move my files/directories rather than bringing my home folder through Migration Assistant?
    Bottom line: get rid of the strange bugs such as in iWork, and further reduce clutter on the hard drive (although I did seem to free up 10GB of space already).
    Nate

    nateeanes wrote:
    I did a 'clean' install of SL from Leo recently. However, there are some problems, including the fact that iWork looks really strange, with all text looking light cyan-- if it even shows up at all.
    Be sure you drive is not overly full. Rule of thumb would be over 85%. What size is your drive and what is the available space? (Tip- click on your hard drive and command-i (Get Info)
    Create a new User go to System Preferences >> Accounts >> "+" (make it an admin acct) and test the apps in this new account, if they work the problem is isolated to your User and not systemwide.
    nateeanes wrote:
    After installing, I did use Migration Assistant to move my home folder and all its settings, and then I manually reinstalled all my software. Is this likely to re-install many of the same bugs that I was hoping to get rid of with the clean installation?
    No but porting over your settings/preferences would do that.
    nateeanes wrote:
    And in that case, is it better to manually move my files/directories rather than bringing my home folder through Migration Assistant?
    As I said, it depends what you ask Migration Manager to migrate. If you wish to hand migrate here is a user tip that may help.
    http://discussions.apple.com/message.jspa?messageID=6185507
    nateeanes wrote:
    Bottom line: get rid of the strange bugs such as in iWork, and further reduce clutter on the hard drive (although I did seem to free up 10GB of space already).
    If you installed language translations try Monolingual
    Also, you can delete all of your /Library/Printers/except the one(s) you use.
    My advice, if you find the corruption to be systemwide (I know , groan...) would be to do another clean install and do a optional install without language translations. Then port over your apps and data but leave the settings and prefs behind. You just need to reenter them.
    -mj

  • Seraching IDOC to transfer longtexts from subsystem

    Hi,
    I am searching for a standard IDoc,
    to transfer long text informations from a subsystem to SAP.
    If anybody has a hint about universal idocs to transfer longtext to SAP
    please send me a short information.
    THX in advance
    Benjamin

    Re: Urgent information required regarding message type and process code
    Information regarding IDoc Parking

  • Data transfer b/w SAP to Java using IDOC and Interface SAP Jco

    Dear Experts,
    The challenging requirement we are having is, we need to create the interface for data transfer between SAP system and the Java system. The data will be transferred from SAP to java and similarly once some processing done in Java again the details needs to be transferred from Java to SAP.
    For this data transferred we are planning to use IDOC process and for interface "SAP Java connector (Version 3.0.5)" we are planning to use. As per our understanding, from Java side one program needs to be written to connect with SAP as "Registered program". This registered program will appear in SAP GATEWAY automatically and using tRFC, TCP/IP connection both SAP and Java system will be connected.
    In this case we are having some doubts.
    1. The data from SAP is going to be transfered from one Custom transaction (Z tcode). Once "Outbound IDOC" will get triggered and will carry the details. Now the doubt is, whether the data / details will get transfered to JAVA system automatically or we need to perform any other steps from SAP ABAP coding...(like converting in to flat file, XML file and etc) ??
    2. We are planning to install "SAP Jco" in Java server. Is this correct...??
    3. Other than SAP Jco any other softwares needs to be installed or not..??
    4. Since we are going to trigger the "outbound IDOC" from custom transaction, we are planning to develope one program in SE37. Other than this any other program we need to develop or not..??
    5. Any sample Java program for the SAP Jco version 3.0.5 to create the "Registered program" with SAP..? (e.g. SAP Listener program).?
    If anybody has detailed steps or explanation please share it with us.
    Thanks in advance
    Warm Regards,
    VEL

    Hi All,
      For the above mentioned issue, we implemented JCo software in JAVA system and created the JAVA program including SAP logon credential details like Client, User name, password and Language details.
    When this JAVA program was compiled successfully then, that non SAP system will appear in SAP gateway Tcode.
    Once non SAP system started appearing in SAP gateway that means, both SAP & Non SAP are connected automatically.
    Regards,
    Velmurugan P

  • QM-IDI Mapping interfaces

    Dear ,
    I am facing a big problem with QM-IDI interfaces,
    Requirement: Whenever MIGO done inspection lot will create and we need to send this inspection lot to external system i.e. MES.
    And SAP receives Results Recording and User deceision or Defect recording in SAP. I Reffered QM-IDI interfaces but i am not able to use which function module for what. Here i have to give structure to MES team, once i wil provides the will do mappings.
    If do you have any mapping specs.  Any test scenarios related to QM interfaces.  Which function module i have to use to send inspection lot or which function module i have to use to receive data from external system how i have to give structures to them
    Here my main intesion is mapping to external system

    The difference is how SAP communicates with the system.  The external systems are usually accessed via RFC's, (remote function calls) and actively send a message to the external system with data. 
    The subsystems have to query SAP are designed to usually have a batch job on the subsystem that runs every 10 or15 minutes to query the SAP system and looks for entries in the QIWL table.  When valid entries are found, the subsystem downloads the necessary info and when done, uploads the data.  SAP is very passive in this.  The subsystem has programs that are written according to SAP guidelines and uses specific BAPI's provided by SAP to interact with SAP.
    An External system using RFC's uses compiled programs written by the client, (or maybe a vendor of a product), that uses the RFC''s to communicate with SAP. The programs reside in SAP.  The RFC's are similar to the BAPI's in that SAP has provided them and you need to adhere to how they are supposed to be used.  For RFC's your Basis team has to basically define a "gateway" for these RFC's messages to be transferred back and forth through. 
    You subsystems are primarily things like LIMS where the vendor has supplied most of the functionality required.
    I haven't had to set up an RFC process personally but I believe it is used more for home grown integration requirements where for instance you want to develop a means to exchange results directly from a lab instrument like a GC or LC.  You would write programs on both ends to exchange this data between the GC and SAP using the RFC's.  Then you place all the GC tests in one inspection plan operation and then these tests would be downloaded to the GC and the GC could upload the results directly without the use of a LIMS sitting between them.  You might find some vendors have done this and can provide example programs already for you to use or that you can use as a starting point in your development.
    I hope this helps.
    FF

Maybe you are looking for