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: 

LDB reg

Former Member
0 Kudos

Hi all,

WHile using LDB (PNP) how to make the current year as default.

tnx

tnx for your replies.

but it is like selecting the current year option(radio button) by default in standard LDB(PNP). is it neccessary that i have to go for Module Pool Programming

Message was edited by: Dana Boopalam

6 REPLIES 6

Former Member
0 Kudos

Hi dana,

1. simple.

2. write the code in INITIALIZATION EVENT.

3. just copy paste to get a taste of it.

4.

REPORT ABC.

tables : pernr.

INITIALIZATION.

PNPBEGDA = SY-DATUM.

regards,

amit m.

Former Member
0 Kudos

INITIALIZATION.

PNPBEGDA = 'D'.

Former Member
0 Kudos

HI

GOOD

GO THROUGH THESE LINKS

http://www.planetsap.com/HR_ABAP_LDB.htm

THANKS

MRUTYUN

Former Member
0 Kudos
initialization.
PNPPABRJ = sy-datum+0(4). "Make use of your date format.

rgds,

TM

Former Member
0 Kudos

INITIALIZATION.

PNPBEGDA = 'Y'.

0 Kudos

INITIALIZATION.

PNPTIMED = 'D'.