Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8594

Re: Sales order not create when fault records are there in bdc

$
0
0

Hi Jaya,

 

For example :-

 

To validate material number of an item, fire a select query on MARA table with that material.

 

select single matnr from mara into lv_mara where matnr = wa_file-matnr.

if sy-subrc = 0.

append wa_file to it_final.

else.

append wa_file to it_error.

endif.

 

Thanks


Viewing all articles
Browse latest Browse all 8594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>