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: 

Logical data base

Former Member
0 Kudos
112

By using PNM ldb how can i extract data into internal table?

2 REPLIES 2

amit_khare
Active Contributor
0 Kudos
73

Hi,

As find in one thread, cheak these reports for usage of a Logical Databse.

DEMO_PROGRAM_CHECK_1

DEMO_PROGRAM_CHECK_2

DEMO_PROGRAM_END_OF_SELECTION

DEMO_PROGRAM_EXIT_1

DEMO_PROGRAM_EXIT_2

DEMO_PROGRAM_GET

DEMO_PROGRAM_GET_LATE

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos
73

Hi,

The LDB PNM consists of so many Tables like :

MAPL,PLKOD,PLFLD,PLMK,PLMW etc.

you have to use :

GET and GET LATE commands to get/extract the data from these tables.like;

GET MAPL.

GET PLKOD late.

for further help see:

Check this Document. All abt LDB's

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=...

Regards,

Anji