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

Function module for Production order update (Table AFKO)

Former Member
0 Likes
1,942

Hello All,

I know similar subject has been posted but please read the following.

SAP 4.6c doesn't provide BAPI for production order update.

We did develop an ABAP program that update production order and schedule it in a job.

We are looking of avoiding direct update in table AFKO which our program do right now.

We looked (with SE37) at either BAPI or FM to pass parameters to a functioin that would perform that update and ensure data integrity.

CO_ZV_ORDER_POST seems interesting but is also using a lot of parameters and we have diffiulties to test it and understand it our dev team being fairly new.

Can somebody tell us how to use this function or tell us another FM that could be used. (ie passing internal table content (New fields values) and a key value (AUFNR)) to update table AFKO and related objects/tables

Regards

Marc

3 REPLIES 3
Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,025

Try function module CO_VB_ORDER_POST.

Read only

anversha_s
Active Contributor
0 Likes
1,025

hi,

TABLE IS AFKO

rgds

anver

if hlped mark points

Read only

Former Member
0 Likes
1,025

closed