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

LDB reg

Former Member
0 Likes
726

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

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
Read only

Former Member
0 Likes
694

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.

Read only

Former Member
0 Likes
694

INITIALIZATION.

PNPBEGDA = 'D'.

Read only

Former Member
0 Likes
694

HI

GOOD

GO THROUGH THESE LINKS

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

THANKS

MRUTYUN

Read only

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

rgds,

TM

Read only

Former Member
0 Likes
694

INITIALIZATION.

PNPBEGDA = 'Y'.

Read only

0 Likes
694

INITIALIZATION.

PNPTIMED = 'D'.