2010 Jul 13 10:13 AM
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
2010 Jul 13 10:27 AM
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
2010 Jul 13 10:27 AM
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
2010 Jul 13 11:01 AM
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