Very Important: includes in hr reports : Points assured

hi all..
  I am relatively new to HR reporting especially payroll reports.
As i was going through some reports i came across some includes
eg. INCLUDE rpc2cd09.
     INCLUDE rpc2ca00.
     INCLUDE rpppxd00.
     INCLUDE pc2rxin0.  etc
I learnt that these include names are coded as per the requirement i.e. rp for read payroll c2 for reading cluster table pcl2 etc but i am still not very clear about the process i.e how to decide which "include" to include in the program. If some report is to be developed then how to decide which includes to use in the program. I am asking in context of indian payroll only.
Could anyone please provide clear explanation for those includes or any document explaining the process.
thanks in advance
points assured

Yes, I understood that you are looking for information on how to identify these includes. But the problem is there is no straight forward logic as far as I know. It depends on how you are writing the report, and which ABAP routines you are using.
I guess it is done on trial-error basis. You try to fetch the result from cluster, and you realize that you need to have certain data declarations in place, or you need to access certain existing routines. And then you look for that (in existing program and identify them). If such routines can't be found, you write one yourself, or you declare the data in one of your includes.
Yes, knowing about these existroutines will help - it helps you to serach for this routines more effectively, but as far as I know this information is difficult to find documented, cause there are n number of ways to achieve this.
One hint that I can put is that PCREMIN6 can be used as a template to search for relevant information for the country version you work on. It can give you idea about what naming pattern to look for etc.
Hope this helps.
Best Regards,
Biraju

Similar Messages

  • Very Important: Employee photo on module pool screen: Points assured

    hi all
    I have uploaded the employee photos using tcode OOAD.
    Now in a module pool program, i need to show the emloyee's photo on the screen alongside the employee's other details..
    Please let me know how to get the employee photo on screen.
    thanks in advance
    <b>Points assured </b>

    You can use the PICTURE CONTROL for this. Check the Link for further details
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIIMAGE/BCCIIMAGE.pdf
    http://help.sap.com/saphelp_erp2004/helpdata/en/9b/d080c09fc111d2bd68080009b4534c/frameset.htm
    Also check the program RSDEMO_PICTURE_CONTROL
    Message was edited by:
            Abhishek Jolly

  • When will Apple realise that (delivery report for sms and to know if you are on waiting) are very important options

    When i send sms to anybody it is very important to know did he receive it or not,
    also if I called anybody while he was having a call it should give me that I am on waiting
    any samsung or nokia mobile with 15$ have both options
    very very very disappointed that iOS 8 did not include both options

    Submit your feedback directly to Apple using the appropriate link on the Feedback page:
    http://www.apple.com/feedback
    SMS is an extremely robust system. It is very rare that a text does not go through. So, unless the recipient has their phone off, it has probably gone through.
    If you call someone and they don't answer, it means that either they cannot answer or they chose not to. Why does the reason for either matter? Is it somehow better if they decided not to answer you because they're on another call than if they are baking a cake? Does it change anything? They still haven't answered you.

  • Accidental delete backup file of my iPhone. It includes very important info. Please help me to recover deleted backup file. Very urgent.

    I accidently delete my backup file of my iphone in my mac with Lion OS. It includes very important contact info. Please kindly provide me the solution to recover my backup. Very very appreciate.

    Well if you manually deleted it from the file system, it might be in the trash? Otherwise, I don't know if there is a way to recover one.

  • Very Urgent: how to define field symbols in class using se24 Points assured

    hi all
    I am new to abap oo programming. I am using se24 to build a class
    where some methods have code which involves working with field sybmols but i am not able to figure out way for how to define field symbols in the attributes section.
    I tried defining like : fld_sym type ref to  dbtab-fld
    but in the method implementation if i try to use it like assign fld to <fld_sym> there it says fld_sym is not defined as a field symbol.
    So can anyone please guide me how to define field symbols in se24.
    Also what should be the general steps while creating a class using se24.
    Points assured
    thanks

    Hi
    Global classes are like Global fun modules in which the Methods and code is already written and is mainly used for Reusability purpose.
    Goto SE24 tcode and see the std global classes like
    CL_ABAP_CHAR_UTILITIES
    see the links
    chk out the links below:
    General Tutorial for OOPS
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907
    Have a look at these links for OO ABAP.
    http://www.sapgenie.com/abap/OO/
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b5654f411d194a60000e8353423/content.htm
    http://www.esnips.com/doc/375fff1b-5a62-444d-8ec1-55508c308b17/prefinalppt.ppt
    http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    http://www.esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt
    http://www.allsaplinks.com/
    http://www.sapgenie.com/abap/controls/index.htm
    http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    http://www.esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf
    http://help.sap.com/saphelp_erp2005/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
    SDN Series:
    https://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/webcontent/uuid/35eaef9c-0b01-0010-dd8b-e3b0f9ed7ccb [original link is broken]
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf
    Basic concepts of OOPS
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b6cae890-0201-0010-ef8b-f970a9c41d47
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1591ec90-0201-0010-3ba8-cdcd500b17cf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20display%20data%20in%20alv%20grid%20using%20object%20oriented%20programming.doc
    http://www.henrikfrank.dk/abapuk.html
    http://www.erpgenie.com/abap/OO/
    Reward oints if useful,
    Aleem.

  • Very Urgent: illegal reference problem:  Points assured

    hi all
    I have developed a class(type final)  using SE24 with no subclasses or interfaces.  Then from the program i am creating an object and calling methods. In the implementation of one of the methods,  another method is being called  i.e.
    call method obj->meth , the method called has no parameters. But  the reference is not correct. as it says in the dump
    "Access not possible using "NULL" object reference.
    Please help me solve this.
    Points assured
    Thanks

    Hi,
    Can you please tell me what <b>obj</b> is....?
    Are you passing the object also into this method(in which the second method is being called)...?
    If not, you can call the second method in the first method as
    call method me->meth2.
    The error you have given is coming because <b>obj</b> doesn't have anything to point to..
    Hope this will be of some help to you...
    Regards,
    SP.

  • Reporting point in REM

    Please explain the basis of the reporting point in REM.
    And what's the advantage of using reporting points?
    Thanks.

    Dear Omar,
    Reporting Point Backflush is used when working with Longer Lead Times.
    Reporting point backflush
    Controls whether you can carry out reporting point backfushes when backflushing in make-to-stock repetitive manufacturing.
    Use
    Using the reporting point backflush:
    You can withdraw the components close to the operation for which they are required which is very useful when working with longer lead times.
    You can calculate the number of incomplete products (work in process).
    You can post scrap quantities directly at the appropriate operation.
    You can carry out a reporting point backflush at every operation defined as a milestone in the routing. In the repetitive manufacturing profile, you can also decide whether you want to make the reporting point backflush mandatory or optional.
    Dependencies
    The reporting point backflush is carried out in the same way as the milestone confirmation.
    For this in the REM Profile RP Backflush settings must be included.
    Regards
    Mangalraj.S

  • My documents on my iCloud storage got automatically deleted, is there any possible way to recover them? They're nearly 1GB and very important to me.

    On January 26th, I downloaded iCloud for Windows and logged in using my account which was the same with the one on my Mac. 2 days later, at 3:27 PM January 28th, my 1 GB of documents on my iCloud storage got deleted automatically. I'm saying this because at that time I was sleeping and both my Mac and my Windows PC are turned off, and I'm home alone, besides there was no suspicious login reported to me by Apple.
    So is there any possible way to recover these documents? I'm a teacher and they're very important to me. My Time Machine wasn't enabled so using it is useless.
    Thank you so much for any help.

    Please please help me, if you know how.

  • !!VERY IMPORTANT - STOLEN PHONE - EVIDENCE REDCOVERY!!!!

    As hard as this scenario is going to be hard for most to believe, I attest that the facts you are about to read are completely true!
    On 03-10-09 I was unjustly brutalized by police officials in my city.  I had the Blackberry Voice Recorder running, recording the entire incident to my phone's memory.  Aware of the recording, the officers involved picked my BB up and refused to return it and denied having it.  This recording on my BB is my LIFELINE to justice.  I was wondering if ANYONE, including a BB PROFESSIONAL knows of ANY routes i can take to recover this phone or the recording on it.  This is very important to bring justice to this traumatic  experience I was forced into two days ago. PLEASE HELP!!
    Thank you in advance,
    Kimberly
    PS: My NETWORK is ALLTEL btw, who told me there was "nothing" they could do as far as GPS tracking or data recovery to find that recording. THIS IS SERIOUS!! PLEASE NO LESS THAN SERIOUS RESPONSES!! THANK U!

    That's incredible! Thirty-nine reads and not ONE suggestion?
    This is the problem right there... everyone takes stuff like this as a joke.
    Like I have time to waste.
    Thanks anyways, I will leave the help to the professionals a.k.a. my lawyer.
    I just hope it never happens to one of you.

  • Reporting point installation issues

    OK I have inherited a SCCM SCOM environment and all DBs including WSUS are installed in the same instance.  Yuck.  I made a fuss to the DB Admins and they said Oh Its fine, you just need to install seperate SSRS instances and it will work, look
    see here is an article stating so.
    So I have installed seperate SSRS instances and am trying to get the reporting point to install with no luck.  Anyone have the steps involved in getting this working?  When I go to add the reporting point no SQL instance is showing up to select
    from.  Please help.  Thanks kindly.

    Hi,
    This problem might be related to firewall. You could have a look on the following thread.
    http://social.technet.microsoft.com/Forums/en-US/4479e73e-8a19-4c7e-9418-b36770656b9b/sccm-2012-reporting-point-server-instance-blank
    Best Regards,
    Joyce
    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.

  • Reporting-Point Backflushing

    Hi experts,
    Could anyone please let me know that in case of reporting point backflushing how i can set reporting points
    What are the diff. reporting point types?
    What are the mandatory config. settings required for that?
    thnx in advnce

    Dear Madhur Nigam,
    Reporting Point backflush:
    1.Individual operations which are having the control key for the milestone confirmation will be confirmed in MFBF.Check in OP67
    the control key is having the value 1 for confirmation.
    2.In the REM profile,in OSP2 check box for RP backflush must be included and automatic GR posting at last RP when
    backflushing.So the operation's GI and activities will get posted in MFBF and during last operation confirmation only GR happens.
    3.This reporting point backflush will be applicable for make to stock production and not to make to order production.
    4.This will be suitable for the products which has a longer lead time.
    Check this link to explore more,
    https://forums.sdn.sap.com/click.jspa?searchID=28211317&messageID=7453795
    Check and revert back.
    Regards
    Mangalraj.S

  • I move my videos from camera roll to a new folder. After i turn off & on my phone, the videos disappears. The videos are very important to me. Please please help. how can i retrieve?

    i move my videos from camera roll to a new folder. after turn off & on again my phone, the videos disappears. the videos are very important to me. Is there any way i can retrieve it? please please help. thanks.

    Photo Stream is not a backup.
    Photo Stream has a limit so is temporary.
    iTunes does not handle the import of photos/videos from any digital camera including from the iPhone's Camera Roll.
    Photos/videos in the Camera Roll can be imported by your computer as with any other digital camera.

  • Somehow I have deleted a very important folder. It isn't in my Trash and is nowhere to be found. Ive even taken it into the Apple store and the guy has said that it is there but he can't retrieve it. Can it be retrieved?

    Hi
    I have inadvertantly deleted a very important folder from my computer. Ive taken it into the Apple store and the guy says he doesnt know what to do. Can anyone advise as this folder has my life on it?????
    Sam

    There is recovery software (do a Google search). When you delete something, the directory pointer is erased, not the data. HOWEVER, the system will use any available free space. If the data was not overwritten, you MIGHT be able to recover it. I have not used recovery software, so I have no recommendation.
    Barry

  • Reporting points - REM

    Hai PP Experts!!
               I created reporting points in rate routing by assiging the control key with milestone confirmation.But in the MFBF screen during reporting point selection system shows error "reporting points are not maintained in PCC" . I also maintained suitable REM Profile (ie., i activated RP in the profile)
               So pls throw some light on creation of reporting points, required customization and sequence of steps....
    Advace thanks.............
    Ganeshraja

    Dear Mr.Ganesh raja,
    Check in customizing-Control data for REM profile under control data 1,whether GI backflush at GR posting,if it's so deselect that and select RP backflush,then only the system allows you to use RP backflush.
    You have to assign the same REM profile for the material which you want to use RP backflush.
    And also in MFBF,plz include a tick mark in RP backflush field.
    <b>If useful reward points.</b>
    Regards
    Mangal

  • What is reporting point in REM mfg ?

    Hi PP expertise,
    Can someone explain what is reporting point in routing/backflush ?
    how to know the routing use reporting point ?
    Thanks

    Dear,
    Reporting Point Backflush is used when working with Longer Lead Times.
    Reporting point backflush
    Controls whether you can carry out reporting point backfushes when backflushing in make-to-stock repetitive manufacturing.
    Use
    Using the reporting point backflush:
    You can withdraw the components close to the operation for which they are required which is very useful when working with longer lead times.
    You can calculate the number of incomplete products (work in process).
    You can post scrap quantities directly at the appropriate operation.
    You can carry out a reporting point backflush at every operation defined as a milestone in the routing. In the repetitive manufacturing profile, you can also decide whether you want to make the reporting point backflush mandatory or optional.
    Dependencies
    The reporting point backflush is carried out in the same way as the milestone confirmation.
    Steps to be follw:-
    1)You must assign a suitable repetitive manufacturing profile in the material master record to be able to backflush a material using either the mandatory or the optional reporting point backflush function.
    2)You must set the optional or the mandatory reporting point backflush in the repetitive manufacturing profile.
    3)This type of backflushing corresponds to the milestone confirmation in make-to-order production. Therefore, in the routing, you must select a control key which has indicator 1 (= milestone confirmation) in the confirmation field.
    4)You must enter the routing in the production version of the material. The system first looks for the routing entered in the detailed planning section. If no entry exists here, the system then uses the routing from the rate-based planning section.
    5)You must carry out a version-specific or a standard cost estimate.
    6.You are recommended to use the version-specific cost estimate which can be carried out in shorter intervals than the standard cost estimate.
    7In MFBF screen you can flag the "RP Backflush " check box which means reporting point backflush and enter the Reporting point that is the operation #.
    Hope clear to you.
    Regards,
    R.Brahmankar

Maybe you are looking for

  • Screwy IRQ's Help!!

    Need help trying to install XP on a athlon , k7t turbo limited edition mother board , 1 stick 128 mb 133mhz , 40 gig ata100 "only can run a 66 cable cause Im poor" 32 mb radeon pci . I also dont know how many mhz I got, its running at 1.3 but the ove

  • Sharing photos between multiple users on one Mac

    I'm trying to figure out how to easily share photos imported in by one user to other users in my family on my mac. I'm assuming we don't have to import them multiple times. It seems cumbersome to this new mac user to share them. I find the issue with

  • -xO3 and above have problems with bswap

    Hey, I am trying to build a library which uses -xarch=sse2. Using -xO2 it compiles fine. With -xO3 and -xO4 it has a problem with bswap. Doug jdsbuild@prae> cc -V cc: Sun C 5.9 SunOS_i386 Build40_1 2007/02/08 usage: cc [ options] files. Use 'cc -flag

  • Error at Draft Invoice

    Invoice rejected in oracle the reason for rejection is invoice line with the same invoice number have been separated by the grouping process, causing duplicate invoice number.

  • Delivery Date changed to past date while ATPing 2nd Line

    Hello Gurus, I posted a question a few days ago, but now that I found a new example i have more info of my problem. So here is the scenario. (we are set up for back order) Orders is created for 5000 units on 09.23.2008. we do not have enough stock to