Hi,
How to find table from the field displayed in transaction xk03(vendor details). and get the relationship of the table.
I want to display the email id and address of the vendors the structure which displays the email id is SZA1_D0100
and how to use it in the basic list report.
Advance Thanks and regards
Guhapriyan (A) Dinesh.
Hello Dinesh,
1. In case of a Vendor, the master table is LFA1. You will have to fetch the ADRNR (ADDRESS NUMBER) for the vendor from this field.
2. Use the value obtained above for the Function Module ADDR_GET (there are quite a few FMs that I think can be used, but this is what I know to be the most generic) with the address number.
As always, get back if you have any doubts.
Regards,
Anand Mandalika.
Add a comment