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

F-30 Post clearing with Open Items

Former Member
0 Likes
1,424

Hi to all.

i have created a function module that will ask for external invoice # upon pressing the SAVE button in VF01 and will populate the custom table i have created also with System Invoice # and the External Invoice entered by the user. i was able to link my custom table to FBL5N displaying the External Invoice based on the System invoice in FBL5N.

now i need to add a custom fields to the Account Item table display in F-30 Post clearing with Open Items displaying the external Invoice from my custom table .

thanx in advance....

Hi to all.

i have created a function module that will ask for external invoice # upon pressing the SAVE button in VF01 and will populate the custom table i have created also with System Invoice # and the External Invoice entered by the user. i was able to link my custom table to FBL5N displaying the External Invoice based on the System invoice in FBL5N.

now i need to add a custom fields to the Account Item table display in F-30 Post clearing with Open Items displaying the external Invoice from my custom table .

thanx in advance....

3 REPLIES 3
Read only

Former Member
0 Likes
1,084

Hi

It's not clear where you need to show your field, but I think you should speak to your FI functional about that issue

There is no exit there, but it could be generated by FI customizing

Max

Read only

0 Likes
1,084

I want to add a custom fields to the customer line open items..

Read only

0 Likes
1,084

Solved it myself.

for those who will have requirements like mine.

these are the steps i did.

-append structure in both RFOPS and RFOPS_S

-create a BTE using bte 0000900 events

-from zfunction modules of bte 00009000 i link my custom table base on the work area of rfops then insert the value for my custom fields.