Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

OO equivalent "rp_provide_from_last"

christian_brhl
Explorer
0 Kudos
356

Is there a SAP method that does what "rp_provide_from_last" does when a program does not use LDB PNP or PNPCE.

4 REPLIES 4

matt
Active Contributor
306

rp_provide_from_last alternative site:sap.com

christian_brhl
Explorer
0 Kudos
306

Thanks, I had already checked there.

I use the HR macros in LDB programs, but I have looked about for SAP methods to do the same, but to date have not found any. So far I am using selects or FMs.

0 Kudos
306

Please use the COMMENT button for comments, questions, adding details, replying to a comment or a proposed solution or to the OP question, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.

If you want to target someone, if this person has posted an Answer, use the button COMMENT, if this person is the Original Poster of the question he/she will be automatically informed, otherwise copy/paste their hyperlinked name so that the person receives a warning (NB: @ doesn't work/but typing this character will suggest hyperlinked names). (e.g. use matthew.billingham)

Sandra_Rossi
Active Contributor
0 Kudos
306

If for some reason you want to use a method, then create a custom method which calls a function module. What is the problem with that?