Hi everyone. I am new to SAP ABAP. I have one situation while doing in Web dynpro ABAP.
I have Header table and Purchaselist table. I am using supply function for displaying the purchaselist of one header item. Here, in header table I am having salesman GUID as foreignkey relationship. Also I am having product GUID as foreign key in item table. I want to show the SNROs instead of GUID from the foreignkey relationship table.
I can get SNRO if it is one record in header table(supply function parent table). But I have more than one record in header table. I want to show the corresponding SNROs instead of GUID. Please help me. (sorry for my bad english).