采购申请pr新增行 | pritemx = lt_pritemx extensionin = lt_exts . loop at lt_return into ls_return where type = 'E' or type = 'A'. exit. endloop. if sy-subrc ne 0. call function 'BAPI_TRANSACTION_COMMIT' exporting wait = 'X'. " 回写内表 if sy-subrc eq 0 . loop at gt_...
if sy-subrc = 0. endif. -This statement checks the above condition and even if sy-subrc fails, the code will be executed further. OR check sy-subrc = 0. - This statement checks for the condition and if it is true, the further code will be executed. If not, the execution will stop...