How to use rp_provide_from_last?

Asked by Hawk Richard

Report
in progress 95
6 Answers 233 views

Leave a reply to Hawk Richard : use rp_provide_from_last


Answers ( 6 )

  1. Can anyone tell me the difference between RP_PROVIDE_FROM_LAST and RP-PROVIDE-FROM-LAST? (...) Also I assume that RP_PROVIDE_FROM_LAST is used …
    Read More

    Ratings : 52 %   

      
  2. When you use GET pernr and define 0071 under infotypes then p0071 should contain all the records for that employee. There is no reason to do the rp_read_infotype.
    Read More

    Ratings : 40 %   

      
  3. it looks like you can. I just did a where used in SLDB for PNPCE and came acorss RPTIME01. i copied some code into my test program and it generates fine.
    Read More

    Ratings : 19 %   

      
  4. Hi Farhan, It is always beter to use the LDB PNP or PNPCE and use the macros defined in the LDB. But in some case if you do not want to use the LDB, you can very well
    Read More

    Ratings : 37 %   

      
  5. Generally we use two macros in ABAP-HR or SAP-HR RP-PROVIDE-FROM-LAST RP-PROVIDE-FROM-FRST. Ex: (...) The macro RP-PROVIDE-FROM-LAST retrieves the …
    Read More

    Ratings : 66 %