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

Items appear in TCode F-28

Former Member
0 Likes
501

Dear all,

I'm looking for a FM that populating the items/entries in F-28. This is my case:

1. In F-28 initial screen, i key in all neccesary input. Then press enter.

2. I will come into the screen that having items/entries that display in tab "Standard, Parttial pmt, Res.items, Withhldg tax".

And I'm looking for the FM that populating those items. Do you have any idea?

FYI, I'm working in SAP 4.7

Please comment. Thanks in advance.

Dear all,

I'm looking for a FM that populating the items/entries in F-28. This is my case:

1. In F-28 initial screen, i key in all neccesary input. Then press enter.

2. I will come into the screen that having items/entries that display in tab "Standard, Parttial pmt, Res.items, Withhldg tax".

And I'm looking for the FM that populating those items. Do you have any idea?

FYI, I'm working in SAP 4.7

Please comment. Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
471

Hi,

You can write BDC and pass the data by your code..call the f-28 initial screen in yr code and pass the rest of data.

Atul

Read only

0 Likes
471

Hi Atul,

Thanks for your reply. Yup, im using BDC to perform incoming payment posting.

But due to my case is dynamic, in the sense that i might need highlight(pick) different item/entry for different scneario. For eg:

Scenario A: I need to perform payment for billing number located at item 10.

Scenario B: I need to perform payment for billing number located at item 5.

Due to the dynamic situation happen, hence i need to pre-select all the items/entries into program itab first. Then i need to perform validation and record selection from the itab.

Could you please advice again.

Thanks in advance.