Hello,
what about the table LFBK - vendor master (bank details)?
Greetings
Britta Heimann
what about the table LFBK - vendor master (bank details)?
Greetings
Britta Heimann
Reply: 16
You must be logged in to post a reply.
Last edited 21.08.12 10:15
Tiger:
Hello Stanley,
I am doing this for the first time. I have managed the table links but where do you create the additional field IBAN with the coding?
PS.: The system says I do not have authorization to maintain ABAP coding. :-(
V.G.
Tiger
Quote:
Extension of the Infoset via additional table TIBAN
An additional table can now be inserted via the button Extras (F5) or via SPRINGEN-> ADDITIONS TO THE NODE within the transaction SQ02 (maintenance of the Infoset). For this purpose, the button Create can be selected in the tab Extras.
For this purpose, we enter the name TIBAN and as type of additional information Additional table. Now a query is made using SELECT SINGLE * FROM TIBAN WHERE ...
in which several conditions are to be fulfilled.
I have explained these for both Infosets in the following table.
Condition INFOSET IBAN-KREDITOR INFOSET IBAN-DEBITOR
Link conditions Additional table TIBAN WHERE BANKS = LFBK-BANKS KNBK-BANKS
AND BANKL= LFBK-BANKL KNBK-BANKL
AND BANKN= LFBK-BANKN KNBK-BANKN
AND BKONT= LFBK-BKONT KNBK-BKONT
For performance reasons, the field "buffer internally" can still be checked here, whereby this table is buffered and thus with frequent query of an IBAN the data can be found faster.The disadvantage, however, is the increased memory requirement, since a new internal table is created for the additional table.
It is important that the IBAN field from the TIBAN table is also included in a field group within the Infoset. In the query, this is available in the corresponding field group of the Infoset.
Do not forget to then assign the Infoset to a corresponding user group using the "Assignment to Roles/User Group" button, otherwise this Infoset cannot be used for a query.
Last edited on 23.06.16 10:05
Release: May 23, 2025
David Taskiran
Release: Oct 29, 2020
Oona Flanagan
Release: Aug 20, 2021
Oona Flanagan