I have been working on the function module, 'ME_UPDATE_QUOTA', for the creation of Quota Arrangement. But now i am passing the values to BAPI .
CALL FUNCTION 'ME_UPDATE_QUOTA' TABLES xequk = gt_equku xequp = gt_UEQUP
Bapi is successfully processi...
Hi all,For creating new quota need to pass data to below tables.YEQUK: header data of old quota-dataYEQUP: position data of old quota-dataIf need to pass then what old data need to pass.Please suggest me