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

FBL5N enhance

Former Member
0 Likes
574

Hi friends,

I have requirement to develop a report to display customer open items (Similar to FBL5N), Enhance to that is to give an option to select the record and to post that document.

How should i approch for this development, do i need to copy the sandard and start work on it. or from scratch.

i copied to z, and replaced the function module FI_LINES_DISPLAY with reuse_alv_grid_display, list output shows only icons, actual content is not displayed.

If i Want to use our own PF-Status, How to do that?

I Copied to Z program because it required dynamic selection as well few more selection criteria. I am not much familiar with working with LDB. here LDB used is DDF.

Raj

Hi friends,

I have requirement to develop a report to display customer open items (Similar to FBL5N), Enhance to that is to give an option to select the record and to post that document.

How should i approch for this development, do i need to copy the sandard and start work on it. or from scratch.

i copied to z, and replaced the function module FI_LINES_DISPLAY with reuse_alv_grid_display, list output shows only icons, actual content is not displayed.

If i Want to use our own PF-Status, How to do that?

I Copied to Z program because it required dynamic selection as well few more selection criteria. I am not much familiar with working with LDB. here LDB used is DDF.

Raj

3 REPLIES 3
Read only

Former Member
0 Likes
521

I am New to LDB and using DDF LDB.

In my program i have to handle my own selection criteria and dynamic selection screen also. How to achive this?

i need all the customer open item.

so wrote GET BSID. where does these values available. Please Help me in go foward from here.

i tried searching in SCN found code for HR related LDBs.

Thanks a lot.

Raj.

Read only

0 Likes
521

2 hints:

1) compare with reports like RFDOPO10 or RFDOPO00

2) if you want to clar open items compare your undertaking with transaction FB05 or F-32

A.

Read only

0 Likes
521

Thanks Adreas,

I have values into internal table with GET BSID.

But it doesn't considered the Custom selection criteria (retrived LDB selection criteria)

How to consider the selection parameter which i defined exclusively.

Thanks

Rajiv