Question in HR module in SAP Queries ( transport changes)

Question in HR module in SAP Queries.
One infoset is attached to multiple queries.
If there are some changes in infoset, these changes are done in Development box and saved to the transport request. (queries related to infoset are not attached to the transport request).
These changes have to be moved to the Quality box and further to the Production.
1. When I move the infoset to Quality and production, do the related queries get affected? Will they work?
Or do we need to attach all the queries related to the infoset in development. ?
2. What would be the status of the queries that are not attached ?
3. When the changes to infoset is moved to different boxes, is the original infoset OVERWRITTEN or CHANGES APPENDED.
friends plz clarify and send them  ASAP.

Hi,
form read_infotype .
call function 'HR_READ_INFOTYPE'
exporting
TCLAS = 'A'
pernr = pernr-pernr
infty = '0002'
begda = pn-begda
endda = pn-endda
BYPASS_BUFFER = ' '
IMPORTING
SUBRC =
tables
infty_tab = i0002
EXCEPTIONS
INFTY_NOT_FOUND = 1
OTHERS = 2
if sy-subrc 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
regs,
Hema.

Similar Messages

  • Sets of Question Papers and answers for SAP ECC 6.0- FICO Module

    Hi,
    If anybody has some material on sets of question papers and answers of SAP ECC 6.0  FI- CO Material please mail the same on [email protected]
    Useful replies will be awared points.
    Regards
    Milind Nair

    Hi,
    Please refer the below link and reward if helpful.
    http://help.sap.com/saphelp_nw04s/helpdata/en/e5/de86f335cd11d3acb00000e83539c3/content.htm

  • SAP Queries

    We have upgraded from 4.0B to 4.7. We found in 4.7, Sap Query programs missing.
    To the Transaction code assigned are sap query programs and when executed getting short dump.
    The transaction code is working in 4.0B which has Sap Query Programs.
    When upgrade to 4.7, I should get all the Sap Query Programs (Query, Infoset, Usergroup).
    My question to you is
    1)How to get back the Sap Queries in 4.7 from 4.0B
    2)While upgrading what steps to be followed for
      SAP Queries
    3)Is there any note released by SAP
    4)Any alternate solution
    Thanks

    Did you tie Transaction Codes directly to the SAPQuery Generated program?  This can be a problem because the programs are dynamically generated.  We had this problem, so we wrote a simple ABAP program that has parameters for query group and query name.  You can then create a variant transaction code for this report.  The report looks up the query information and calls it dynamically using the query function modules.  If the generated program need regenerating, this will happen on the fly at the first call.  The following are some of the function modules we use:
      RSAQ_IMPORT_USERGROUP_CATALOG
      RSAQ_IMPORT_QUERY_TITELS
      RSAQ_IMPORT_QUERY_HEADER
      RSAQ_REPORT_NAME
      RSAQ_QUERY_CALL

  • How to code a predifined function module in sap ,in se37.

    can any one tell me how to code a predifined function module in sap ,in se37.it's an immediate requirement.if u give a brief description it'll do.

    Hi Henry,
    There are two possible ways in which I can interpret your question.
    1. You want to create a new Function Module in SE37. you will have to refer to the <a href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e9a454211d189710000e8322d00/frameset.htm">Function Builder</a> tutorial for that.
    2. You want to use an existing function module in your program. In the code of your program in SE38, click the button <i>Pattern</i>. On the pop-up, give the name of the function module that you wish to use in your program.
    Regards,
    Anand Mandalika.

  • Reg Adapter Module in SAP PI 7.11

    Hi,
    I am trying to develop an Adapter Module using SAP NWDS and I am referring http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e6747fa?quicklink=index&overridelayout=true for the same.
    Now I am stuck on page 11 (page 16 of the pdf).
    Does the value of Remote interface have to be strictly com.sap.aii.af.lib.mp.module.ModuleRemote (similarly for other parameters)?
    Are these values dependent on the Default EJB Package that we use (mentioned on page10). Because the name of my package is com.companyname.adaptermodule and is as per the naming convention that we follow.
    Thank you,
    Pankaj.

    Hi,
    Ok. Actually I thought that the names are dependent on the default EJB package-name that we specify in previous step; but now these two do not seem to be related to each other (name-wise)
    The question seems to be answered for now. Thanks to Stefan.
    Thank you,
    Pankaj.

  • Can i call a function module of SAP?

    Hi, i have a question... Can i call a function module of SAP... I need print a document from a device, can i call the function module of SAP in order that me it prints it?
    Thanks,

    Hi Victor,
    you can use the GenericSync Example of the MDK. This calls the Module to verify the user directly. Generic Sync is exactly for that purpose: call a BADI directly and no usage of SyncBO. Be aware, that you - out of the box- sync your app data as well at that moment, because a sync runs both - generic and smartsync. Even worse: even when you have nothing to sync in Generic Sync - so nothing to print - it will call the function module for generic sync as long as it is registered.
    Well,  anyway, this is the way to call a function module separate.
    If it works with you rparticular print module? I have no idea, but if this is a normal function module - well, it should be ok.
    Hope this helps.
    Regards,
    Oliver

  • Modules in SAP Netweaver 7.2 Trial.

    Hi everybody,
    Hope you are all fine.
    I m new in this forum and new in SAP technology and development.
    Recently, I install the SAP Netweaver 7.2 Trial in order to start to develop with ABAP.
    But, the problem is I donu2019t find the RH modules and some others modules too. In the program that I want to develop I should call  some tables which belong to the RH module;
    Son, my questions are:
    Can I get all SAP modules in SAP Netweaver 7.2 Trial ?
    Will I get problems on my programs when I call a RHu2019s table ?
    On the other hand, I donu2019t find to the transaction BD10? why  ?
    Thanks for helping me!

    Hi everybody,
    Hope you are all fine.
    I m new in this forum and new in SAP technology and development.
    Recently, I install the SAP Netweaver 7.2 Trial in order to start to develop with ABAP.
    But, the problem is I donu2019t find the RH modules and some others modules too. In the program that I want to develop I should call  some tables which belong to the RH module;
    Son, my questions are:
    Can I get all SAP modules in SAP Netweaver 7.2 Trial ?
    Will I get problems on my programs when I call a RHu2019s table ?
    On the other hand, I donu2019t find to the transaction BD10? why  ?
    Thanks for helping me!

  • SAP Query: Transport tool(program: RSAQR3TR)

    Does the SAP Query: Transport tool(program: RSAQR3TR) transport addtional fields and code in Extras of an InfoSet from one system to another?
    TKS in advance.

    Hello,
    Yes the ABAP query transports the whole Infoset.
    Goto Transaction SQ02
    Goto Environment -> Query areas -> Select teh Standard area.
    Select Environment -> Transports -> Import radio Button
    Check the Overwriting allowedand teh remove the check for Test Run
    Select the Transport Infosets and queries radiobutton
    Fill in the Infoset and teh Query with the corresponding names and the Import option with Transport Request Number
    Execute
    Regards

  • Regarding SAP Queries

    HI Friends
    I have got a bunch of requirements, related to SAP Queries.
    I was serching for that, in that regards I am seeking your kind help.
    1) I have to write a function module to retrive what are the tables and fields are using in a query.
    2) I need execute a SAP Query through a function module and retrive the result into a table and export that to the function module.
    One more thing which I need where these all SAP Queries will save, are there any tables where the information store and what are the fields, tables and join conditions for that queries.
    Can you please help me with your suggestions.
    Points will be rewarded.
    Awaiting for your reply.
    Thanks in advance
    Praveen

    Hi,
    when you start a query (F8) you get the query´s name as a program (a query is at the end nothing else but a program). If you then go to transaction SE38 and enter the query´s name, you can then explore the core in order to get the objects that you need:
    Search for tables
      SELECT tabname FROM d010tab
         WHERE master = program
         AND   tabname =
    Search for function modules
        SELECT NAME FROM cross
           WHERE include =
           AND   type = 'F'
           AND   name =
    Search for data elements
        SELECT rollname FROM dd03vv
         WHERE tabname = myline-objekt
         AND   rollname =
    Something specific and quick for you to get should not exist. This is going to be a difficult task.

  • Standard vs Advanced module of SAP TRM

    Hi gurus,
    do you have any idea, what is the difference between Standard and Advanced module of SAP TRM? Is it related to some licencing differences? If it's licencing, can you describe that is short.
    thanks a lot for your reply.
    Rgds,
    Renatas

    to be honest I don't remember the outcome, sorry
    it might be that the Customer asking the question misunderstood some marketing material, so was trying to verify.
    BR
    Renatas

  • Best practice identifying ERT modules with SAP / IS-Utilities

    Hi everybody,
    I'm looking for the best practice identifying ERT modules with SAP / IS-Utilities (electricity).
    Here's the physical device set up :
    The ERT modules are internal to the electricity meter. They're integrated into a multi purpose electronic circuit. So they can't be remove physically as a separate device.
    The ERT modules are used to transmit data from the meter to a radio frequency receiver (handheld or drive-by). The main data that is transmitted is the consumption reading. So the receiver stores the ERT module number and the reading value.
    They may be one or more ERT modules in a single meter, and each ERT module transmit his own specific consumption reading (energy reading, demand reading, etc...).
    Each ERT module has is own manufacturer number.
    My issue is :
    To find a way to identify in IS-U the ERT module within the meter's register group (or somewhere else???) in order to relate each register to his ERT module number.
    The purpose of all this is to create reading orders with the ERT module number following for each register.
    This way we can match, using a unique key, each reading order and his corresponding reading value uploaded from the radio frequency receiver (handheld or drive-by).
    Thanks for your help and ideas on best practice.

    Hi,
    1) The system (application) environment of BI (what is integrated in it - e. g. within the portal, there is a storage for unstructured information like documents or virtual rooms for collaboration between departments - and what does it make)
    Document management from RSA1 transaction of BI helps to attach any unstructured documents at specific level in BI.
    2) How does development in BI works (development environment, coding, debugging, building, deployment and test) and what is used stronger (ABAP or ABAP OO)? Here, I don't mean how to write ABAP or ABAP OO programs, only the infrastructure from development to transport to a target system
    BI has got  a separate tool and GUI to perform all the Extract, Transform and load related activities. ABAP is part of BI but you don't need much extensive ABAP learning. Basic ABAP is sufficient to write routines and extractors.
    3) How is a BI system to configure as default after installation?
    May be a BASIS person can help you out here about the configuration but this is not the job of BI person.
    4) Good guides (e/books) to learn ABAP and ABAP OO (as far as possible oriented on the practive)
    You can search for SAM Series learn ABAP in 24 days book. This book is sufficient to learn the ABAP required for working in BI.
    But except ABAP you will have to completly learn the BI system to work efficiently.
    Regards,
    Durgesh.

  • Environment,Health&Safety(EH&S) management module in SAP

    Hi,
    Can anybody send me some light on Environment,Health&Safety(EH&S) management module in SAP.
    Regards,
    Chandra

    Hi Chandra,
    please find below some more advantages of EHS Module in details,
    A) Storing and managing EH&S data: EH&S Module provides a flexible specification database that helps to track substances, exposures, packaging, dangerous goods
    classifications, and waste codes.
    B) Managing documents:  It helps to produce and maintain a variety of documents, such as material safety data sheets, transport emergency cards (tremcards), standard operating procedures, and labels.
    C) Tracking substance volumes: With SAP EH&S , User can track the volumes of hazardous substances  that can purchase, import, produce, sell, or export. Once the volume of a substance reaches a certain limit, the software warns User, prompting User to perform the regulatory compliance tasks required.3
    D) Keeping track of dangerous goods: With SAP EH&S automatically supplying that data to other solutions for use in delivery notes and packing lists. The software also checks to determine whether a planned means of transport u2013 such as road, rail, sea, or air u2013 is appropriate, and helps to ensure that only those shipments that comply with regulations are allowed to leave company premises.
    E) Managing waste disposal: SAP EH&S helps to dispose of hazardous and nonhazardous waste as efficiently as possible in compliance with all relevant national and  international rules and regulations.
    F) Enhancing employee safety: EH&S provides industrial hygiene and safety and occupational health functions with which useru can pinpoint and minimize risks to employeesu2019 health u2013 and comply with safety laws and regulations in doing so.
    G)Supporting Preventive Healthcare:  With SAP EH&S, user can track employee healthcare treatments and examinations and monitor the results and diagnoses.
    H)Comply With Regulations: User can track EH&S processes and documentation better. That, in turn, helps company to avoid fines and penalties, minimize risk, and enhance employee, customer, and community safety.
    I) Control Costs: EHS helps company to optimize and automate all EH&S processes and operate with consistent, accurate information throughout the product life cycle u2013 saving both time and money.
    In case of any doubt, please revert.
    Regards,
    Amol Joshi

  • Allow direct file extraction from SAP queries and YTRAN report

    To feed transportation planning macro, we use 2 SAP queries under user group
    YUGKO0001SIG,YQRYLO00002SIG,YQRYSD055SIG
    --User created variants for each query to extract with file store option to automatically transfer the extract file to the network.
    --User would like to set up a batch job via SM36 to extract the files and make them available in back ground, which is not possible in todays process
    --Also user need similar functionality for YTRAN report, being able to run it in background and generate a file on the net work

    Hi
    u cannot get file in presentation server.. in background..
    if you are scheduling any background jobs it should be out of any gui interface.. like gui_dowload , gui_upload// ur need to replace then with cl_gui_fronend_services Class
    or u have a option of writing file to application server in background using open dataset syntax.

  • Requesting information regarding SAP in transportation domain

    Hi,
    I am Shailesh, have been working (no SAP) in Transportation domain since 4 years.
    I would like to learn SAP. Could you please suggest which module of SAP is related to the transportation domain.

    Hi Shailesh,
    I will suggest to do in SAP LSM (Logistics and Supply Chain Management) module if you are currently engaged in Transportation. It will help you..
    Thanks & Regards,
    Bhipra Sakti

  • How to develope custom function modules in SAP R/3 system to maintain c...

    How to develope custom function modules in SAP R/3 system to maintain cross
    referencing tables for sales order number.

    Hi Raja,
    Steps to crate FM..
    Follow these steps..
    Go to the T: code SE37
    First You Create Function Group
    On That u specify
    Function Group Name..............
    Short Text..............................
    save...
    Go to SE 37
    Specify the Function Module Name: Eg: Z_Bapi_Materialmaster
    Short Text.......
    Save...
    Next Go to Attributes..
    Select Radio button : Remote enabled model
    Go to Parameters..
    Click Import...
    Give Parameter Type Associate type S.t
    next Click Export...
    Give Parameter Type Associate type S.t
    Next Click Tables Button..
    Specify tables..
    Next click source code button..
    Write Source code here..
    Eg : Select statements Etc..
    Finally we should be select the Radio button Enable remorely
    https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=39728
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/bapi%2bstep%2bby%2bstep
    Hope this information is useful to you..
    Reward points if it is usefulll....
    Thanks ,
    Satya Kumar..

Maybe you are looking for

  • Two different invoices created for  one order for two different lines

    Hi All, I have an order with four line items that was shipped on the same day, invoiced on the same day and all lines have the same delivery number yet two inovices were created for this order..one for the first three lines and one for the last line.

  • Constant rebooting of 3rd Gen. 10gb ipod

    I have a problem with an iPod (detailed below). I appreciate that it is probably broken in a hardware sense but I'd like to know what exactly about it is broken (HD, logicboard, buttons!), to arm myself with an idea of the cost come the long trip to

  • Oracle Database 11g Release 1 (11.1.0.6.0)  and Windows Vista Ultimate

    Hi, Hoping someone who has already tried/installed can let me know whether the installation of Oracle Database 11g Release 1 (11.1.0.6.0) will work on Windows Vista Ultimate (32bit) or knows whether it does or doesn't? Thanks. Tony.

  • PLZ HELP EVERYONE

    Okay guys, I bought one for xmas for myself anbd i had to leave the country for vacation that<s mainly why i bought it. Anyway yea, since monday i entered my cruise it screwed up cuz of those security scan i dunno what to do its showing up the little

  • Till 2014.3, where is the table feature in Adobe Muse? So crazy... :(

    Hi, I'am a f2e from ps, and I have kept an eye on Adobe Muse for so long time. cause it's lose of table feature, i have never used it for my web design. Is there any chance that table editing feature would be added to Muse sooner or later? Thanks a l