Application Development 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: 

How to use KAUF_AUFNR_CHANGE to change Process order and Update a field

Former Member
0 Kudos

Hello ,

I am working on 4.6C system and I hve a requirement to change Process order and Update a field value passed from a ABAP Program. I am looking for suitable Function modules or Bapi ( available in 4.6c) .

I have come across FM KAUF_AUFNR_CHANGE . Would appreciate any guidance on how to use the FM in my program and Update a field in the Process order.

Many Thanks!

1 REPLY 1

shahid
Product and Topic Expert
Product and Topic Expert
0 Kudos

All the importing parameters of this function module have a striaght structure of the transperent tables...

i have checked the code and it has a modify statement based on the importing parameter..

pick one record in databas and pass it to the importing parameters, with some values changed...

i think that should work

Edited by: ssm on Aug 4, 2011 7:19 PM