Hi ,
I am new to ABAP.
I want to enhance the data source 0FI_AR_4,We dont have the field KUNAG(Sold to Party) which is available in ( 2LIS_13_VDKON) VBRK Table
Hence i have lookup the field with ZUONR(Assignment) from BSID Table, I want write a logic like this SELECT KUNAG From VBRK where VBRK-ZUONR=BSID-ZUONR.
Can you please provide same logic for this enhance