SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

FKK_LINE_ITEMS_SELECT_LOGICAL issue

Former Member
0 Kudos

Guys,

I would like to get the all the open items for each contract account. I tied to use FM 'FKK_LINE_ITEMS_SELECT_LOGICAL'. It looks some times it is not fetching some of the contract accounts open items data. Can anybody help in this, that any other FM can use for this case to get into.

Thanks in advance

Sreenu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sreenu

The most common function to select open items is:

FKK_OPEN_ITEM_SELECT

To select all items for a single contract account you have to create a single line in T_SELTAB:

SELNR = '0001'

SELFN = 'VKONT'

SELCU = account number

Yep

Jürgen

View solution in original post

2 REPLIES 2

Former Member
0 Kudos

Hi Sreenu

The most common function to select open items is:

FKK_OPEN_ITEM_SELECT

To select all items for a single contract account you have to create a single line in T_SELTAB:

SELNR = '0001'

SELFN = 'VKONT'

SELCU = account number

Yep

Jürgen

AmlanBanerjee
Active Contributor
0 Kudos

Hi,

You can also use "FKK_ACCOUNT_BALANCE_COMPUTE"

Give Import Paramters as

Contract Account

Contract

Start date

Start Time

End date

End time

Check T_POSTAB and T_AUGTAB.

Thanks,

Amlan