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: 

Schedule Agreement User Exit

Former Member
0 Kudos

Hi friends..

I'm trying to create schedule lines as and when user enters the schedule aggrement item.. everything is getting updated but the not able to see the confirmed quantity getting updated. and for this i called the routine FCODE_BVFP but then also its not performing anything. can someone sueggest me if i'm doing anythig wrong....

here is my code

xvbep-etenr = xvbep-etenr + 1.

xvbep-wmeng = li_slines-req_qty.

xvbep-edatu = li_slines-req_date.

xvbep-prgrs = '1'.

APPEND xvbep.

CLEAR xvbep.

PERFORM FCODE_BVFP.

2 REPLIES 2

Former Member
0 Kudos

Can tell me the Transaction code ? and its exit name

0 Kudos

Hi sunitha,

here are the details ....

Transaction Code : VA 31 / 32

program : MV45AFZZ

User Exit : userexit_save_document_prepare