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: 

selection by net due date

Former Member
0 Kudos

Dear all,

I want to make a report with selection net due date, for example(net due date in tcode fbl5n). but i dont know how to read the BSID , because there is no field - net due date in BSID.

Can anyone tell me how the selection net due date in fbl5n works?

3 REPLIES 3

former_member184578
Active Contributor
0 Kudos

Hi.,

For Open Items Radio button.

Open at Key Date -: the table name is RFPDO and field name is ALLGSTID

For Cleared Items Radio button.

Clearing Date -: the table name is BSID and field name is AUGDT

Open at Key Date -: the table name is RFPDO and field name is ALLGSTID

For radio button All Items.

Posting Date - : the table name is BSID and field name is BUDAT

hope this helps u.,

Thanks & Regards

Kiran

0 Kudos

RFPDO is not a table, and "net due date" is not included in your list, a list which the poster could have compiled himself easily by pressing F1 and then "technical information".

Please concentrate on replies that actually add value to the forums.

Thomas

LindolfoMartins
Participant
0 Kudos

Dear Richard,

In FBL5N the system calculates the due date for each line read in BSID, calling the function DETERMINE_DUE_DATE. This function returns the due date based on the data of the open item.

If the due date returned by this function is not within period entered in Due Date field of the selection screen, the line is not selectted to be displayed in the list of FBL5N.

Best regards,

Lindolfo