How to get Payperiod of a posting document

Hi,
Is thr any function module to retrieve the pay periods of the Posting document not using Pernr.
I know We can retrieve it from payroll cluster VERSC-INPER. (the function modules CU_READ_RGDIR / PYXX_READ_PAYROLL_RESULT uses pernr as te import param)
Regards,
Jothi.P

Try to get the results using table HRPY_RGDIR, PPOIX, BSEG

Similar Messages

  • I have purchased Adobe XI Pro and created a form for entering bowling scores to submit to newspaper for my high school team.  I can not figure out how to get pdf's into my documents folder on my iPad so that I can access the files in bowling alleys where

    I have purchased Adobe XI Pro and created a form for entering bowling scores to submit to newspaper for my high school team.  I can not figure out how to get pdf's into my documents folder on my iPad so that I can access the files in bowling alleys where I do not have a Wi-Fi connections.  I need to be able access files without going to acrobat.com.  Help!!!@

    Post the PDF files to a web site. The browse to them in Safari on the iPad.  When you Open the files specify the Open to occur in Adobe Reader.  Then you can have/Save them in your Documents folder on the iPad.   An iPad has limited access to files otherwise.

  • How to update profit center in posted document without profit center ?

    HI,
    I want to know,
    How to update profit center in posted document without profit center ?
    So that i can get my profit center accouting report proper.
    Thanks
    Nilesh

    There is a long story about profit center accounting. I assume you are using Classic PCA, this means you can see the PCA documents.  And the solutions is below:
         For P/L account, even you don't maintain cost element for it, if you maintain the profit center in the application (Frontend transaction), then PCA line items will be generated for this account.
        For B/S account,  if you maintain the default Profit Center with transaction 3KEH/3KEI, the PCA line items will generated for this account also.
      Hints, don't maintain default profit center for AR/AP accounts, these accounts to be treated in periodic processing.
      First, calculate the distribution/adjust by F.5D, then transfer it by 1KEK. for others account rather than AR/AP, use F.5E
    For you case, if this account is P/L account, but you don't maintain profit center in the transaction, you can maintain default profit center as B/S account in 3KEH and 3KEI, then transfer it subsequently by transaction 1KE8.
    Good Lucky!
    Flex Yang

  • How to get current date for posting date

    hi,
    how to get current date for posting date ? any sample code ?
    Thanks

    Hi......
    Use
    Select getdate()
    for current date.......
    Regards,
    Rahul

  • How to get passwords working in Pages documents?

    I've set a pages document to require a password to open. When I open the file, it opens without requiring this password. Any thoughts on how to get the password working? The doc is on icloud, could that be a factor?

    Finally, I've added a new field movement in transaction GCF2 with sender tables ACCHD, ACCIT_GLX AND ACCCR. The joint venture name comes only from FI documents and not JVA documents, so, only JVA information of P&L accounts is available.
    Best regards,
    Alfredo Del Portillo

  • How to get material's last posting date of issuing to production order?

    Hi,
    In my scenario, I need to get material's last posting date of issuing to production order (e.g. mov. typ. 261).
    I tried to select the material documents whose movement type is 261, and restrict the posting date from month to month each time, until the first material document is selected.
    But this method seems quite inefficient.
    What kind of algorithm is more effient to do this?
    Thanks
    Wesley

    Hi,
    select max( budat )
      from mkpf
      into gv_budat
      where mblnr in ( select mblnr
                         from aufm
                        where aufnr = gv_aufnr "(Prod. Order)
                            and  matnr = gv_matnr "(Issued Material)
                            and bwart = '261' ).
    Edited by: Azeem Ahmed Matte on Mar 12, 2010 12:33 PM

  • How to get notified about new post created for Oracle istore

    I want be active part of post created in iStore or EBS. How can I get immediately get notified (email) about new post created in iStore or EBS (OTN Forum)?
    Currently I get immediate email about post that I am watching ie post I created or if someone reply to it.
    Appreicate.

    Thanks for your reply Hussein,
    I could not see any Watch Forum link on following url-
    iStore
    Just to repeat, I want to get notification for any new thread posted on iStore OTN forums, so that I can reply immediately.

  • How to get the list of archeived documents

    Dear Experts,
    How we can get the list of archeived documents ? Infact I am not able to some documents,which are already generated as per the number range interval FBN1.I am not able see these documents in parking/held document lists as well.
    Regards
    Partha
    Edited by: Partha_Mumbai on Feb 24, 2010 2:39 PM

    Hi
    Displaying the Archived List
    To display the archived list, proceed as follows:
           1.      In the SAP System initial screen, choose Office -> Business documents ->Lists.
           2.      Enter the appropriate search information on the selection screen (in our example, the name of the report).
           3.      Choose Execute. The system displays all the of archived lists that meet your selection criteria.
           4.      Select a list and choose, for example, Display from archive system. The system displays the archived list.
           5.      If the list contains index lines, you can search for them using Edit -> Search by attribute. In this example, the list contains an index line every 100 lines, with the following entries:
    Name
    Value
    Index
    IDX
    Number
    Sequence number of index lines
    You can use the Search by attribute function to navigate to line 100, 200, 300, and so on. The index lines themselves are not displayed. You can only use Search by attribute if the list was sent to the spool system while the program was running. Search by attribute is not available if the list was displayed first, then archived afterwards.
    Regards,
    ramanuja chary

  • How to get list of folders containing documents of certain type?

    Hello,
    I need to perform iFS search which returns list of folders containing documents of certain custom document class. What is the best way of doing it?
    I tried to build search clause in the following manner:
    JoinQualification jq = new JoinQualification();
    jq.setLeftAttribute("FOLDER", null);
    jq.setRightAttribute("FOLDERPATHRELATIONSHIP", "LEFTOBJECTCOPY");
    JoinQualification jq2 = new JoinQualification();
    jq2.setLeftAttribute("FOLDERPATHRELATIONSHIP", "LEFTOBJECTCOPY");
    jq2.setRightAttribute("RELATIONSHIP", "LEFTOBJECT");
    SearchClause sc = new SearchClause(jq, jq2, SearchClause.AND);
    JoinQualification jq3 = new JoinQualification();
    jq3.setLeftAttribute("RELATIONSHIP", "RIGHTOBJECT");
    jq3.setRightAttribute("CUSTOMDOCUMENT", null);
    sc = new SearchClause(sc, jq3, SearchClause.AND);
    But this doesn't work - I get 'Access denied' error because, I guess, RELATIONSHIP class is not public.
    Any help will be greatly appreciated.
    Thank you,
    Mikhail Schelkin
    null

    For some reason, my post is not showing up. Trying again. Sorry if duplicate.
    Here is what I understand that you want to
    do :
    Let's assume, there is a custom document
    of type PurchaseOrder, you want to find
    all folders that contain PurchaseOrder
    documents.
    It will end up with some SQL looking
    like this.
    SELECT folder.*
    FROM folder,
    folderrelationship fpr,
    purchaseorder po
    where
    folder.id = fpr.leftobject and
    fpr.rightobject = po.id;
    You just need two JoinQualifications.
    Each clause in the WHERE condition
    above represents one joinqualification.
    jq1.setLeftAttribute("FOLDER", null);
    jq1.setRightAttribute("FOLDERRELATIONSHIP", "LeftObject");
    jq2.setLeftAttribute("FOLDERRel..SHIP", "RightObject");
    jq2.setRightAttribute("PurchaseOrder", null);
    Then use AND operator betwen jq1 and jq2.
    Hope that helps.
    null

  • How to get the details of the document uploaded at the catalog area header?

    Hi,
    Can someone explain how we can get the properties(guid class etc) of the uploaded document by using the details of the catalog area (guid)?. Do we have standard FMs available to fetch the required information?
    Please assist.
    Regards,
    Vaibhav

    got the FM

  • How to get full path of indesign document as well as picture path.

    Hi all,
    I am working in InDesign CS4 plugins. and I have two quetions,
    1) How can we get the indesign document full path. I am able only to get the document name but i want the full path of it.
    2) How can we get the selected picture path also. I am able only to get its name.
    Please let me know if any one have idea of  it.
    Regards,
    Jitendra Kumar Singh

    //to get full path of document, works for both mac and pc
    IDocument *document = Utils<ILayoutUIUtils>()->GetFrontDocument();
    IDataBase* theDb = ::GetDataBase(document);
    const IDFile* sysFile = theDb->GetSysFile();
    InterfacePtr<ICoreFilename> cfn((ICoreFilename*)::CreateObject(kCoreFilenameBoss, IID_ICOREFILENAME));
    if(cfn != NULL){     if(cfn->Initialize(sysFile)
    == 0){
              PMString fulldocumentnameandpath = FileUtils::SysFileToPMString(*sysFile);
    Hope this helps,
    Liz Patten

  • How to get documet Id by passing document name?

    Hi All,
    I'm hitting the BO XI R3 server to get the pdf report as downloadable using the URL below.
    http://servername:portno/CrystalReports/viewrpt.cwr?<b>id=34877</b>&promptex0=BANKAGENT&promptex1=sv66397&promptex2=1&cmd=EXPORT&EXPORT_FMT=U2FPDF:0
    But I have a scenario where the document gets updated very frequently so I wont be able to use id parameter to get the report, as it gets refreshed everytime the document is updated.
    So is there any way to get the latest document id by passing the document name as parameter through BO SDK?
    Please let me know.
    Thanks in advance.

    Thanks for the response Adam,<br>
    <br>
    I already tried with the same idea. And I have got the id as well. Thanks a lot for your response. So this issue is solved. <br>
    <br>
    But I posted this thread so as to have a solution in hand as a backup since originally I wanted to have a solution for a problem with opendocument url only.<br>
    <br>
    I have posted a thread on the same, BO Opendocument Url not giving pdf report when invoked through Java.<br>
    <br>
    So it would be very helpful if I get a solution for that. Which would be best matching solution for me. <br>
    <br>
    The problem with viewrpt url is that I have been asked not to use it by our client's BO support team due to some security concerns.<br>
    <br>
    Thanks,<br>
    Naaveen<br>

  • OSB: How to get stored in sbconsole xml document in message flow

    Hi
    I created a xml document (say ram.xml) as a XML document utility resource in OSB sbconsole.
    I want to refer this in message flow with fn:doc. Unlike xquery i can't assign ram.xml to a variable.
    I tried fn:doc("/home/osbuser/user_projects/domains/domain_name/osb/config/core/ram.xml") and fn:doc("file:////home/osbuser/user_projects/domains/domain_name/osb/config/core/ram.xml") it didn't work!
    I know if i store this xml as a xquery, it will get assigned to a variable. But i am just curious to see how fn:doc works!
    Any light !

    The reason for this is to eliminitate each assign action for each of XMLs that I use. Each assign gets converted into a xml bean and thats overhead.
    If this fn:doc() works, what i am planning is to use fn:doc() inside my xquery transformations directly, without using assign action to load XML.
    Also message flow will become somewhat cleaner.
    fn:doc() has to be used in a way that it uses relative path to access xml and not complete path (starting from /home/user_doamains/..) because development and production environment domain names are different. Using relative path, code can migrate without any change across environments.

  • How to get 'borident' of a special document

    Hi together,
    if you go to trx. fb03 you can switch to  the document relationship browser.
    Here you find the corresponding 'borident' to the document.
    How do I get the borident within an ABAP coding? Is there a function module?
    Thanks for any help.
    Edited by: Gerd Knörle on Jun 9, 2010 8:12 AM

    Try to get the results using table HRPY_RGDIR, PPOIX, BSEG

  • How to get order type from reference  document

    Hi ABAP Gurus,
      I am working on pricing routines for return orders.
      in this return order i am getting reference docuemnt number .
      now i need to find that this reference document is sales order or invoice .
      how can i find  this .
      i know i need to use VBFA table . but i am confused in precedding and subsequent document.
    please guide me how can i find this.
    Thnaks,
    Neo

    > I am working on pricing routines for return
    >  orders.
    > in this return order i am getting reference docuemnt
    >  number .
    > now i need to find that this reference document is
    >  sales order or invoice .
    >  how can i find  this .
    > i know i need to use VBFA table . but i am confused
    >  in precedding and subsequent document.
    Since you mention the pricing routines, I guess you are working on a VOFM routine or a user exit. I think that Anji gave the best universal solution for finding the document type by using VBUK table. VBFA table should not be used for this purpose IMHO.
    Additionally, inside the VOFM routine or a user exit you might be able to use VBPA or XVBPA/YVBPA table - the field VGTYP will contain the reference document category for each line. C = order, M = invoice, there are several orders, which you can see in SE11.
    Just FYI "preceding document" in VBFA is the document that was created first. For example, a sales order is a "preceding document" and the corresponding outbound delivery is a "subsequent document".
    Hope this helps and good luck!

Maybe you are looking for

  • While syncing iPad with my computer, i get an error message: cannot back-up to this computer

    while syncing iPad with my computer, i get an error message: cannot back-up to this computer. I'd like to know why?  Is it safe to download IOS6 if the ipad is not backed up?

  • Photos taken not able to view in iphone

    i have iphone 3gs. when i take any photo from my iphone camera, in camera roll i can see thumbnail image but when i see full one pic only black page comes, no photo, even some photos taken gets replaced by older ones and when synced with pc any one p

  • Creative Console doesn't show DD or DTS ic

    When I open my Creative Console in Entertainment Mode, I don't see any icons for Dolby Digital Controls or DTS. I have an X-Fi Elite Pro. I'm unable to hear my xbox audio, which I've plugged into the optical-in using an optical cable from the xbox to

  • Import error due to character set difference?

    hi, hoping anyone to explain reason for the following import error. here's the situation, - export client used WE8MSWIN1252 charset (release v10.02.01) - import server used WE8ISO8859P1 charset (release v10.1.0.4) all tables appeared to be imported w

  • About to use DNG Profile editor

    I've had my Colorchecker for a few weeks, and I finally have time to set up my profiles for LR 3.4. In reading the DNG Profile editor tutorial page (http://labs.adobe.com/wiki/index.php/DNG_Profiles:Editor), I have a few questions: 1) If I use Tutori