‎2010 Sep 28 8:40 PM
Hi All,
I am uploading data from desktop excel doc into internal table and then pasing this internal table to memory id using-
EXPORT gi_final1 FROM gi_final1 TO DATABASE indx(01) ID 'GI_FINAL1'.
then i called
SUBMIT ymmr_mat_miss_view_bg
AND RETURN.
ymmr_mat_miss_view_bg is called program that has bapi fo uploading material master.
This report has no selection screen.
I am importing table in this report and passing to BAPI using
IMPORT gi_final TO gi_final FROM DATABASE indx(01) ID 'GI_FINAL1'.
After execution of submit i got error message-'Fil in all required entry fields'
Can anybody guide me how to resiolve ths issue?
Thanks.
‎2010 Sep 28 9:14 PM
Where does the error occur? SOunds like you may have not populated all the required field for you MM Master data update.
‎2010 Sep 28 9:14 PM
Where does the error occur? SOunds like you may have not populated all the required field for you MM Master data update.
‎2010 Sep 29 7:15 AM
Hi Sanjay,
u need to populate all the mandatory parameters for the mat. master BAPI. I think u are missing some of them.
Regards,
Amitava