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

editing LDB (DDF)selection screen

Former Member
0 Likes
598

HI,

in my requirement ineed to add a profit center in selection screen using logical database DDF. please help me ,how should i add a profit center in selection screen

thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
545

you can make a select option or parameter in your code....

also in abap hr ldb you can make report category in attributes..i am not very sure about DDF

Read only

Former Member
0 Likes
545

Hi,

do you want add the profit center in the fbl5n refer to this

.

or do you want to add the profit center in the selction screen of the report using LDB

select-options:PRCTR for PRPT-PRCTR   "not sure about the table PRPT as i dont' have SAP system "now

hope it is useful to you.

Regards!

Read only

Former Member
0 Likes
545

Hi,

Just declare like this...

select-options:

s_PRCTR for ekpo-KO_PRCTR. " Profit center field

Regards

Kiran

Read only

Former Member
0 Likes
545

answered