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

Re: Schdule line upload using bapi_saleorder_change

$
0
0

Hi,

I hope this example helped you

 

READ TABLE i_return WITHKEYtype = 'E'.
     IF sy-subrc = 0.
*If you want you can manage the message
       CALLFUNCTION'BAPI_TRANSACTION_ROLLBACK'.
     ELSE.
       CALLFUNCTION'BAPI_TRANSACTION_COMMIT'
         EXPORTING
           wait = 'X'.
     ENDIF.

 

Regards

Ivan


Viewing all articles
Browse latest Browse all 9242

Trending Articles