Below is the logic to fetch partner details based on the EWM delivery order
Pass delivery document number into table Delivery header ( /SCDL/DB_PROCH_O) and fetch document ID
Pass the document ID ( DOCID) into table (SCDL/DB_BPLOC) and fetch the partner number ( Party No)
Pass the party number into KUNNR of KNA1 and fetch the customer details
*****************************************************************************
Pass PARTNERTO_ID of table Delivery header ( /SCDL/DB_PROCH_O) and pass it into CVI_CUST_LINK and fetch customer number
Pass Customer number into table BUT020 to fetch the ADDRNUMBER
Pass ADDRNUMBER into table ADRC to fetch address details
*******************************************************************************
Comments
Post a Comment