Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue in SUBMIT

Former Member
0 Likes
429

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
400

Where does the error occur? SOunds like you may have not populated all the required field for you MM Master data update.

2 REPLIES 2
Read only

Former Member
0 Likes
401

Where does the error occur? SOunds like you may have not populated all the required field for you MM Master data update.

Read only

Former Member
0 Likes
400

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