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: 

HR ABAP PNP Logical Database Doubt

Former Member
0 Kudos

Hi,

I have included a logical database pnp and used nodes statement.

Nodes pernr

i want to know what infotypes i can use with that declartion.

i know there are infotypes from 0000 to 9999. could you tell me which infotypes i can access with this PNP.

Kindly help me.

Thanks in Advance,

Bala.

1 ACCEPTED SOLUTION

former_member187457
Active Contributor
0 Kudos

Hi BSP

if u want to acess infotype ,u have to declare the infptypes as

INFOTYPES: 0000 , "Action

0001 ,

0002 , "Personal Data

0006, "Address

0008,

1001,

0105, "Communication

0041. "Date Specification

then START-OF-SELECTION .

GET pernr.

and in attributes u have to give Logical database PNP..

..

with this i think u can acess all the infotype which u have declared...

thnx

Rohit

2 REPLIES 2

former_member187457
Active Contributor
0 Kudos

Hi BSP

if u want to acess infotype ,u have to declare the infptypes as

INFOTYPES: 0000 , "Action

0001 ,

0002 , "Personal Data

0006, "Address

0008,

1001,

0105, "Communication

0041. "Date Specification

then START-OF-SELECTION .

GET pernr.

and in attributes u have to give Logical database PNP..

..

with this i think u can acess all the infotype which u have declared...

thnx

Rohit

0 Kudos

This message was moderated.