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

FM's used in report program using ldb pnpce

Former Member
0 Likes
385

hii all,

will anybody provide me function modules that are used to populate data in report program using ldb pnpce.

<REMOVED BY MODERATOR>

thanks in advance

regards

Ashweeni.

Edited by: Alvaro Tejada Galindo on Mar 18, 2008 6:01 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
361

U can use all the FM's which were used for LDB PNP ..

For ex : Use the below to get the payroll results ..

  • To get the results directory

call function 'CU_READ_RGDIR'

exporting

persnr = peras-pernr

tables

in_rgdir = pc261_tab

exceptions

no_record_found = 1

others = 2.

to get evaluation periods ...

call function 'CD_EVALUATION_PERIODS'

There are no particular FM's that will populate data in report

program .. please let me know what is the requirement ...

hii all,

will anybody provide me function modules that are used to populate data in report program using ldb pnpce.

<REMOVED BY MODERATOR>

thanks in advance

regards

Ashweeni.

Edited by: Alvaro Tejada Galindo on Mar 18, 2008 6:01 PM

1 REPLY 1
Read only

Former Member
0 Likes
362

U can use all the FM's which were used for LDB PNP ..

For ex : Use the below to get the payroll results ..

  • To get the results directory

call function 'CU_READ_RGDIR'

exporting

persnr = peras-pernr

tables

in_rgdir = pc261_tab

exceptions

no_record_found = 1

others = 2.

to get evaluation periods ...

call function 'CD_EVALUATION_PERIODS'

There are no particular FM's that will populate data in report

program .. please let me know what is the requirement ...