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: 

rp_provide_from_last ...

Former Member
0 Kudos

Hi,

I am tring to use rp_provide_from_last macro in ECC 6.0 and getting the error like space not known ect.

Is there any syntax chnage for macros in ECC.

Please help.

Thanks.

Oscar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

we're in ECC 6 and it works fine.


rp-provide-from-last p0000 space pn-begda pn-endda.

5 REPLIES 5

Former Member
0 Kudos

we're in ECC 6 and it works fine.


rp-provide-from-last p0000 space pn-begda pn-endda.

0 Kudos

are you sure your LDB is specified in your program attributes?

0 Kudos

Its PNPCE

0 Kudos

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.



  NODES:  peras.

  INFOTYPES: 0001.

  START-OF-SELECTION.

  GET peras.

    rp_provide_from_last p0001 ' ' pn-begda pn-endda.

0 Kudos

notice the _ not - in the macro