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

bdc

Former Member
1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

Hi,

you´d better try using a bapi instead of a recording.

Please check this BAPI/FM.

BAPI_SHIPMENT_CHANGE

SD_SHIPMENTS_SAVE.

Regards

Kiran Sure

4 REPLIES 4
Read only

Former Member
0 Likes
415

try the below bapis:

BAPI_SHIPMENT_CREATE

BAPI_SHIPMENT_CHANGE

Reward points..

Read only

Former Member
0 Likes
416

Hi,

you´d better try using a bapi instead of a recording.

Please check this BAPI/FM.

BAPI_SHIPMENT_CHANGE

SD_SHIPMENTS_SAVE.

Regards

Kiran Sure

Read only

0 Likes
415

thanks sir

give me the whole procedure and code

rgds

sarang

Read only

Former Member
0 Likes
415

Hi,

CALL FUNCTION 'SD_SHIPMENT_PROCESS'

EXPORTING

process_begin = iv_process_begin

process_header = iv_process_header

process_items = iv_process_items

process_stages = iv_process_stages

process_status = iv_process_status

process_end = iv_process_end

IMPORTING

e_logfile = ct_logfile

CHANGING

c_activities = gs_shipment_activities

c_shipment = gs_shipment

EXCEPTIONS

error = 1

OTHERS = 2.

Using BAPI:

BAPI_SHIPMENT_CREATE

BAPI_SHIPMENT_CHANGE

Regards,

Kumar