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

how to upload data for t-code COR6N using BAPI

Former Member
0 Likes
1,483

hi friends,

    I don't know how to import data from non-sap to sap for t-code COR6N (time ticket for production order) using bapi and how to use this bapi BAPI_PROCORDCONF_CREATE_TT is it suitable bapi for this object.  please share your valuable information.

Regards,

karthikeyan.s

1 ACCEPTED SOLUTION
Read only

former_member189779
Active Contributor
0 Likes
622

You can create Confirmations for the existing Process Order, Operation/Phase using this BAPI.

Check the BAPI documentation for this. You can import a file with Process order OR Confirmation/Phase in your program and Pass the values to this BAPI. This BAPI will confirm the operations in Order.

1 REPLY 1
Read only

former_member189779
Active Contributor
0 Likes
623

You can create Confirmations for the existing Process Order, Operation/Phase using this BAPI.

Check the BAPI documentation for this. You can import a file with Process order OR Confirmation/Phase in your program and Pass the values to this BAPI. This BAPI will confirm the operations in Order.