Application Development and Automation 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: 
Read only

error while declaring RT_PERSON using pnpce ldb

Former Member
0 Likes
348

when am declaring

data : RT_PERSON like line of PC2RT_PERSON.

am getting an error msg that

"FIELD 'PC2RT_PERSON' is unknown .it is neither in the specified tables, nor in the DATA statement".

whatz the error .what should i do.

points will be rewarded.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
316

declare as :

data : RT_PERSON like PC2RT_PERSON.

1 REPLY 1
Read only

Former Member
0 Likes
317

declare as :

data : RT_PERSON like PC2RT_PERSON.