on 2023 Dec 28 1:48 PM
Hi,
I have a requirement that takes Kunnr as input and outputs a list of Bank accounts(Int table) .
We have a Z*FM for this that has an import struct with Kunnr, Name & few other fields where Kunnr is mandatory.
The Output of this FM has table that holds list of Bank Accounts details with BankId, BankAcc# & other fields where Bankid & BankAcc are Key fields.
There is NO common field like KUNNR.
I happened to build 2 Entities based on this Z*FM which has no common field that takes input (like Kunnr) .
CustDet
BankDet
issues :
When passing Kunnr# in the input query string for the BankDet entity set, It errors out saying KUNNR is not part of the BankDet Entity set. which has no KUNNR field.
When passing Kunnr# in the input query string for the CustDet entity set, It does not display any output as CustDet entityset has no Bank Details structure.
Do i need to create Mapping or any association?
How can i handle this?
Request clarification before answering.
Hi,
I solved my self and not sure how to close this in new SDN..
I created all the import & export fields in entities & handled the code in Get_entity () & Get_entity_Set () methods.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
86 | |
11 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.